https://bugs.winehq.org/show_bug.cgi?id=55238
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr@gmail.com
--- Comment #1 from Jinoh Kang jinoh.kang.kr@gmail.com ---
exception.c:4867: Test failed: Got unexpected exception code 0xdeadbeef, flags 0x90.
The bit 7 (0x80) of ExceptionFlags is `EXCEPTION_SOFTWARE_ORIGINATE`, which seems to have been introduced in Windows 11. This would always be set for user-initiated exceptions, so the test will have to mask it out.