From: Debian Rust Maintainers Date: Thu, 13 Jun 2024 09:16:39 +0000 (+0200) Subject: d-ignore-test_arc_condvar_poison-ppc X-Git-Tag: archive/raspbian/1.92.0+dfsg1-2+rpi1^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0ea5c2700ce01defca6e2c4bd00b2f26c829fdef;p=rustc.git d-ignore-test_arc_condvar_poison-ppc Forwarded: no Gbp-Pq: Topic upstream Gbp-Pq: Name d-ignore-test_arc_condvar_poison-ppc.patch --- diff --git a/library/std/tests/sync/mutex.rs b/library/std/tests/sync/mutex.rs index ff6aef7179..e8b738ad15 100644 --- a/library/std/tests/sync/mutex.rs +++ b/library/std/tests/sync/mutex.rs @@ -424,6 +424,7 @@ fn test_replace_poison() { } #[test] +#[cfg(not(target_arch = "powerpc"))] #[cfg_attr(not(panic = "unwind"), ignore = "test requires unwinding support")] fn test_arc_condvar_poison() { struct Packet(Arc<(Mutex, Condvar)>);