[PATCH] kernel32/tests: Get rid of no longer needed win9x checks.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/profile.c | 195 ++++++++++------------------------ 1 file changed, 57 insertions(+), 138 deletions(-)
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=62756 Your paranoid android. === debian10 (32 bit report) === kernel32: profile.c:85: Test failed: test<00>: ret<0000000070> exp<0000000000> profile.c:213: Test succeeded inside todo block: expected ERROR_FILE_NOT_FOUND, got 2 === debian10 (32 bit French report) === kernel32: profile.c:85: Test failed: test<00>: ret<0000000070> exp<0000000000> profile.c:213: Test succeeded inside todo block: expected ERROR_FILE_NOT_FOUND, got 2 === debian10 (32 bit Japanese:Japan report) === kernel32: profile.c:85: Test failed: test<00>: ret<0000000070> exp<0000000000> profile.c:213: Test succeeded inside todo block: expected ERROR_FILE_NOT_FOUND, got 2 === debian10 (32 bit Chinese:China report) === kernel32: profile.c:85: Test failed: test<00>: ret<0000000070> exp<0000000000> profile.c:213: Test succeeded inside todo block: expected ERROR_FILE_NOT_FOUND, got 2 === debian10 (32 bit WoW report) === kernel32: profile.c:85: Test failed: test<00>: ret<0000000070> exp<0000000000> profile.c:213: Test succeeded inside todo block: expected ERROR_FILE_NOT_FOUND, got 2 === debian10 (64 bit WoW report) === kernel32: profile.c:85: Test failed: test<00>: ret<0000000070> exp<0000000000> profile.c:213: Test succeeded inside todo block: expected ERROR_FILE_NOT_FOUND, got 2
participants (2)
-
Jacek Caban -
Marvin