Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/advapi32/tests/service.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/advapi32/tests/service.c b/dlls/advapi32/tests/service.c index 9dad710490..ab6ef82afa 100644 --- a/dlls/advapi32/tests/service.c +++ b/dlls/advapi32/tests/service.c @@ -1852,7 +1852,6 @@ static void test_wow64(void) ret = DeleteFileA("C:\windows\sysnative\winetestsvc.exe"); ok(ret, "Failed to delete file, error %u.\n", GetLastError());
- CloseServiceHandle(service); CloseServiceHandle(manager); }
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=57587
Your paranoid android.
=== w7u (32 bit report) ===
advapi32: service.c:1425: Test failed: Active services mismatch 4294967295 service.c:1426: Test failed: Inactive services mismatch 1
=== w864 (32 bit report) ===
advapi32: service.c:1812: Test failed: Failed to create service, error 1072. service.c:1815: Test failed: Got error 6. service.c:1818: Test failed: Failed to delete service, error 6.