u-ignoretest-i386
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 4 Jan 2017 20:34:56 +0000 (20:34 +0000)
committerXimin Luo <infinity0@debian.org>
Wed, 4 Jan 2017 20:34:56 +0000 (20:34 +0000)
===================================================================

Gbp-Pq: Name u-ignoretest-i386.patch

src/test/run-make/no-duplicate-libs/Makefile
src/test/run-make/no-duplicate-libs/main.rs

index 3f6a28c251a2fad4e3cd7a72bba83d89b94d54cb..6f0b775552fa8c64a628fcdee706f1ddb18b61a4 100644 (file)
@@ -5,8 +5,8 @@ ifdef IS_MSVC
 all:
 else
 all:
-       $(RUSTC) foo.rs
-       $(RUSTC) bar.rs
-       $(RUSTC) main.rs
-       $(call RUN,main)
+#      $(RUSTC) foo.rs
+#      $(RUSTC) bar.rs
+#      $(RUSTC) main.rs
+#      $(call RUN,main)
 endif
index 12ddce345820bba9f647d423421604a6f9c4752d..bd2de610705b7d2cff3683e5f41de80765970515 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-test
+
 #[link(name = "foo")]
 #[link(name = "bar")]
 #[link(name = "foo")]