mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-04 22:17:38 +00:00
Stop ignoring some portable-simd tests
This commit is contained in:
parent
52aa24ed4a
commit
aa918f02e4
@ -230,13 +230,6 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
|
|||||||
if runner.is_native {
|
if runner.is_native {
|
||||||
let mut test_cmd = PORTABLE_SIMD.test(&runner.target_compiler, &runner.dirs);
|
let mut test_cmd = PORTABLE_SIMD.test(&runner.target_compiler, &runner.dirs);
|
||||||
test_cmd.arg("-q");
|
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);
|
spawn_and_wait(test_cmd);
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user