Skip to content

Commit e7e5016

Browse files
committed
Move test and clarify problem of some other tests
1 parent 215905c commit e7e5016

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ rm src/test/ui/numbers-arithmetic/issue-8460.rs
4444
rm src/test/ui/runtime/rt-explody-panic-payloads.rs
4545
rm src/test/incremental/change_crate_dep_kind.rs
4646
rm src/test/ui/threads-sendsync/unwind-resource.rs
47+
rm src/test/incremental/issue-80691-bad-eval-cache.rs # -Cpanic=abort causes abort instead of exit(101)
4748

4849
# requires compiling with -Cpanic=unwind
4950
rm src/test/ui/cfg/cfg-panic.rs
@@ -99,6 +100,9 @@ rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
99100
rm src/test/ui/mir/mir_raw_fat_ptr.rs # same
100101
rm src/test/ui/consts/issue-33537.rs # same
101102

103+
# doesn't work due to the way the rustc test suite is invoked.
104+
# should work when using ./x.py test the way it is intended
105+
# ============================================================
102106
rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/
103107
rm -r src/test/run-make/unstable-flag-required # same
104108
rm -r src/test/run-make/rustdoc-* # same
@@ -110,7 +114,6 @@ rm src/test/ui/allocator/no_std-alloc-error-handler-default.rs # missing rust_oo
110114
rm -r src/test/ui/polymorphization/ # polymorphization not yet supported
111115
rm src/test/codegen-units/polymorphization/unused_type_parameters.rs # same
112116

113-
rm src/test/incremental/issue-80691-bad-eval-cache.rs # wrong exit code
114117
rm src/test/incremental/spike-neg1.rs # errors out for some reason
115118
rm src/test/incremental/spike-neg2.rs # same
116119
rm src/test/ui/issues/issue-74564-if-expr-stack-overflow.rs # gives a stackoverflow before the backend runs

0 commit comments

Comments
 (0)