about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-03-19 15:48:19 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-03-20 12:14:24 +0100
commite7e5016207c40f3520e0bc55a34ada3a2a778ac2 (patch)
tree1b1abaa2a7cfa8f0619377f17234d36b8424658b
parent215905cdc8accbc8abe26da8650d6959e86cf9e0 (diff)
downloadrust-e7e5016207c40f3520e0bc55a34ada3a2a778ac2.tar.gz
rust-e7e5016207c40f3520e0bc55a34ada3a2a778ac2.zip
Move test and clarify problem of some other tests
-rwxr-xr-xscripts/test_rustc_tests.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index b4ce2abb18c..ebc3f80d620 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -44,6 +44,7 @@ rm src/test/ui/numbers-arithmetic/issue-8460.rs
 rm src/test/ui/runtime/rt-explody-panic-payloads.rs
 rm src/test/incremental/change_crate_dep_kind.rs
 rm src/test/ui/threads-sendsync/unwind-resource.rs
+rm src/test/incremental/issue-80691-bad-eval-cache.rs # -Cpanic=abort causes abort instead of exit(101)
 
 # requires compiling with -Cpanic=unwind
 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
 rm src/test/ui/mir/mir_raw_fat_ptr.rs # same
 rm src/test/ui/consts/issue-33537.rs # same
 
+# doesn't work due to the way the rustc test suite is invoked.
+# should work when using ./x.py test the way it is intended
+# ============================================================
 rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/
 rm -r src/test/run-make/unstable-flag-required # same
 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
 rm -r src/test/ui/polymorphization/ # polymorphization not yet supported
 rm src/test/codegen-units/polymorphization/unused_type_parameters.rs # same
 
-rm src/test/incremental/issue-80691-bad-eval-cache.rs # wrong exit code
 rm src/test/incremental/spike-neg1.rs # errors out for some reason
 rm src/test/incremental/spike-neg2.rs # same
 rm src/test/ui/issues/issue-74564-if-expr-stack-overflow.rs # gives a stackoverflow before the backend runs