Skip to content

Commit 8b9187d

Browse files
committed
Fix rustc test suite
1 parent c28878d commit 8b9187d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ rm -r tests/run-make/sepcomp-cci-copies # same
100100
rm -r tests/run-make/volatile-intrinsics # same
101101
rm tests/ui/abi/stack-protector.rs # requires stack protector support
102102
rm -r tests/run-make/emit-stack-sizes # requires support for -Z emit-stack-sizes
103+
rm -r tests/run-make/optimization-remarks-dir # remarks are LLVM specific
103104

104105
# giving different but possibly correct results
105106
# =============================================
@@ -118,6 +119,7 @@ rm tests/ui/suggestions/derive-trait-for-method-call.rs # same
118119
rm tests/ui/typeck/issue-46112.rs # same
119120
rm tests/ui/consts/const_cmp_type_id.rs # same
120121
rm tests/ui/consts/issue-73976-monomorphic.rs # same
122+
rm tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs # same
121123

122124
# rustdoc-clif passes extra args, suppressing the help message when no args are passed
123125
rm -r tests/run-make/issue-88756-default-output
@@ -150,6 +152,8 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
150152

151153
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
152154

155+
rm tests/ui/panic-handler/weak-lang-item-2.rs # Will be fixed by #113568
156+
153157
cp ../dist/bin/rustdoc-clif ../dist/bin/rustdoc # some tests expect bin/rustdoc to exist
154158

155159
# prevent $(RUSTDOC) from picking up the sysroot built by x.py. It conflicts with the one used by

0 commit comments

Comments
 (0)