about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-23 14:14:35 +0200
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-10-23 14:14:35 +0200
commit7a9abf5ab29bd91e1dc3d36ab1e46199e5413110 (patch)
treeff40286dfdff7e9c7d244414d3429bcb74f940d5
parent63e3df3d32546ab1b4a485b9a74dd91222b3039e (diff)
downloadrust-7a9abf5ab29bd91e1dc3d36ab1e46199e5413110.tar.gz
rust-7a9abf5ab29bd91e1dc3d36ab1e46199e5413110.zip
Update rustc test suite failure list
-rwxr-xr-xscripts/test_rustc_tests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 293dff13386..9b5db3cf81f 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -29,7 +29,6 @@ rm src/test/incremental/change_crate_dep_kind.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/test-attrs/test-fn-signature-verification-for-explicit-return-type.rs # "Cannot run dynamic test fn out-of-process"
 rm -r src/test/ui/macros/rfc-2011-nicer-assert-messages/
 
 # vendor intrinsics
@@ -108,7 +107,6 @@ rm src/test/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unorde
 # bugs in the test suite
 # ======================
 rm src/test/ui/backtrace.rs # TODO warning
-rm src/test/ui/empty_global_asm.rs # TODO add needs-asm-support
 rm src/test/ui/simple_global_asm.rs # TODO add needs-asm-support
 rm src/test/ui/test-attrs/test-type.rs # TODO panic message on stderr. correct stdout
 # not sure if this is actually a bug in the test suite, but the symbol list shows the function without leading _ for some reason