aboutsummaryrefslogtreecommitdiff
path: root/tests/sync_watch.rs
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2023-01-20 02:04:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-20 02:04:25 +0000
commit641fa738c7d0efdbe731d672f05283af4fba1a72 (patch)
treef178981911468d21f90fea457b6c0c617fc4482d /tests/sync_watch.rs
parent3f7b21dcef9566ba6f06b005df8e2cd6528fee55 (diff)
parent34e4fc222fb184a8f0bef5450a62fd7259041a5f (diff)
downloadtokio-641fa738c7d0efdbe731d672f05283af4fba1a72.tar.gz
Disable unwinding tests when using panic-abort am: b77bcd7e74 am: 34e4fc222f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio/+/2393425 Change-Id: Iec4108f73c3471112872e315afee5fa55e825f47 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'tests/sync_watch.rs')
-rw-r--r--tests/sync_watch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sync_watch.rs b/tests/sync_watch.rs
index 34f9b78..d4f8ce8 100644
--- a/tests/sync_watch.rs
+++ b/tests/sync_watch.rs
@@ -213,6 +213,7 @@ fn reopened_after_subscribe() {
}
#[test]
+#[cfg(panic = "unwind")]
#[cfg(not(tokio_wasm))] // wasm currently doesn't support unwinding
fn send_modify_panic() {
let (tx, mut rx) = watch::channel("one");