https://bugs.winehq.org/show_bug.cgi?id=55226
Bug ID: 55226 Summary: kernel32:process - test_SuspendProcessState() gets unexpected esp/rsp on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:process - test_SuspendProcessState() gets unexpected esp/rsp on Windows.
The 32-bit tests get a bad esp value:
process.c:3445: Test failed: esp is not at top of stack page or properly aligned: 0125f88c process.c:3279: Test failed: esp is not at top of stack page or properly aligned: 00fafa30
While the 64-bit tests get a bad rsp value:
process.c:3415: Test failed: rsp is not at top of stack page bd0ffffde8 process.c:3264: Test failed: rsp is not at top of stack page 962e7ffad8
See https://test.winehq.org/data/patterns.html#kernel32:process
https://bugs.winehq.org/show_bug.cgi?id=55226
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55226
--- Comment #1 from François Gouget fgouget@codeweavers.com --- These failures started on 2023-07-10. This is when the GitLab CI switched to Debian 12 to build the official WineTest binaries used by the TestBot to run the nightly tests on Windows.
Note that the TestBot still uses Debian 11 to build the test binaries so these failures will not happen when submitting patches to the TestBot.