d-ignore-test_arc_condvar_poison-ppc
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Thu, 13 Jun 2024 09:16:39 +0000 (11:16 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Fri, 26 Dec 2025 19:54:51 +0000 (20:54 +0100)
Forwarded: no

Gbp-Pq: Topic upstream
Gbp-Pq: Name d-ignore-test_arc_condvar_poison-ppc.patch

library/std/tests/sync/mutex.rs

index 2445764001b8bfc2233b9f9b2c301113b6f69ae4..a5d010a7284312ee16723fc22269da804736ac4d 100644 (file)
@@ -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<T>(Arc<(Mutex<T>, Condvar)>);