about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-10 16:31:22 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-10 16:31:22 +0000
commitaa918f02e4404f7cd19c809f28c83d9416a00b6c (patch)
treed1e6dbd17c51d681691b6480fb98d25c8b8686a0
parent52aa24ed4a1b0c8abeb62200f83d1c23b68f7edc (diff)
downloadrust-aa918f02e4404f7cd19c809f28c83d9416a00b6c.tar.gz
rust-aa918f02e4404f7cd19c809f28c83d9416a00b6c.zip
Stop ignoring some portable-simd tests
-rw-r--r--build_system/tests.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs
index 29600c3346c..5e6990c8a27 100644
--- a/build_system/tests.rs
+++ b/build_system/tests.rs
@@ -230,13 +230,6 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
         if runner.is_native {
             let mut test_cmd = PORTABLE_SIMD.test(&runner.target_compiler, &runner.dirs);
             test_cmd.arg("-q");
-            // FIXME remove after portable-simd update
-            test_cmd
-                .arg("--")
-                .arg("--skip")
-                .arg("core_simd::swizzle::simd_swizzle")
-                .arg("--skip")
-                .arg("core_simd::vector::Simd<T,N>::lanes");
             spawn_and_wait(test_cmd);
         }
     }),