1 May
2021
1 May
'21
5:24 p.m.
Thanks for the heads-up; I've submitted a patch which seems to fix this. On 4/29/21 3:17 AM, Francois Gouget wrote:
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());