[PATCH] user32/tests: Add a trailing '\n' to an ok() call.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/user32/tests/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c index 603012117e4..ac706aa4bf9 100644 --- a/dlls/user32/tests/win.c +++ b/dlls/user32/tests/win.c @@ -10698,7 +10698,7 @@ static void test_destroy_quit(void) if (done) break; } - ok( WaitForSingleObject( thread1, 10000 ) != WAIT_TIMEOUT, "timeout" ); + ok( WaitForSingleObject( thread1, 10000 ) != WAIT_TIMEOUT, "timeout\n" ); ok( !IsWindow( destroy_data.thread1_wnd ), "window not destroyed\n" ); CloseHandle( thread1 ); } -- 2.17.0
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://testbot.winehq.org/JobDetails.pl?Key=38099 Your paranoid android. === wvistau64 (32 bit win) === win.c:10173: Test failed: hwnd 0005020E topmost state is wrong win.c:10176: Test failed: hwnd 0005012C topmost state is wrong win.c:10248: Test failed: 00050204: expected next 0005012C, got 00000000 win.c:10263: Test failed: 00030084: expected next 00030082, got 00000000 win.c:10273: Test failed: 00030084: expected next 00030082, got 00000000 win.c:10288: Test failed: 00030084: expected next 00030082, got 00000000 win.c:10312: Test failed: 00030084: expected next 00030082, got 00000000 win.c:10321: Test failed: 00030084: expected next 00030082, got 00000000
participants (2)
-
Francois Gouget -
Marvin