File 0001-Disable-pidfs-tests-for-15SP3.patch of Package rust1.79.36475
--- rustc-1.79.0-src/library/std/src/sys/pal/unix/process/process_unix/tests.rs.orig 2006-07-24 03:21:28.000000000 +0200
+++ rustc-1.79.0-src/library/std/src/sys/pal/unix/process/process_unix/tests.rs 2024-12-16 17:03:13.977350878 +0100
@@ -63,6 +63,7 @@
#[test]
#[cfg(target_os = "linux")] // pidfds are a linux-specific concept
+#[ignore = "fails on 15-SP3"]
fn test_command_pidfd() {
use crate::assert_matches::assert_matches;
use crate::os::fd::{AsRawFd, RawFd};