https://bugs.winehq.org/show_bug.cgi?id=55535
Bug ID: 55535 Summary: The dinput:hid test summary line fails to take skip messages into account on Windows 7 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: dinput Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The dinput:hid test summary line fails to take skip messages into account on Windows 7:
driver_bus.c:133: Tests skipped: hid.c:1078 expect[0]: broken (code 0xb01a2 id 0 len 37) driver_bus.c:133: Tests skipped: hid.c:1172 expect[0]: broken (code 0xb0192 id 0 len 31) driver_bus.c:133: Tests skipped: hid.c:1270 expect[0]: broken (code 0xb0191 id 0 len 31) driver_bus.c:133: Tests skipped: hid.c:1365 expect[0]: broken (code 0xb0195 id 0 len 2) 0004:driver_hid: 152 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. 0004:driver_hid: 152 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. driver_bus.c:133: Tests skipped: hid.c:1078 expect[0]: broken (code 0xb01a2 id 0 len 37) driver_bus.c:133: Tests skipped: hid.c:1172 expect[0]: broken (code 0xb0192 id 0 len 31) driver_bus.c:133: Tests skipped: hid.c:1270 expect[0]: broken (code 0xb0191 id 0 len 31) driver_bus.c:133: Tests skipped: hid.c:1365 expect[0]: broken (code 0xb0195 id 0 len 2) 0004:driver_hid_poll: 138 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. 0004:driver_hid_poll: 138 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. 0004:driver_hid: 47 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. 0004:driver_bus: 455 tests executed (0 marked as todo, 0 as flaky, 0 failures), 8 skipped. 085c:hid: 4360 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped.
See https://test.winehq.org/data/patterns.html#dinput:hid
This started on 2023-08-31 and the reason why it only happens on Windows 7 is that there are no skips on later Windows versions.