Reenable fixed rustc tests

This commit is contained in:
bjorn3 2024-04-11 10:16:50 +00:00
parent d37f6d821d
commit 89f54caacf
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ pushd rust
command -v rg >/dev/null 2>&1 || cargo install ripgrep 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 rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do
rm $test rm $test