]> git.proxmox.com Git - rustc.git/commitdiff
Ignore another failing test, reported upstream
authorXimin Luo <infinity0@debian.org>
Mon, 18 Sep 2017 21:27:38 +0000 (23:27 +0200)
committerXimin Luo <infinity0@debian.org>
Mon, 18 Sep 2017 21:27:38 +0000 (23:27 +0200)
debian/patches/series
debian/patches/u-ignoretest-ppc64el_03.patch [new file with mode: 0644]

index 67cff7e8ee7ebe84b286edae4b1926347610698a..ed56084b97f4e5fcfdf1186117cd2d8827900183 100644 (file)
@@ -19,6 +19,7 @@ u-ignoretest-arm64.patch
 u-ignoretest-arm64_02.patch
 u-ignoretest-ppc64el.patch
 u-ignoretest-ppc64el_02.patch
+u-ignoretest-ppc64el_03.patch
 
 # not forwarded, or forwarded but unlikely to be merged
 u-output-failed-commands.patch
diff --git a/debian/patches/u-ignoretest-ppc64el_03.patch b/debian/patches/u-ignoretest-ppc64el_03.patch
new file mode 100644 (file)
index 0000000..01122a6
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Ignore failing tests on ppc64el
+ "ignore-powerpc64le" doesn't seem to work when I tested this.
+Author: Ximin Luo <infinity0@debian.org>
+Bug: https://github.com/rust-lang/rust/issues/44683
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876134
+
+--- a/src/test/run-pass/smallest-hello-world.rs
++++ b/src/test/run-pass/smallest-hello-world.rs
+@@ -10,6 +10,7 @@
+ // Smallest "hello world" with a libc runtime
++// ignore-powerpc
+ // pretty-expanded FIXME #23616
+ #![feature(intrinsics, lang_items, start, no_core, libc)]