diff options
| author | bors <bors@rust-lang.org> | 2024-12-06 15:49:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-12-06 15:49:11 +0000 |
| commit | cdeddae4f6f0934d9cc895fe1cacccba78ff1981 (patch) | |
| tree | a280cd6ef6611415bf3812b644692a5e2889d4c5 /compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh | |
| parent | bc145cec4565a97a1b08df52d26ddf48ce3d7d0a (diff) | |
| parent | 063e21b4c497ee626c1a6770e82fa75070c1e8ab (diff) | |
| download | rust-cdeddae4f6f0934d9cc895fe1cacccba78ff1981.tar.gz rust-cdeddae4f6f0934d9cc895fe1cacccba78ff1981.zip | |
Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3
Sync cg clif 2024 12 06 The main highlights this time are a Cranelift update disabling the clif ir verifier by default for better performance. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh | 3 |
1 files changed, 3 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 a820da286f5..e291ec20464 100755 --- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh +++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh @@ -57,6 +57,7 @@ rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo +rm tests/ui/simd-abi-checks.rs # vector types >128bits not yet supported # requires LTO rm -r tests/run-make/cdylib @@ -75,6 +76,8 @@ rm -r tests/ui/instrument-coverage/ rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs rm tests/ui/asm/aarch64/type-f16.rs rm tests/ui/float/conv-bits-runtime-const.rs +rm tests/ui/consts/const-eval/float_methods.rs +rm tests/ui/match/match-float.rs # optimization tests # ================== |
