https://bugs.winehq.org/show_bug.cgi?id=54411
Bug ID: 54411 Summary: ntoskrnl.exe:ntoskrnl - test_pnp_devices() sometimes gets an unexpected success in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntoskrnl Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
ntoskrnl.exe:ntoskrnl - test_pnp_devices() sometimes gets an unexpected success in Wine:
ntoskrnl.c:1715: Test succeeded inside todo block: got error 997
See https://test.winehq.org/data/patterns.html#ntoskrnl.exe:ntoskrnl
Where 997 == ERROR_IO_PENDING
The test happens about once per month but has been known to impact merge requests (e.g. MR2039).
This looks like a race condition. Mark the test as flaky in Wine?