https://bugs.winehq.org/show_bug.cgi?id=54136
Bug ID: 54136 Summary: user32:input - test_GetMouseMovePointsEx() sometimes fails when missing privileges on Windows 7 & 8 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
test_GetMouseMovePointsEx() sometimes fails when missing privileges on Windows 7 & 8:
input.c:1605: Test failed: expected to get 64 mouse move points but got -1 input.c:1606: Test failed: expected error to stay deadbeef, got 493 input.c:1628: Test failed: expected to get 64 mouse move points but got -1 input.c:1629: Test failed: expected cursor position to be 6x6 but got 250 149 input.c:1630: Test failed: expected cursor position to be 6x6 but got 245 149 input.c:1642: Test failed: expected to get 64 mouse move points but got -1 input.c:1643: Test failed: expected cursor position to be 150x75 but got 250 149 input.c:1644: Test failed: expected cursor position to be 150x150 but got 245 149 input.c:1645: Test failed: expected cursor position to be 150x75 but got 241 149 input.c:1649: Test failed: expected to get 62 mouse move points but got -1 input.c:1650: Test failed: expected cursor position to be 150x75 but got 250 149 input.c:1651: Test failed: expected cursor position to be 30x30 but got 245 149 input.c:1662: Test failed: wrong extra info, got 0x0 expected 0xcafecafe input.c:1672: Test failed: cursor didn't change position after mouse_event() input.c:1678: Test failed: wrong extra info, got 0x0 expected 0xdeadbeef
See https://test.winehq.org/data/patterns.html#user32:input
This set of failures seems to only happen on w7u-adm and w8adm, both of which run the tests without elevated privileges. But the failures are not systematic so it is likely there is interference from some other test. Also there have been 5 instances in July but then none until December: * 2022-07-14 w8adm * 2022-07-15 w8adm * 2022-07-18 w8adm * 2022-07-19 w7u-adm * 2022-07-25 w7u-adm * 2022-12-09 w8adm * 2022-12-12 w8adm
https://bugs.winehq.org/show_bug.cgi?id=54136
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase