[PATCH 4/6] advapi32: Fix the error code on parse failure.
Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/advapi32/registry.c | 2 +- dlls/advapi32/tests/registry.c | 4 ++-- 2 files changed, 3 insertions(+), 3 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=52831 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