29 Apr
2021
29 Apr
'21
9:17 a.m.
Hi, This patch introduced a new test failure on w1064-tsign (It was not a base VM which is why the TestBot did not pick it up. I promoted it.) https://test.winehq.org/data/patterns-tb-win.html#ntoskrnl.exe:ntoskrnl ntoskrnl.c:1541: Test failed: got error 32
+static void test_hid_device(void) +{ [...] + SetupDiDestroyDeviceInfoList(set); + + todo_wine ok(found, "didn't find device\n"); + + file = CreateFileA(iface_detail->DevicePath, FILE_READ_ACCESS, 0, NULL, OPEN_EXISTING, 0, NULL); + ok(file != INVALID_HANDLE_VALUE, "got error %u\n", GetLastError());
-- Francois Gouget <fgouget(a)codeweavers.com>