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:
Ryan Houdek 2022-11-24 18:29:05 -08:00
parent 3e6d23ae7e
commit 8b2cd87d9e
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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