diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-19 12:46:39 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-19 12:46:39 +0000 |
| commit | d5c38ded260e3a8e0bc60cd837bc08a47d841d65 (patch) | |
| tree | dcff5d9ad47dacc9f72027a057c4a6cace5b00ac /compiler/rustc_codegen_cranelift/scripts | |
| parent | 69e4545a8d80dd52f65b0727a1a88677c7e98e3d (diff) | |
| parent | 3a9bf729322fb5035518f99b9d76a742bf7c124e (diff) | |
| download | rust-d5c38ded260e3a8e0bc60cd837bc08a47d841d65.tar.gz rust-d5c38ded260e3a8e0bc60cd837bc08a47d841d65.zip | |
Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-2023-12-19
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh index a299b6de6b1..7d7ffdadc7f 100755 --- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh +++ b/compiler/rustc_codegen_cranelift/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/sse2.rs # CodegenBackend::target_features not yet implemented rm tests/ui/simd/array-type.rs # "Index argument for `simd_insert` is not a constant" +rm tests/ui/simd/masked-load-store.rs # exotic linkages rm tests/ui/issues/issue-33992.rs # unsupported linkages |
