Skip to content

Commit 91114bd

Browse files
committed
Fix rustc test suite
1 parent 4cfecfd commit 91114bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ rm -r tests/run-make/llvm-location-discriminator-limit-dummy-span # same
9696
rm tests/ui/abi/stack-protector.rs # requires stack protector support
9797
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
9898
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
99+
rm -r tests/ui/optimization-remark.rs # same
99100
rm -r tests/run-make/print-to-output # requires --print relocation-models
100101

101102
# 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
129130
rm -r tests/run-make/translation # same
130131
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
131132
rm -r tests/run-make/const-trait-stable-toolchain # same
133+
rm -r tests/run-make/print-request-help-stable-unstable # same
132134
rm -r tests/run-make/incr-add-rust-src-component
133135
rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
134136

0 commit comments

Comments
 (0)