Re: [PATCH 1/2] d3d8/tests: Add some message processing to test_wndproc().

2010-03-19 Thread Henri Verbeet
On 19 March 2010 16:31, Alexandre Julliard wrote: > Reliably testing the foreground window is pretty hard, since the window > manager is in charge of it. The user32 tests try, but despite their best > efforts they still fail sometimes. So if you don't absolutely need that > test, removing it is pr

Re: [PATCH 1/2] d3d8/tests: Add some message processing to test_wndproc().

2010-03-19 Thread Alexandre Julliard
Henri Verbeet writes: > On 19 March 2010 16:01, Alexandre Julliard wrote: >> It doesn't work here: >> >> ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p >> d3d8_test.exe.so device.c && touch device.ok >> device.c:1616: Test failed: Expected focus 0x60100, got (nil). >> device.c:161

Re: [PATCH 1/2] d3d8/tests: Add some message processing to test_wndproc().

2010-03-19 Thread Henri Verbeet
On 19 March 2010 16:01, Alexandre Julliard wrote: > It doesn't work here: > > ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so > device.c && touch device.ok > device.c:1616: Test failed: Expected focus 0x60100, got (nil). > device.c:1618: Test failed: Expected foregro

Re: [PATCH 1/2] d3d8/tests: Add some message processing to test_wndproc().

2010-03-19 Thread Alexandre Julliard
Henri Verbeet writes: > --- > dlls/d3d8/tests/device.c | 22 ++ > 1 files changed, 18 insertions(+), 4 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so device.c && touch device.ok device.c:1616: Test failed: