https://bugs.winehq.org/show_bug.cgi?id=52192
Bug ID: 52192 Summary: comctl32:propsheet fails in test_redraw() on Windows in the Korean locale Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
comctl32:propsheet fails in test_redraw() on Windows in the Korean locale:
progress.c:156: Test failed: GetUpdateRect: There should be a region that needs to be updated
https://test.winehq.org/data/patterns.html#comctl32:progress
The failure is not systematic but still happens over 95% of the time. So it may be a race condition but then it is strange that it is specific to Korean and does not ever happen in Japanese and Chinese for instance.
https://bugs.winehq.org/show_bug.cgi?id=52192
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=52192
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|comctl32:propsheet fails in |comctl32:progress fails in |test_redraw() on Windows in |test_redraw() on Windows in |the Korean locale |the Korean locale
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Sorry, I mistyped in the initial report: it is comctl32:progress that fails in the Korean locale.