Skip to content

Commit

Permalink
Add some more tests as unsupported by vixl
Browse files Browse the repository at this point in the history
It seems a form of `mrs` is unsupported as well as the hint `wfe` used for `pause`.
  • Loading branch information
pmatos committed Nov 4, 2024
1 parent 5ad7fdb commit de77432
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unittests/32Bit_ASM/Disabled_Tests_Simulator
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Simulator can't handle all rounding modes
Test_X87/RoundingPos.asm
Test_X87/RoundingNeg.asm
Test_X87/RoundingNeg.asm

# Simulator can't handle `mrs x0, nzcv`
Test_SecondaryModRM/Reg_7_1.asm
6 changes: 6 additions & 0 deletions 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

0 comments on commit de77432

Please sign in to comment.