Skip to content

Commit b64079d

Browse files
committed
Re-enable rmake.rs tests as a compiletest bug has been fixed
1 parent 1aac27e commit b64079d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/test_rustc_tests.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ pushd rust
1010

1111
command -v rg >/dev/null 2>&1 || cargo install ripgrep
1212

13-
# FIXME(rust-lang/rust#122196) fix stage0 rmake.rs run-make tests and remove
14-
# this workaround
15-
for test in $(ls tests/run-make); do
16-
if [[ -e "tests/run-make/$test/rmake.rs" ]]; then
17-
rm -r "tests/run-make/$test"
18-
fi
19-
done
20-
2113
# FIXME remove this workaround once ICE tests no longer emit an outdated nightly message
2214
for test in $(rg -i --files-with-matches "//@(\[.*\])? failure-status: 101" tests/ui); do
2315
echo "rm $test"

0 commit comments

Comments
 (0)