https://bugs.winehq.org/show_bug.cgi?id=55579
Bug ID: 55579 Summary: kernel32:loader - test_ExitProcess() sometimes fails on the 32-bit w8 VM 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:loader - test_ExitProcess() sometimes fails on the 32-bit w8 VM:
loader.c:3529: Test failed: GetThreadContext should fail loader.c:3530: Test failed: expected ERROR_INVALID_PARAMETER, got -559038737 loader.c:3538: Test failed: SetThreadContext should fail loader.c:3539: Test failed: expected ERROR_ACCESS_DENIED, got -559038737
See https://test.winehq.org/data/patterns.html#kernel32:loader
This started on 2023-09-04 and happens in about 50% of the WineTest runs and is most likely caused by the commit below:
commit d64200805b1848f782c8a4ce1fdbcb9292fffe51 Author: Alexandre Julliard julliard@winehq.org AuthorDate: Thu Aug 31 18:08:50 2023 +0200
kernel32/tests: Remove some workarounds for old Windows versions.