Add some more tests as unsupported by vixl

It seems a form of `mrs` is unsupported as well as the hint `wfe` used for `pause`.
Remove skipping Rounding(Neg|Pos).asm as they are passing.
This commit is contained in:
Paulo Matos 2024-11-04 18:03:06 +01:00
parent 5ad7fdb2f3
commit de70651406
2 changed files with 8 additions and 3 deletions

View File

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

View File

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