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
67
67
rm tests/ui/linking/no-gc-encapsulation-symbols.rs # same
68
68
rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
69
69
rm -r tests/ui/explicit-tail-calls # tail calls
70
+ rm -r tests/run-make/pointer-auth-link-with-c # pointer auth
70
71
71
72
# requires LTO
72
73
rm -r tests/run-make/cdylib
@@ -131,6 +132,8 @@ rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
131
132
rm -r tests/run-make/strip # same
132
133
rm -r tests/run-make-cargo/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
133
134
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
134
137
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
135
138
rm -r tests/run-make/const-trait-stable-toolchain # same
136
139
rm -r tests/run-make/print-request-help-stable-unstable # same
You can’t perform that action at this time.
0 commit comments