diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-22 11:58:54 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-22 11:58:54 +0000 |
| commit | 289a27403645d95922c353e0953954ba00ec70cf (patch) | |
| tree | 99189e817de44de4610319077092cf735ebe659b /scripts | |
| parent | e935766d577c930742946352457f96c7f9d4c7fd (diff) | |
| download | rust-289a27403645d95922c353e0953954ba00ec70cf.tar.gz rust-289a27403645d95922c353e0953954ba00ec70cf.zip | |
Disable a rustc test that depends on -Cpanic=unwind
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 9512a80a98b..636f2875a68 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -31,6 +31,7 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR # 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 |
