File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ rm -r tests/run-make/llvm-location-discriminator-limit-dummy-span # same
96
96
rm tests/ui/abi/stack-protector.rs # requires stack protector support
97
97
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
98
98
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
99
+ rm -r tests/ui/optimization-remark.rs # same
99
100
rm -r tests/run-make/print-to-output # requires --print relocation-models
100
101
101
102
# requires asm, llvm-ir and/or llvm-bc emit support
@@ -129,6 +130,7 @@ rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contain
129
130
rm -r tests/run-make/translation # same
130
131
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
131
132
rm -r tests/run-make/const-trait-stable-toolchain # same
133
+ rm -r tests/run-make/print-request-help-stable-unstable # same
132
134
rm -r tests/run-make/incr-add-rust-src-component
133
135
rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
134
136
You can’t perform that action at this time.
0 commit comments