Skip to content

Commit 0b47779

Browse files
committed
Fix rustc test suite
1 parent 47f2bf6 commit 0b47779

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

scripts/test_rustc_tests.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5959
rm tests/ui/asm/label-operand.rs # same
6060
rm tests/ui/asm/may_unwind.rs # asm unwinding not supported
6161
rm tests/ui/asm/aarch64/may_unwind.rs # same
62+
rm tests/ui/asm/x86_64/global_asm_escape.rs # rust-lang/rust#151955 needs to be applied to non-LLVM codegen backends too
6263

6364
# misc unimplemented things
6465
rm tests/ui/target-feature/missing-plusminus.rs # error not implemented
@@ -127,6 +128,14 @@ rm -r tests/run-make/notify-all-emit-artifacts
127128
rm -r tests/run-make/reset-codegen-1
128129
rm -r tests/run-make/inline-always-many-cgu
129130
rm -r tests/run-make/intrinsic-unreachable
131+
rm -r tests/run-make/artifact-incr-cache
132+
rm -r tests/run-make/artifact-incr-cache-no-obj
133+
rm -r tests/run-make/emit
134+
rm -r tests/run-make/llvm-outputs
135+
rm -r tests/run-make/panic-impl-transitive
136+
rm -r tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs
137+
rm -r tests/ui/statics/issue-91050-1.rs
138+
rm -r tests/ui/statics/issue-91050-2.rs
130139

131140
# giving different but possibly correct results
132141
# =============================================
@@ -135,6 +144,7 @@ rm tests/ui/mir/mir_raw_fat_ptr.rs # same
135144
rm tests/ui/consts/issue-33537.rs # same
136145
rm tests/ui/consts/const-mut-refs-crate.rs # same
137146
rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
147+
rm -r tests/run-make/short-ice # ICE backtrace begin/end marker mismatch
138148

139149
# doesn't work due to the way the rustc test suite is invoked.
140150
# should work when using ./x.py test the way it is intended

0 commit comments

Comments
 (0)