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
10
10
11
11
command -v rg > /dev/null 2>&1 || cargo install ripgrep
12
12
13
+ # FIXME add needs-asm-support to all tests in tests/ui/asm
13
14
rm -r tests/ui/{unsized-locals/,lto/,linkage* } || true
14
15
for test in $( rg --files-with-matches " lto|// needs-asm-support|// needs-unwind" tests/{codegen-units,ui,incremental}) ; do
15
16
rm $test
@@ -27,6 +28,7 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
27
28
# ================
28
29
29
30
# requires stack unwinding
31
+ # FIXME add needs-unwind to these tests
30
32
rm tests/incremental/change_crate_dep_kind.rs
31
33
rm tests/incremental/issue-80691-bad-eval-cache.rs # -Cpanic=abort causes abort instead of exit(101)
32
34
rm -r tests/run-make/c-unwind-abi-catch-lib-panic
You can’t perform that action at this time.
0 commit comments