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.94.1+dfsg1-1+rpi1~1^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d0bd86c52854928c22ee9b23ff1b6df1c662760;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 75a6bf6460..65019f9bde 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_mutex_arc_poison() { let arc = Arc::new(Mutex::new(1));