Skip to content

Commit 160c109

Browse files
committed
Fix rustc test suite
1 parent d923ff4 commit 160c109

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ rm -r tests/run-make/used-proc-macro # used(linker) isn't supported yet
6767
rm tests/ui/linking/no-gc-encapsulation-symbols.rs # same
6868
rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
6969
rm -r tests/ui/explicit-tail-calls # tail calls
70+
rm -r tests/run-make/pointer-auth-link-with-c # pointer auth
7071

7172
# requires LTO
7273
rm -r tests/run-make/cdylib
@@ -131,6 +132,8 @@ rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
131132
rm -r tests/run-make/strip # same
132133
rm -r tests/run-make-cargo/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
133134
rm -r tests/run-make/translation # same
135+
rm -r tests/run-make-cargo/panic-immediate-abort-works # same
136+
rm -r tests/run-make-cargo/panic-immediate-abort-codegen # same
134137
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
135138
rm -r tests/run-make/const-trait-stable-toolchain # same
136139
rm -r tests/run-make/print-request-help-stable-unstable # same

0 commit comments

Comments
 (0)