mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-23 06:30:01 +00:00
Merge pull request #4153 from pmatos/VixlSkip
Add some more tests as unsupported by vixl
This commit is contained in:
commit
c1db7a78b1
@ -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
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user