mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-24 08:42:31 +00:00
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.
This commit is contained in:
parent
3e6d23ae7e
commit
8b2cd87d9e
@ -10,3 +10,6 @@ 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
|
||||
|
@ -12,3 +12,6 @@ Test_Secondary/15_F3_02.asm
|
||||
Test_Secondary/15_F3_03.asm
|
||||
Test_Secondary/15_F3_02_2.asm
|
||||
Test_Secondary/15_F3_03_2.asm
|
||||
|
||||
# Zen+ CI doesn't support UMIP so it returns "real" values
|
||||
Test_Secondary/07_XX_00.asm
|
||||
|
Loading…
x
Reference in New Issue
Block a user