Re: [PATCH] user32/tests: Skip desktop tests on NT4.
Qian Hong <qhong(a)codeweavers.com> writes:
--- dlls/user32/tests/winstation.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
It doesn't work: ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so winstation.c && touch winstation.ok winstation.c:546: Test succeeded inside todo block: unexpected last error deadbeef winstation.c:549: Test failed: Skip tests on NT4 -- Alexandre Julliard julliard(a)winehq.org
On Thu, Oct 17, 2013 at 2:36 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so winstation.c && touch winstation.ok winstation.c:546: Test succeeded inside todo block: unexpected last error deadbeef winstation.c:549: Test failed: Skip tests on NT4
My bad, I really should have tested my code even with small change... Shame on me, sorry. Will send a fixed version. -- Regards, Qian Hong - http://www.codeweavers.com
participants (2)
-
Alexandre Julliard -
Qian Hong