https://bugs.winehq.org/show_bug.cgi?id=51196
Bug ID: 51196 Summary: ntdll:om has a timing-related failure in Wine Product: Wine Version: 6.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
ntdll:om randomly fails with an error of the form:
om.c:2307: Test failed: got 88 and/or om.c:2322: Test failed: got 87
The value is the time spent in RtlWaitOnAddress(..., timeout=100 ms). The test generously expects at least 90 ms and the failure occurs whenever it is below that.
Because the failure is intermittent and the duration typically varies between 85 and 89 ms, this failure is prone to generating false positives in the TestBot.
Furthermore this only happens in Wine which suggests there is some implementation issue there.