Skip to content

Commit aa918f0

Browse files
committed
Stop ignoring some portable-simd tests
1 parent 52aa24e commit aa918f0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build_system/tests.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,6 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
230230
if runner.is_native {
231231
let mut test_cmd = PORTABLE_SIMD.test(&runner.target_compiler, &runner.dirs);
232232
test_cmd.arg("-q");
233-
// FIXME remove after portable-simd update
234-
test_cmd
235-
.arg("--")
236-
.arg("--skip")
237-
.arg("core_simd::swizzle::simd_swizzle")
238-
.arg("--skip")
239-
.arg("core_simd::vector::Simd<T,N>::lanes");
240233
spawn_and_wait(test_cmd);
241234
}
242235
}),

0 commit comments

Comments
 (0)