Skip to content

Commit

Permalink
Reenable fixed rustc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 11, 2024
1 parent d37f6d8 commit 89f54ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/test_rustc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ pushd rust

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
for test in $(rg --files-with-matches "lto" tests/{codegen-units,ui,incremental}); do
rm $test
Expand Down

0 comments on commit 89f54ca

Please sign in to comment.