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.91.1+dfsg1-1+rpi1~1^2~41 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f52dce9de887af83a330e75881f9e2c3c1228f72;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 2445764001..a5d010a728 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)>);