https://bugs.winehq.org/show_bug.cgi?id=53433
Bug ID: 53433 Summary: mmdevapi:capture - test_capture() sometimes fails after resuming capture Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mmdevapi Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
mmdevapi:capture - test_capture() sometimes fails after resuming capture:
capture.c:301: Cont'ed position 2103 pad 21548 flags 0, amount of frames locked: 448 capture.c:325: Restart position 2615 pad 21100 flags 1, amount of frames locked: 448 capture.c:330: Test failed: Position 2615 expected 2551 capture.c:331: Test failed: flags 1
https://test.winehq.org/data/patterns.html#mmdevapi:capture
As of today there are 3 known instances of these failures (2022-06-28, 2022-07-11, 2022-07-28) and all 3 happened on Windows 8. Also are independent from the failures in bug 53265.
https://bugs.winehq.org/show_bug.cgi?id=53433
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53433
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|mmdevapi:capture - |mmdevapi:capture - |test_capture() sometimes |test_capture() sometimes |fails after resuming |fails after resuming |capture |capture on Windows
https://bugs.winehq.org/show_bug.cgi?id=53433
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This can also happen on Windows 10. In fact it even happens in the GitLab CI's Wine tests (but there's no record of it happening on the TestBot's Wine VMs).
This probably happens when the host is too busy. That means these tests should be modified to run for longer so they are less impacted by short-term scheduling delays, or the timing should be less tight, or they should all be marked as flaky. (or all of the above)