commit: f9d03694650bce7be03e99f95d860675a849f3ca Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 09:22:17 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 09:22:17 2025 +0000 URL: https://gitweb.gentoo.org/proj/rust-patches.git/commit/?id=f9d03694
Add patches for Rust 1.80.1-r101 Patches: - 1.67.0-doc-wasm.patch - 1.74.1-cross-compile-libz.patch - 1.78.0-musl-dynamic-linking.patch - 1.79.0-revert-8c40426.patch Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> ....0-ignore-broken-and-non-applicable-tests.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/1.78.0-ignore-broken-and-non-applicable-tests.patch b/1.78.0-ignore-broken-and-non-applicable-tests.patch deleted file mode 100644 index 742c81a..0000000 --- a/1.78.0-ignore-broken-and-non-applicable-tests.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 1879d1d1a284bf51c752e47db284ce22701ed5d0 Mon Sep 17 00:00:00 2001 -From: Samuel Holland <[email protected]> -Date: Sun, 16 Sep 2018 16:38:48 +0000 -Subject: [PATCH 12/15] Ignore broken and non-applicable tests - -c-link-to-rust-va-list-fn: unstable feature, broken on aarch64, #56475 -env-funky-keys: can't handle LD_PRELOAD (e.g. sandbox) -long-linker-command-lines: takes >10 minutes to run (but still passes) -simd-intrinsic-generic-bitmask.rs: broken on BE, #59356 -sparc-struct-abi: no sparc target -sysroot-crates-are-unstable: can't run rustc without RPATH ---- a/tests/ui/env-funky-keys.rs -+++ b/tests/ui/env-funky-keys.rs -@@ -1,6 +1,7 @@ - //@ run-pass - //@ Ignore this test on Android, because it segfaults there. - -+//@ ignore-test - //@ ignore-android - //@ ignore-windows - //@ ignore-cloudabi no execve --- -2.24.1 -
