https://bugs.winehq.org/show_bug.cgi?id=55374
Bug ID: 55374 Summary: user32:msg - test_swp_paint_region_on_show() sometimes gets a NULLREGION on Windows 7 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
user32:msg - test_swp_paint_region_on_show() sometimes gets a NULLREGION on Windows 7:
msg.c:9471: Test failed: GetRgnBox (on parent) returned 1 msg.c:9475: Test failed: parent update region: got (0,0)-(0,0), expected (10,10)-(100,100) msg.c:9508: Test failed: GetRgnBox (on parent) returned 1 msg.c:9512: Test failed: parent update region: got (0,0)-(0,0), expected (20,20)-(120,120)
See https://test.winehq.org/data/patterns.html#user32:msg
The oldest known failure happened on 2023-06-22 and it has happened a bit over once per week since, always on a w7u test configuration: * 2023-06-22 win7_newtb-w7u-2qxl * 2023-06-23 win7_newtb-w7u * 2023-06-26 win7_newtb-w7u-2qxl * 2023-07-13 win7_newtb-w7u-2qxl_1 * 2023-07-14 win7_newtb-w7u-de * 2023-07-14 win7_newtb-w7u-de * 2023-07-19 win7_newtb-w7u-es * 2023-07-19 win7_newtb-w7u-es
https://bugs.winehq.org/show_bug.cgi?id=55374
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=55374
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr@gmail.com
--- Comment #1 from Esme Povirk madewokherd@gmail.com --- The test was added 2023-06-02 so it probably was never reliable on that platform. No idea what's going on here.
CCing the test's author, Jinoh Kang.
https://bugs.winehq.org/show_bug.cgi?id=55374
--- Comment #2 from François Gouget fgouget@codeweavers.com --- A very similar failure, unexpected NULLREGION, sometimes also happens in test_swp_paint_region_on_extend_zerosize(). For instance on 2023-08-01 w7u-adm:
msg.c:9565: Test failed: GetRgnBox (on parent) returned 1 msg.c:9569: Test failed: parent update region: got (0,0)-(0,0), expected (10,10)-(100,100)
https://bugs.winehq.org/show_bug.cgi?id=55374
--- Comment #3 from François Gouget fgouget@codeweavers.com --- *** Bug 55426 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=55374
--- Comment #4 from François Gouget fgouget@codeweavers.com --- *** Bug 55425 has been marked as a duplicate of this bug. ***