[PATCH] ntdll/tests: Fix 'path' copypastas.
Signed-off-by: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> --- dlls/ntdll/tests/env.c | 2 +- dlls/ntdll/tests/ntdll_test.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ntdll/tests/env.c b/dlls/ntdll/tests/env.c index 4e2ef82..48c9ed8 100644 --- a/dlls/ntdll/tests/env.c +++ b/dlls/ntdll/tests/env.c @@ -1,5 +1,5 @@ /* - * Unit test suite for ntdll path functions + * Unit test suite for ntdll env functions * * Copyright 2003 Eric Pouech * diff --git a/dlls/ntdll/tests/ntdll_test.h b/dlls/ntdll/tests/ntdll_test.h index d403a74..6727835 100644 --- a/dlls/ntdll/tests/ntdll_test.h +++ b/dlls/ntdll/tests/ntdll_test.h @@ -1,5 +1,5 @@ /* - * Unit test suite for ntdll path functions + * Unit test suite for ntdll functions * * Copyright 2003 Eric Pouech * -- 2.10.0.windows.1
Hi, While running your changed tests, 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=68458 Your paranoid android. === w8 (32 bit report) === ntdll: file.c:749: Test failed: Wrong status deadbabe. === w1064v1809 (32 bit report) === ntdll: 181c:rtl: unhandled exception c0000005 at 77D89D4B === w1064v1809_2scr (32 bit report) === ntdll: 19ac:rtl: unhandled exception c0000005 at 77BA9D4B === w1064v1809_ar (32 bit report) === ntdll: 18e8:rtl: unhandled exception c0000005 at 77219D4B === w1064v1809_he (32 bit report) === ntdll: 199c:rtl: unhandled exception c0000005 at 77D39D4B === w1064v1809_ja (32 bit report) === ntdll: 18cc:rtl: unhandled exception c0000005 at 772B9D4B === w1064v1809_zh_CN (32 bit report) === ntdll: 1a34:rtl: unhandled exception c0000005 at 77979D4B === w8adm (32 bit report) === ntdll: threadpool.c:317: Test failed: threadpool.c:160: Running rtl_wait callback threadpool.c:331: Test failed: WaitForSingleObject returned 258 threadpool.c:368: Test failed: threadpool.c:160: Running rtl_wait callback threadpool.c:379: Test failed: expected info.userdata = 0x10000, got 0 threadpool.c:390: Test failed: expected info.userdata = 0x10000, got 0 threadpool.c:409: Test failed: expected info.userdata = 1, got 0 threadpool.c:422: Test failed: expected info.userdata = 1, got 0 threadpool.c:172: Test failed: expected 258, got 0 threadpool.c:436: Test failed: expected info.userdata = 1, got 0 threadpool.c:449: Test failed: expected info.userdata = 1, got 0 threadpool.c:1333: Test failed: WaitForSingleObject returned 258 threadpool.c:1347: Test failed: WaitForSingleObject returned 0 threadpool.c:1349: Test failed: WaitForSingleObject returned 258 threadpool.c:1610: Test failed: WaitForSingleObject returned 258 === w864 (32 bit report) === ntdll: threadpool.c:304: Test failed: WaitForSingleObject returned 258 threadpool.c:317: Test failed: expected info.userdata = 1, got 0 threadpool.c:318: Test failed: threadpool.c:160: Running rtl_wait callback threadpool.c:367: Test failed: WaitForSingleObject returned 258 threadpool.c:379: Test failed: threadpool.c:160: Running rtl_wait callback threadpool.c:390: Test failed: expected info.userdata = 0x10000, got 0 threadpool.c:160: threadpool.c:393: Test failed: RtlDeregisterWaitEx failed with status 103 threadpool.c:394: Test failed: expected info.userdata = 0x10000, got 0 threadpool.c:409: Test failed: expected info.userdata = 1, got 0 threadpool.c:422: Test failed: expected info.userdata = 1, got 0 threadpool.c:436: Test failed: threadpool.c:160: Running rtl_wait callback threadpool.c:449: Test failed: expected info.userdata = 1, got 0 === w1064v1507 (32 bit report) === ntdll: threadpool.c:1610: Test failed: WaitForSingleObject returned 258 threadpool.c:1620: Test failed: WaitForSingleObject returned 0 === w1064v1809_2scr (32 bit report) === ntdll: threadpool.c:378: Test failed: WaitForSingleObject returned 258 threadpool.c:390: Test failed: expected info.userdata = 0x10000, got 0 threadpool.c:409: Test failed: expected info.userdata = 1, got 0 threadpool.c:422: Test failed: expected info.userdata = 1, got 0 threadpool.c:436: Test failed: expected info.userdata = 1, got 0 threadpool.c:449: Test failed: expected info.userdata = 1, got 0 === w1064v1809_ja (32 bit report) === ntdll: threadpool.c:304: Test failed: WaitForSingleObject returned 258 threadpool.c:317: Test failed: expected info.userdata = 1, got 0 === w864 (64 bit report) === ntdll: threadpool.c:304: Test failed: WaitForSingleObject returned 258 threadpool.c:317: Test failed: expected info.userdata = 1, got 0 threadpool.c:318: Test failed: expected info.threadid != 0, got 0 threadpool.c:320: Test failed: OpenThread failed with 87 threadpool.c:323: Test failed: QueueUserAPC failed with 6 threadpool.c:160: threadpool.c:367: Test failed: Running rtl_wait callback threadpool.c:379: Test failed: expected info.userdata = 0x10000, got 0 threadpool.c:390: Test failed: threadpool.c:160: Running rtl_wait callback threadpool.c:409: Test failed: expected info.userdata = 1, got 0 threadpool.c:172: Test failed: expected 0, got 258 threadpool.c:422: Test failed: threadpool.c:160: Running rtl_wait callback threadpool.c:424: Test failed: expected STATUS_PENDING, got 0 threadpool.c:436: Test failed: expected info.userdata = 1, got 0 threadpool.c:172: Test failed: expected 258, got 0 threadpool.c:449: Test failed: expected info.userdata = 1, got 0
participants (2)
-
Marvin -
Serge Gautherie