Merge pull request #4153 from pmatos/VixlSkip

Add some more tests as unsupported by vixl
This commit is contained in:
Ryan Houdek 2024-11-17 19:56:56 -08:00 committed by GitHub
commit c1db7a78b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,2 @@
# Simulator can't handle all rounding modes # Simulator can't handle `mrs x0, nzcv`
Test_X87/RoundingPos.asm Test_32Bit_SecondaryModRM/Reg_7_1.asm
Test_X87/RoundingNeg.asm

View File

@ -26,6 +26,12 @@ Test_SelfModifyingCode/Delinking.asm
Test_SelfModifyingCode/DifferentBlock.asm Test_SelfModifyingCode/DifferentBlock.asm
Test_SelfModifyingCode/SameBlock.asm Test_SelfModifyingCode/SameBlock.asm
# Simulator can't do wfe
Test_Primary/Pause.asm
# Simulator can't handle `mrs x0, nzcv`
Test_SecondaryModRM/Reg_7_1.asm
# Simulator can't handle unaligned accesses # Simulator can't handle unaligned accesses
Test_Primary/Primary_01_Atomic16.asm Test_Primary/Primary_01_Atomic16.asm
Test_Primary/Primary_01_Atomic32.asm Test_Primary/Primary_01_Atomic32.asm
@ -108,7 +114,6 @@ Test_VEX/vcvtps2ph_rtne_mxcsr.asm
Test_VEX/vcvtps2ph_rd_mxcsr.asm Test_VEX/vcvtps2ph_rd_mxcsr.asm
Test_VEX/vcvtps2ph_ru_mxcsr.asm Test_VEX/vcvtps2ph_ru_mxcsr.asm
Test_VEX/vcvtps2ph_trunc_mxcsr.asm Test_VEX/vcvtps2ph_trunc_mxcsr.asm
Test_X87/Rounding.asm
Test_X87_F64/Rounding_F64.asm Test_X87_F64/Rounding_F64.asm
# Simulator doesn't support cycle counter reading # Simulator doesn't support cycle counter reading