FEX/unittests/32Bit_ASM/Disabled_Tests_host
Ryan Houdek 8b2cd87d9e unittests: Disable SGDT tests on host
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.
2022-11-24 18:29:05 -08:00

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