https://bugs.winehq.org/show_bug.cgi?id=54094
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |508b793ec915bae900edb42e10d | |7bf8d659cd32a Status|NEW |RESOLVED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This got fixed by the commit below:
commit 508b793ec915bae900edb42e10d7bf8d659cd32a Author: François Gouget fgouget@codeweavers.com Date: Thu Dec 8 03:39:39 2022 +0100
kernel32/tests: Avoid failures when processes start during the process test.
On Windows processes sometimes start during test_services_exe() so that the size returned by the first NtQuerySystemInformation() is no longer sufficient for the second call.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54094