File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ rm -r tests/run-make/used-proc-macro # used(linker) isn't supported yet
6767rm tests/ui/linking/no-gc-encapsulation-symbols.rs # same
6868rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
6969rm -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
7273rm -r tests/run-make/cdylib
@@ -131,6 +132,8 @@ rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
131132rm -r tests/run-make/strip # same
132133rm -r tests/run-make-cargo/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
133134rm -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
134137rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
135138rm -r tests/run-make/const-trait-stable-toolchain # same
136139rm -r tests/run-make/print-request-help-stable-unstable # same
You can’t perform that action at this time.
0 commit comments