about summary refs log tree commit diff
path: root/scripts/test_rustc_tests.sh
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-03-25 20:24:47 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-03-25 20:25:11 +0100
commit3c030e2425bb1fdb165ac87797076072ec991970 (patch)
tree886f139db21d2f436586812bf834f2d72b4a7185 /scripts/test_rustc_tests.sh
parentf3d97cce279fd2372aafec3761791b4110d70bf5 (diff)
downloadrust-3c030e2425bb1fdb165ac87797076072ec991970.tar.gz
rust-3c030e2425bb1fdb165ac87797076072ec991970.zip
Fix NaN handling of simd float min and max operations
Diffstat (limited to 'scripts/test_rustc_tests.sh')
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 5f47e7204ea..3d6bd887459 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -79,7 +79,6 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support
 
 # giving different but possibly correct results
 # =============================================
-rm src/test/ui/simd/intrinsic/float-minmax-pass.rs # same
 rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
 rm src/test/ui/mir/mir_raw_fat_ptr.rs # same
 rm src/test/ui/consts/issue-33537.rs # same