diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-03-25 17:05:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 17:05:36 +0100 |
| commit | 22e4175bd63eb185b6a2a935386d1a52a6be1724 (patch) | |
| tree | e4bf0928112c720f310efd4c7ad72437e8479639 /scripts | |
| parent | 4609a48d6a0f9bfcedcf622e19646cc2400fa98f (diff) | |
| parent | 49777c3bfacc927b8c0771217b027d9ee287b6dc (diff) | |
| download | rust-22e4175bd63eb185b6a2a935386d1a52a6be1724.tar.gz rust-22e4175bd63eb185b6a2a935386d1a52a6be1724.zip | |
Rollup merge of #123034 - bjorn3:test_ignores, r=compiler-errors
Add a bunch of needs-unwind annotations to tests To filter out tests that fail with cg_clif due to missing panic=unwind support.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index fcf3ba03574..f4e10f7dd19 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -41,21 +41,6 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR # missing features # ================ -# requires stack unwinding -# FIXME add needs-unwind to these tests -rm -r tests/run-make/libtest-junit -rm tests/ui/asm/may_unwind.rs -rm tests/ui/stable-mir-print/basic_function.rs - -# extra warning about -Cpanic=abort for proc macros -rm tests/ui/proc-macro/crt-static.rs -rm tests/ui/proc-macro/proc-macro-deprecated-attr.rs -rm tests/ui/proc-macro/quote-debug.rs -rm tests/ui/proc-macro/no-missing-docs.rs -rm tests/ui/rust-2018/proc-macro-crate-in-paths.rs -rm tests/ui/proc-macro/allowed-signatures.rs -rm tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs - # vendor intrinsics rm tests/ui/simd/array-type.rs # "Index argument for `simd_insert` is not a constant" rm tests/ui/asm/x86_64/evex512-implicit-feature.rs # unimplemented AVX512 x86 vendor intrinsic |
