Skip to content

Commit

Permalink
Stop ignoring some portable-simd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 10, 2024
1 parent 52aa24e commit aa918f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build_system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}),
Expand Down

0 comments on commit aa918f0

Please sign in to comment.