Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/setupapi/tests/devinst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index 0f27783d87a..004a9564014 100644 --- a/dlls/setupapi/tests/devinst.c +++ b/dlls/setupapi/tests/devinst.c @@ -63,13 +63,13 @@ static void test_create_device_list_ex(void) "Got unexpected error %#x.\n", GetLastError());
set = SetupDiCreateDeviceInfoListExW(NULL, NULL, NULL, NULL); - ok(set != INVALID_HANDLE_VALUE, "Failed to create device list, error %#x.", GetLastError()); + ok(set != INVALID_HANDLE_VALUE, "Failed to create device list, error %#x.\n", GetLastError());
ret = SetupDiDestroyDeviceInfoList(set); ok(ret, "Failed to destroy device list, error %#x.\n", GetLastError());
set = SetupDiCreateDeviceInfoListExW(NULL, NULL, empty, NULL); - ok(set != INVALID_HANDLE_VALUE, "Failed to create device list, error %#x.", GetLastError()); + ok(set != INVALID_HANDLE_VALUE, "Failed to create device list, error %#x.\n", GetLastError());
ret = SetupDiDestroyDeviceInfoList(set); ok(ret, "Failed to destroy device list, error %#x.\n", GetLastError());
Hi,
While running your changed tests on Windows, 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=49302
Your paranoid android.
=== w8 (32 bit report) ===
setupapi: devinst.c:1245: Test failed: Failed to register device, error 0xe000020b. devinst.c:1259: Test failed: Failed to enumerate interfaces, error 0x103. devinst.c:1259: Test failed: Got unexpected class {00000000-0000-0000-0000-000000000000}. devinst.c:1259: Test failed: Failed to get interface detail, error 0x57. devinst.c:1259: Test failed: Got unexpected path -. devinst.c:1260: Test failed: Failed to enumerate interfaces, error 0x103. devinst.c:1260: Test failed: Got unexpected class {00000000-0000-0000-0000-000000000000}. devinst.c:1260: Test failed: Failed to get interface detail, error 0x57. devinst.c:1260: Test failed: Got unexpected path -. devinst.c:1264: Test failed: Failed to remove device, error 0xe000020b. devinst.c:1367: Test failed: Key should not exist. devinst.c:1471: Test failed: Key should not exist. devinst.c:1632: Test failed: SetupDiCreateDeviceInfo failed: 0xe0000207 devinst.c:1635: Test failed: got 0x5 devinst.c:1636: Test failed: got