Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some more tests as unsupported by vixl #4153

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading