mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 21:49:58 +00:00
powerpc: disable test running into timeout
Closes: #1072897 Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
This commit is contained in:
parent
9fee1625d4
commit
aef7467e9d
12
debian/patches/d-ignore-test_arc_condvar_poison-ppc.patch
vendored
Normal file
12
debian/patches/d-ignore-test_arc_condvar_poison-ppc.patch
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
Index: rustc-1.75.0+dfsg1/library/std/src/sync/mutex/tests.rs
|
||||
===================================================================
|
||||
--- rustc-1.75.0+dfsg1.orig/library/std/src/sync/mutex/tests.rs
|
||||
+++ rustc-1.75.0+dfsg1/library/std/src/sync/mutex/tests.rs
|
||||
@@ -145,6 +145,7 @@ fn test_mutex_arc_condvar() {
|
||||
}
|
||||
}
|
||||
|
||||
+#[cfg(not(target_arch = "powerpc"))]
|
||||
#[test]
|
||||
fn test_arc_condvar_poison() {
|
||||
let packet = Packet(Arc::new((Mutex::new(1), Condvar::new())));
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -25,6 +25,7 @@ u-ignore-ppc-hangs.patch
|
||||
u-rustc-llvm-cross-flags.patch
|
||||
#u-allow-system-compiler-rt.patch
|
||||
u-hurd-tests.patch
|
||||
d-ignore-test_arc_condvar_poison-ppc.patch
|
||||
|
||||
# Debian-specific patches, not suitable for upstream
|
||||
d-disable-download-tests.patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user