about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-04-11 10:16:50 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-04-11 10:16:50 +0000
commit89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e (patch)
treea1f5b3807fce2fdc9f01f4cb8f21403d68607834 /scripts
parentd37f6d821d6de7e5f1a683cdda37b117b62afe87 (diff)
downloadrust-89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e.tar.gz
rust-89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e.zip
Reenable fixed rustc tests
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test_rustc_tests.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 9c078c46c2e..8580f4557e8 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -10,12 +10,6 @@ pushd rust
 
 command -v rg >/dev/null 2>&1 || cargo install ripgrep
 
-# FIXME remove this workaround once ICE tests no longer emit an outdated nightly message
-for test in $(rg -i --files-with-matches "//@(\[.*\])? failure-status: 101" tests/ui); do
-  echo "rm $test"
-  rm $test
-done
-
 rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
 for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do
   rm $test