Skip to content

Commit

Permalink
Merge pull request #4153 from pmatos/VixlSkip
Browse files Browse the repository at this point in the history
Add some more tests as unsupported by vixl
  • Loading branch information
Sonicadvance1 authored Nov 18, 2024
2 parents 1bf06f8 + 06b950a commit c1db7a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions unittests/32Bit_ASM/Disabled_Tests_Simulator
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Simulator can't handle all rounding modes
Test_X87/RoundingPos.asm
Test_X87/RoundingNeg.asm
# Simulator can't handle `mrs x0, nzcv`
Test_32Bit_SecondaryModRM/Reg_7_1.asm
7 changes: 6 additions & 1 deletion unittests/ASM/Disabled_Tests_Simulator
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Test_SelfModifyingCode/Delinking.asm
Test_SelfModifyingCode/DifferentBlock.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
Test_Primary/Primary_01_Atomic16.asm
Test_Primary/Primary_01_Atomic32.asm
Expand Down Expand Up @@ -108,7 +114,6 @@ Test_VEX/vcvtps2ph_rtne_mxcsr.asm
Test_VEX/vcvtps2ph_rd_mxcsr.asm
Test_VEX/vcvtps2ph_ru_mxcsr.asm
Test_VEX/vcvtps2ph_trunc_mxcsr.asm
Test_X87/Rounding.asm
Test_X87_F64/Rounding_F64.asm

# Simulator doesn't support cycle counter reading
Expand Down

0 comments on commit c1db7a7

Please sign in to comment.