mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-23 06:30:01 +00:00
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:
parent
5ad7fdb2f3
commit
de70651406
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user