about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-22 11:58:54 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-22 11:58:54 +0000
commit289a27403645d95922c353e0953954ba00ec70cf (patch)
tree99189e817de44de4610319077092cf735ebe659b /scripts
parente935766d577c930742946352457f96c7f9d4c7fd (diff)
downloadrust-289a27403645d95922c353e0953954ba00ec70cf.tar.gz
rust-289a27403645d95922c353e0953954ba00ec70cf.zip
Disable a rustc test that depends on -Cpanic=unwind
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test_rustc_tests.sh1
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