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

Zebediah Figura (she/her) zfigura at codeweavers.com
Sat May 1 17:24:09 CDT 2021


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());
> 
> 



More information about the wine-devel mailing list