Skip to content

Commit 0c79ce3

Browse files
committed
Add two fixmes
1 parent c5be67b commit 0c79ce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pushd rust
1010

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

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

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

0 commit comments

Comments
 (0)