On Fri Aug 25 15:02:29 2023 +0000, Jinoh Kang wrote:
I've run the tests locally without "server: Store both contexts in pending context object.", but the tests still pass. Maybe you have missed something? **EDIT**: Actually I'll try again with new-style wow64 enabled.
Yeah, the problem is specific to the new wow64 mode, here is what I get without the fix:
``` thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 thread.c:259: Test failed: IP = 004AECF0, expected 01450000 thread.c:268: Test failed: IP = 004AECF0, expected 01450004 0020:thread: 89 tests executed (0 marked as todo, 0 as flaky, 20 failures), 0 skipped. ```