https://bugs.winehq.org/show_bug.cgi?id=48809
Bug ID: 48809 Summary: user32:cursorinfo "cursor not shown" failures on Wnidows 10 Product: Wine Version: unspecified Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Created attachment 66724 --> https://bugs.winehq.org/attachment.cgi?id=66724 Add timeout checks in user32:cursorinfo
user32:cursorinfo sometimes fails Windows 10:
cursoricon.c:2444: Test failed: cursor not shown in info cursoricon.c:2497: Test failed: cursor not shown in info cursoricon.c:2509: Test failed: cursor not shown in info
See: https://test.winehq.org/data/tests/user32:cursoricon.html
This is not systematic. Only Windows 10 1809 is impacted so far, but this affects both 32 and 64 bit tests and essentially all locales.
This test as some WaitForSingleObject() calls with 1s timeouts. So I used the attached patch to check whether timeouts actually occur. Some do but after the first of the above test failures.
https://testbot.winehq.org/JobDetails.pl?Key=68122