[PATCH 1/6] advapi32/tests: Add more RegLoadMUIString tests.
Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/advapi32/tests/Makefile.in | 2 ++ dlls/advapi32/tests/registry.c | 77 ++++++++++++++++++++++++++++++++++++++++- dlls/advapi32/tests/rsrc.rc | 22 ++++++++++++ 3 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 dlls/advapi32/tests/rsrc.rc
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=52828 Your paranoid android. === wvistau64 (32 bit report) === advapi32: registry.c:4016: Test failed: [ 9] expected 1168, got 2 registry.c:4016: Test failed: [11] expected 193, got 2 === wvistau64_zh_CN (32 bit report) === advapi32: registry.c:4016: Test failed: [ 9] expected 1168, got 2 registry.c:4016: Test failed: [11] expected 193, got 2 === wvistau64_fr (32 bit report) === advapi32: registry.c:4016: Test failed: [ 9] expected 1168, got 2 registry.c:4016: Test failed: [11] expected 193, got 2 === wvistau64_he (32 bit report) === advapi32: registry.c:4016: Test failed: [ 9] expected 1168, got 2 registry.c:4016: Test failed: [11] expected 193, got 2 === w2008s64 (32 bit report) === advapi32: registry.c:4016: Test failed: [ 9] expected 1168, got 2 registry.c:4016: Test failed: [11] expected 193, got 2 === wvistau64 (64 bit report) === advapi32: registry.c:4016: Test failed: [ 9] expected 1168, got 2 registry.c:4016: Test failed: [11] expected 193, got 2 === w2008s64 (64 bit report) === advapi32: registry.c:4016: Test failed: [ 9] expected 1168, got 2 registry.c:4016: Test failed: [11] expected 193, got 2
participants (2)
-
Akihiro Sagawa -
Marvin