We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aac27e commit b64079dCopy full SHA for b64079d
scripts/test_rustc_tests.sh
@@ -10,14 +10,6 @@ pushd rust
10
11
command -v rg >/dev/null 2>&1 || cargo install ripgrep
12
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
-
21
# FIXME remove this workaround once ICE tests no longer emit an outdated nightly message
22
for test in $(rg -i --files-with-matches "//@(\[.*\])? failure-status: 101" tests/ui); do
23
echo "rm $test"
0 commit comments