https://bugs.winehq.org/show_bug.cgi?id=51913
Bug ID: 51913 Summary: dinput8:device fails on cw-gtx560 and cw-rx460 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-dinput Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
dinput8:device fails on cw-gtx560 and cw-rx460:
device.c:1281: Test failed: got dwButtons 3, expected 5 device.c:1387: Test failed: got 6 expected 8 device.c:1390: Test failed: missing 2 objects
https://test.winehq.org/data/patterns.html#dinput8:device
The failure is the same on all Windows versions (8 to 10 21H1) but only happens on these two machines, that is on all the "real GPU" machines in test.winehq.org except for fgtb-w10pro64.
Predictably the failures started with the patch that introduced the new tests:
commit 2ffdb5519fede29f1055b1057999fbcd7265e1e6 Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Oct 18 10:21:51 2021 +0200
dinput8/tests: Add mouse and keyboard object enumeration tests.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org