about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-18 14:08:59 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-18 14:08:59 +0000
commitb64079d6313446bbb40cf6c467c1e2d068f8f682 (patch)
tree3be4341d6a2e7c87895207262d3e3b4568873c38
parent1aac27e6b6f0a3cb86434803cd7a2535c7587f82 (diff)
downloadrust-b64079d6313446bbb40cf6c467c1e2d068f8f682.tar.gz
rust-b64079d6313446bbb40cf6c467c1e2d068f8f682.zip
Re-enable rmake.rs tests as a compiletest bug has been fixed
-rwxr-xr-xscripts/test_rustc_tests.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 9b360fb3036..b7808b6f4c3 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -10,14 +10,6 @@ pushd rust
 
 command -v rg >/dev/null 2>&1 || cargo install ripgrep
 
-# FIXME(rust-lang/rust#122196) fix stage0 rmake.rs run-make tests and remove
-# this workaround
-for test in $(ls tests/run-make); do
-  if [[ -e "tests/run-make/$test/rmake.rs" ]]; then
-    rm -r "tests/run-make/$test"
-  fi
-done
-
 # 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"