https://bugs.winehq.org/show_bug.cgi?id=54202
Bug ID: 54202 Summary: user32:msg - subtest_hvredraw() fails on most Windows 7 test configurations 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 - subtest_hvredraw() fails on most Windows 7 test configurations
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos redraw #0 (0, 0, 0, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos redraw #1 (0, 0, 50, 0): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos redraw #2 (0, 0, 50, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos redraw #3 (0, 0, -50, -50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos redraw #4 (-50, -50, 0, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos redraw #0 (0, 0, 0, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos redraw #1 (0, 0, 50, 0): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos redraw #2 (0, 0, 50, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos redraw #3 (0, 0, -50, -50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos redraw #5 (-50, -50, 50, 0): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos redraw #0 (0, 0, 0, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos redraw #1 (0, 0, 50, 0): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos redraw #2 (0, 0, 50, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos redraw #3 (0, 0, -50, -50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 40800000 SetWindowPos redraw #0 (0, 0, 0, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 40800000 SetWindowPos redraw #4 (-50, -50, 0, 50): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 40800000 SetWindowPos redraw #1 (0, 0, 50, 0): Update region shall match expected region msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 40800000 SetWindowPos redraw #5 (-50, -50, 50, 0): Update region shall match expected region msg.c:9764: Test failed: destroy child on thread exit: 1: the msg sequence is not complete: expected 000f - actual 0000 msg.c:9764: Failed sequence destroy child on thread exit: msg.c:9764: 0: expected: msg 0082 - actual: MsgCheckProc: 00BC00A0 0082 wp 00000000 lp 00000000 (flags 19) msg.c:9764: 1: expected: msg 000f - actual: nothing
See https://test.winehq.org/data/patterns.html#user32:msg
These failures appeared as soon as the corresponding tests were introduced but somehow the TestBot did not detect them when MR!1874 was submitted. So maybe they are caused by interference from a previous Wine test.
commit b2a9445e155487f1b47a646b70edbe181a905454 Author: Jinoh Kang jinoh.kang.kr@gmail.com Date: Thu Dec 22 01:20:59 2022 +0900
user32/tests: Add tests for CS_HREDRAW and CS_VREDRAW.