Skip to content

Commit 449f95b

Browse files
committed
Update rustc test suite failure list
1 parent 051b6dd commit 449f95b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/test_rustc_tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ for test in $(rg -i --files-with-matches "//(\[\w+\])?~[^\|]*\s*ERR|// error-pat
2020
done
2121

2222
git checkout -- src/test/ui/issues/auxiliary/issue-3136-a.rs # contains //~ERROR, but shouldn't be removed
23+
git checkout -- src/test/ui/proc-macro/pretty-print-hack/
2324

2425
# missing features
2526
# ================
@@ -30,6 +31,7 @@ rm src/test/incremental/issue-80691-bad-eval-cache.rs # -Cpanic=abort causes abo
3031

3132
# requires compiling with -Cpanic=unwind
3233
rm -r src/test/ui/macros/rfc-2011-nicer-assert-messages/
34+
rm -r src/test/run-make/test-benches
3335

3436
# vendor intrinsics
3537
rm src/test/ui/sse2.rs # cpuid not supported, so sse2 not detected
@@ -94,8 +96,6 @@ rm -r src/test/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
9496

9597
# genuine bugs
9698
# ============
97-
rm src/test/ui/allocator/no_std-alloc-error-handler-default.rs # missing rust_oom definition
98-
9999
rm src/test/incremental/spike-neg1.rs # errors out for some reason
100100
rm src/test/incremental/spike-neg2.rs # same
101101
rm src/test/ui/issues/issue-74564-if-expr-stack-overflow.rs # gives a stackoverflow before the backend runs
@@ -111,6 +111,7 @@ rm src/test/ui/simple_global_asm.rs # TODO add needs-asm-support
111111
rm src/test/ui/test-attrs/test-type.rs # TODO panic message on stderr. correct stdout
112112
# not sure if this is actually a bug in the test suite, but the symbol list shows the function without leading _ for some reason
113113
rm -r src/test/run-make/native-link-modifier-bundle
114+
rm src/test/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
114115

115116
rm src/test/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
116117

0 commit comments

Comments
 (0)