File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ pushd rust
1010
1111command -v rg > /dev/null 2>&1 || cargo install ripgrep
1212
13+ # FIXME add needs-asm-support to all tests in tests/ui/asm
1314rm -r tests/ui/{unsized-locals/,lto/,linkage* } || true
1415for 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
3032rm tests/incremental/change_crate_dep_kind.rs
3133rm tests/incremental/issue-80691-bad-eval-cache.rs # -Cpanic=abort causes abort instead of exit(101)
3234rm -r tests/run-make/c-unwind-abi-catch-lib-panic
You can’t perform that action at this time.
0 commit comments