diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-25 14:24:08 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-25 15:02:55 +0000 |
| commit | 49777c3bfacc927b8c0771217b027d9ee287b6dc (patch) | |
| tree | 24db7abd6585571e95acde0facbb397dccb0126a /scripts/test_rustc_tests.sh | |
| parent | c53025b45d741955fee5c1bb25fdee25676abe96 (diff) | |
Add needs-unwind for proc macro tests
Rustc gives a warning when compiling proc macros with panic=abort.
Diffstat (limited to 'scripts/test_rustc_tests.sh')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 7f47fd972c4..b6651fa2891 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -41,15 +41,6 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR # missing features # ================ -# 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 |
