diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/files/1.65.0-ignore-broken-and-non-applicable-tests.patch b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/files/1.65.0-ignore-broken-and-non-applicable-tests.patch index fddda12e68..5121ee1738 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/files/1.65.0-ignore-broken-and-non-applicable-tests.patch +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/files/1.65.0-ignore-broken-and-non-applicable-tests.patch @@ -10,23 +10,23 @@ 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 --- - src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 2 ++ - src/test/ui/env-funky-keys.rs | 1 + + tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 2 ++ + tests/ui/env-funky-keys.rs | 1 + 6 files changed, 10 insertions(+) -diff --git a/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile +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/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile -+++ b/src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile +--- 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/src/test/ui/env-funky-keys.rs b/src/test/ui/env-funky-keys.rs +diff --git a/tests/ui/env-funky-keys.rs b/tests/ui/env-funky-keys.rs index c5c824ac58d..f3fe047a79c 100644 ---- a/src/test/ui/env-funky-keys.rs -+++ b/src/test/ui/env-funky-keys.rs +--- 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. @@ -34,7 +34,7 @@ index c5c824ac58d..f3fe047a79c 100644 +// ignore-test // ignore-android // ignore-windows - // ignore-cloudabi no execve + // ignore-emscripten no execve -- 2.24.1