https://bugs.winehq.org/show_bug.cgi?id=55416
Bug ID: 55416 Summary: psapi:psapi_main - check_QueryWorkingSetEx() sometimes fails on Windows 10 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: psapi Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
psapi:psapi_main - check_QueryWorkingSetEx() sometimes fails on Windows 10:
psapi_main.c:1165: Test failed: exe expected Valid=1 but got 0 psapi_main.c:1169: Test failed: exe expected Win32Protection=2 but got 0
See https://test.winehq.org/data/patterns.html#psapi:psapi_main
This first happened on 2023-07-11 and there has been three instances so far: * 2023-07-11 win22H2_fgtb-w10pro64-32 * 2023-07-19 win21H2_gitlab-win10-21h2-32 * 2023-08-04 win22H2_newtb-w1064-32
https://bugs.winehq.org/show_bug.cgi?id=55416
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55416
--- Comment #1 from François Gouget fgouget@codeweavers.com --- I checked whether the tryok() mechanism could help with this test but it does not: if these two ok() calls fail, then they continue failing on the current process even if retrying for the next 10 seconds.
So the question is why do these tests fail, sometimes and can anything be done to avoid failure?