27 Feb
2026
27 Feb
'26
6:07 p.m.
I created !10210 to fix a different ARM64 problem with GetNativeSystemInfo() (in an amd64 process GetSystemInfo and GetNativeSystemInfo should be equivalent), but on Windows 11 26100 I'm also seeing these tests failing in an ARM64 binary. Hans, if you're building Wine and the tests as ARM64EC, maybe they're inadvertently running as amd64 instead of arm64? With `start /b /machine amd64 kernel32_test.exe process` all the tests pass. With `start /b /machine arm64 kernel32_test.exe process` I see the same failures as Alexandre. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9740#note_130799