overlay dev-lang/rust: adjust ignore broken non-applicable tests patch

Adjust ignore-broken-and-non-applicable-tests.patch to make it appliable
to 1.78.0
This commit is contained in:
Dongsu Park 2024-05-14 16:49:19 +02:00
parent 1c3f15ab2a
commit 1311cbfc1b
2 changed files with 6 additions and 6 deletions

View File

@ -18,13 +18,13 @@ index c5c824ac58d..f3fe047a79c 100644
--- a/tests/ui/env-funky-keys.rs --- a/tests/ui/env-funky-keys.rs
+++ b/tests/ui/env-funky-keys.rs +++ b/tests/ui/env-funky-keys.rs
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
// run-pass //@ run-pass
// Ignore this test on Android, because it segfaults there. // Ignore this test on Android, because it segfaults there.
+// ignore-test +//@ ignore-test
// ignore-android //@ ignore-android
// ignore-windows //@ ignore-windows
// ignore-cloudabi no execve //@ ignore-wasm32 no execve
-- --
2.24.1 2.24.1

View File

@ -167,7 +167,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/rust.asc
PATCHES=( PATCHES=(
#"${FILESDIR}"/1.72.0-bump-libc-deps-to-0.2.146.patch # pending refresh #"${FILESDIR}"/1.72.0-bump-libc-deps-to-0.2.146.patch # pending refresh
"${FILESDIR}"/1.70.0-ignore-broken-and-non-applicable-tests.patch "${FILESDIR}"/1.78.0-ignore-broken-and-non-applicable-tests.patch
#"${FILESDIR}"/1.62.1-musl-dynamic-linking.patch # Only used by upstream Gentoo, fails for 1.75 #"${FILESDIR}"/1.62.1-musl-dynamic-linking.patch # Only used by upstream Gentoo, fails for 1.75
"${FILESDIR}"/1.67.0-doc-wasm.patch "${FILESDIR}"/1.67.0-doc-wasm.patch
) )