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 d37f6d8 commit 89f54caCopy full SHA for 89f54ca
scripts/test_rustc_tests.sh
@@ -10,12 +10,6 @@ pushd rust
10
11
command -v rg >/dev/null 2>&1 || cargo install ripgrep
12
13
-# FIXME remove this workaround once ICE tests no longer emit an outdated nightly message
14
-for test in $(rg -i --files-with-matches "//@(\[.*\])? failure-status: 101" tests/ui); do
15
- echo "rm $test"
16
- rm $test
17
-done
18
-
19
rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
20
for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do
21
rm $test
0 commit comments