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>
Thu, 16 Apr 2026 08:00:20 +0000 (10:00 +0200)
Forwarded: no

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

library/std/tests/sync/mutex.rs

index 75a6bf64607ef9421a7f672a94b48539734d65d5..65019f9bde5ad6ebdd6f582b49391065d6c4e280 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_mutex_arc_poison() {
     let arc = Arc::new(Mutex::new(1));