[PATCH v2 4/4] ntoskrnl/tests: Add some tests for HID devices.

Francois Gouget fgouget at codeweavers.com
Thu Apr 29 03:17:43 CDT 2021


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 at codeweavers.com>



More information about the wine-devel mailing list