Skip to content

Commit

Permalink
Merge pull request #22 from eduardosm/remove-skips
Browse files Browse the repository at this point in the history
Remove no longer needed skips for stdarch
  • Loading branch information
RalfJung authored Oct 10, 2023
2 parents 37df9b5 + 48e317c commit 5455084
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions run-stdarch-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,8 @@ i586-*|i686-*|x86_64-*)
TEST_ARGS=(
core_arch::x86::{sse,sse2,sse3,ssse3}::
core_arch::x86_64::{sse,sse2}::
# FIXME add `#[cfg_attr(miri, ignore)]` to those tests in stdarch
# These are nontemporal stores, fences, and CSR (FP env status register) accesses
--skip test_mm_comieq_ss_vs_ucomieq_ss
--skip test_mm_getcsr_setcsr_1
--skip test_mm_getcsr_setcsr_2
--skip test_mm_getcsr_setcsr_underflow
--skip test_mm_sfence
--skip test_mm_stream_ps
--skip test_mm_clflush
--skip test_mm_lfence
--skip test_mm_maskmoveu_si128
--skip test_mm_mfence
--skip test_mm_stream_pd
--skip test_mm_stream_si128
--skip test_mm_stream_si32
--skip test_mm_stream_si64
# FIXME fix those in stdarch
--skip test_mm_rcp_ss # __m128(0.24997461, 13.0, 16.0, 100.0) != __m128(0.24993896, 13.0, 16.0, 100.0)
--skip test_mm_store1_ps # attempt to subtract with overflow
--skip test_mm_store_ps # attempt to subtract with overflow
--skip test_mm_storer_ps # attempt to subtract with overflow
# FIXME not yet implemented
--skip test_mm_clflush # could be implemented as a no-op?
)
;;
*)
Expand Down

0 comments on commit 5455084

Please sign in to comment.