diff options
| author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-02-17 15:35:14 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2024-02-17 15:35:14 +0100 |
| commit | 2a035c18696ee5178211f03d1c62b7fafe14e84c (patch) | |
| tree | 49c54114bbfebe1b57ee2f4ac62c7350f74503ed /dev-lang/rust/files | |
| parent | be189f08c00810956c5af15b35ea0cd593c31658 (diff) | |
| download | gentoo-2a035c18696ee5178211f03d1c62b7fafe14e84c.tar.gz gentoo-2a035c18696ee5178211f03d1c62b7fafe14e84c.tar.bz2 gentoo-2a035c18696ee5178211f03d1c62b7fafe14e84c.zip | |
dev-lang/rust: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang/rust/files')
| -rw-r--r-- | dev-lang/rust/files/1.68.0-ignore-broken-and-non-applicable-tests.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-lang/rust/files/1.68.0-ignore-broken-and-non-applicable-tests.patch b/dev-lang/rust/files/1.68.0-ignore-broken-and-non-applicable-tests.patch deleted file mode 100644 index 3ebd6e193af7..000000000000 --- a/dev-lang/rust/files/1.68.0-ignore-broken-and-non-applicable-tests.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 1879d1d1a284bf51c752e47db284ce22701ed5d0 Mon Sep 17 00:00:00 2001 -From: Samuel Holland <samuel@sholland.org> -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 ---- - test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 2 ++ - test/ui/env-funky-keys.rs | 1 + - 6 files changed, 10 insertions(+) - -diff --git a/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile -index 9e770706857..6d92ec5cec8 100644 ---- a/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile -+++ b/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile -@@ -1,1 +1,3 @@ -+# ignore-test -+ - all: - python2.7 test.py -diff --git a/tests/ui/env-funky-keys.rs b/tests/ui/env-funky-keys.rs -index c5c824ac58d..f3fe047a79c 100644 ---- 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 - |
