https://bugs.winehq.org/show_bug.cgi?id=55060
Bug ID: 55060 Summary: d3d9:d3d9ex - test_wndproc() is sometimes missing a WM_SIZE message in Wine (GitLab CI) Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
d3d9:d3d9ex - test_wndproc() is sometimes missing a WM_SIZE message in Wine:
d3d9ex.c:3179: Test failed: Expected message 0x5 for window 0, but didn't receive it, i=0. d3d9ex.c:3199: Test failed: Expected message 0x5 for window 0, but didn't receive it, i=0. d3d9ex.c:3205: Test failed: Got unexpected WINDOWPOS hwnd=00000000, x=0, y=0, cx=0, cy=0, flags=0
See https://test.winehq.org/data/patterns.html#d3d9:d3d9ex
This has started happening almost systematically in the GitLab CI's Debian environment on 2023-06-07.
However this is not the first time these failures happen in Wine. * They happened about 50 times on gitlab-debian-* between 2022-10-14 and 2023-01-13. * During the same period there has been some sporadic instances on debian11b: - 2022-11-01 debian11b-wow32 - 2022-11-07 debian11-win32-he-IL - 2022-11-11 debian11b-wow64 - 2022-11-14 debian11-win32-fr-FR * 2023-02-09 gitlab-debian-64 * And then nothing for the TestBot and GitLab CI VMs until this new GitLab-specific rash on 2023-06-07.
It should be noted that they happen pretty often on Remi's test environments, though it's limited to rbernon-x11-fvwm since 2023-06-02.
So the issue is likely that some other test is messing up the environment and causing these failures.
https://bugs.winehq.org/show_bug.cgi?id=55060
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase