unittests: Only disable fsgs tests on host

Since the x86 CI machine doesn't have a new enough kernel for this.
This commit is contained in:
Ryan Houdek 2022-05-13 02:43:28 -07:00
parent 15629e790e
commit c480ef137d
2 changed files with 8 additions and 4 deletions

View File

@ -5,10 +5,6 @@ Test_TwoByte/0F_52.asm
Test_TwoByte/0F_53.asm
# Not supported in userspace in all cases
Test_Secondary/15_F3_00.asm
Test_Secondary/15_F3_01.asm
Test_Secondary/15_F3_02.asm
Test_Secondary/15_F3_03.asm
Test_Primary/Primary_D7.asm
# Can't test this in a real environment

View File

@ -44,3 +44,11 @@ Test_3DNow/B6.asm
Test_3DNow/B7.asm
Test_3DNow/BB.asm
Test_3DNow/BF.asm
# Intel CI doesn't have a new enough kernel to support this
Test_Secondary/15_F3_00.asm
Test_Secondary/15_F3_01.asm
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