mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-12 10:29:24 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
The Zen+ CI runner doesn't support the UMIP hardware feature, so it doesn't hit the kernel emulated path. Instead the instruction returns real data on this hardware. Still in kernel space, so it is unmapped as expected.
16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
# 32-bit segment pushing and popping causes the runner to break
|
|
# We aren't 100% matching behaviour
|
|
Test_32Bit_Primary/Pop_Segments.asm
|
|
|
|
# Hecks with GS, FS, and ES
|
|
# Causing the signal handler delegate to break
|
|
Test_32Bit_Primary/Primary_8C.asm
|
|
Test_32Bit_Primary/Primary_8C_2.asm
|
|
|
|
# Hecks with CS
|
|
# Causing our host runner a bit of pain
|
|
Test_32Bit_Primary/Primary_CF.asm
|
|
|
|
# Zen+ CI doesn't support UMIP so it returns "real" values
|
|
Test_32Bit_Secondary/07_XX_00.asm
|