[Bug 48809] New: user32:cursorinfo "cursor not shown" failures on Wnidows 10

WineHQ Bugzilla wine-bugs at winehq.org
Wed Mar 25 14:15:16 CDT 2020


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 at winehq.org
          Reporter: fgouget at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list