diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-09 10:46:21 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-09 10:46:21 +0000 |
| commit | 96fa075225cce2d7af090256c90c2d2bc5a0ccda (patch) | |
| tree | 3181ce160271581a3a024af6b916583ec2848781 | |
| parent | 7292fa2a90da9e8b1a434677774f26ced868d0d8 (diff) | |
| download | rust-96fa075225cce2d7af090256c90c2d2bc5a0ccda.tar.gz rust-96fa075225cce2d7af090256c90c2d2bc5a0ccda.zip | |
Fix rustc test suite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 9cd3f8e6cf5..ebe0b634e8b 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -34,6 +34,7 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR # vendor intrinsics rm tests/ui/asm/x86_64/evex512-implicit-feature.rs # unimplemented AVX512 x86 vendor intrinsic +rm tests/ui/simd/dont-invalid-bitcast-x86_64.rs # unimplemented llvm.x86.sse41.round.ps # exotic linkages rm tests/incremental/hashes/function_interfaces.rs |
