diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-02-20 18:15:13 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-02-20 21:57:28 +0000 |
| commit | 8fb0fbef627b4ee1361f6bfecb5ee1f8e2afe402 (patch) | |
| tree | b66a0218857ad837052e5dff345351286f2c3a57 | |
| parent | d23026ac1b8c01e2e945afb684b0217587b4638d (diff) | |
| download | rust-8fb0fbef627b4ee1361f6bfecb5ee1f8e2afe402.tar.gz rust-8fb0fbef627b4ee1361f6bfecb5ee1f8e2afe402.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 54352c64e8e..203c5204325 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -44,6 +44,7 @@ rm tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs # vendor intrinsics rm tests/ui/simd/array-type.rs # "Index argument for `simd_insert` is not a constant" +rm tests/ui/asm/x86_64/evex512-implicit-feature.rs # unimplemented AVX512 x86 vendor intrinsic # exotic linkages rm tests/ui/issues/issue-33992.rs # unsupported linkages |
