"Uwe" == Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de writes:
Uwe> ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p Uwe> user32_test.exe.so msg.c && touch msg.ok .. Uwe> f050! msg.c:5524: Test failed: ScrollWindowEx: the msg 0x000f was Uwe> expected, but got msg 0x0021 instead msg.c:5524: Test failed:
I learned on IRC that this test is very sensitive on any keyboard/mouse interaction. On a single processor machine I really could succeed by "holding my breath" while the test ran. Also the verbose mode (-v) for the tests gave better chances for success.
However on the dual processor machine, the test _never_ succeeded. Only you running "yes > & /dev/null &" so one processor was active made the test succeed.
Bye