Skip to content

Commit

Permalink
Add two fixmes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 25, 2023
1 parent c5be67b commit 0c79ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test_rustc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pushd rust

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

# FIXME add needs-asm-support to all tests in tests/ui/asm
rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true
for test in $(rg --files-with-matches "lto|// needs-asm-support|// needs-unwind" tests/{codegen-units,ui,incremental}); do
rm $test
Expand All @@ -27,6 +28,7 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
# ================

# requires stack unwinding
# FIXME add needs-unwind to these tests
rm tests/incremental/change_crate_dep_kind.rs
rm tests/incremental/issue-80691-bad-eval-cache.rs # -Cpanic=abort causes abort instead of exit(101)
rm -r tests/run-make/c-unwind-abi-catch-lib-panic
Expand Down

0 comments on commit 0c79ce3

Please sign in to comment.