Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit aab17cc

Browse files
committed
Fix rustc test suite
1 parent b67a1c4 commit aab17cc

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
@@ -130,6 +130,7 @@ rm tests/ui/consts/issue-73976-monomorphic.rs # same
130130
rm tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs # same
131131
rm tests/ui/consts/const-eval/nonnull_as_ref_ub.rs # same
132132
rm tests/ui/consts/issue-94675.rs # same
133+
rm tests/ui/associated-types/issue-85103-layout-debug.rs # same
133134

134135
# rustdoc-clif passes extra args, suppressing the help message when no args are passed
135136
rm -r tests/run-make/issue-88756-default-output
@@ -154,9 +155,12 @@ rm -r tests/run-make/output-type-permutations # same
154155
rm -r tests/run-make/used # same
155156
rm -r tests/run-make/no-alloc-shim
156157
rm -r tests/run-make/emit-to-stdout
158+
rm -r tests/run-make/compressed-debuginfo
157159

158160
rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet supported
159161

162+
rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug with Generator's
163+
160164
# bugs in the test suite
161165
# ======================
162166
rm tests/ui/backtrace.rs # TODO warning

0 commit comments

Comments
 (0)