about summary refs log tree commit diff
path: root/tests/incremental
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-05-02 10:53:09 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-05-02 12:07:55 +0000
commit8a08514dbd75d33a82bc32fb53dc1de3cd9fc308 (patch)
tree8d343d23d5b731aa4eb76eb7db6a6ef1ea45c724 /tests/incremental
parent7b99493492ad59c7a44c65373558175db42b4151 (diff)
downloadrust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.tar.gz
rust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.zip
Add needs-unwind annotations to tests that need stack unwinding
Diffstat (limited to 'tests/incremental')
-rw-r--r--tests/incremental/change_crate_dep_kind.rs1
-rw-r--r--tests/incremental/issue-80691-bad-eval-cache.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/incremental/change_crate_dep_kind.rs b/tests/incremental/change_crate_dep_kind.rs
index 8c35f6ca000..f518266016e 100644
--- a/tests/incremental/change_crate_dep_kind.rs
+++ b/tests/incremental/change_crate_dep_kind.rs
@@ -2,6 +2,7 @@
 // detected then -Zincremental-verify-ich will trigger an assertion.
 
 // ignore-wasm32-bare compiled with panic=abort by default
+// needs-unwind
 // revisions:cfail1 cfail2
 // compile-flags: -Z query-dep-graph -Cpanic=unwind
 // build-pass (FIXME(62277): could be check-pass?)
diff --git a/tests/incremental/issue-80691-bad-eval-cache.rs b/tests/incremental/issue-80691-bad-eval-cache.rs
index 1a644fd88d6..ad8a338a796 100644
--- a/tests/incremental/issue-80691-bad-eval-cache.rs
+++ b/tests/incremental/issue-80691-bad-eval-cache.rs
@@ -1,6 +1,7 @@
 // revisions: rfail1 rfail2
 // failure-status: 101
 // error-pattern: not implemented
+// needs-unwind -Cpanic=abort causes abort instead of exit(101)
 
 pub trait Interner {
     type InternedVariableKinds;