u-fixtestignores-ppc64el
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Wed, 25 Jul 2018 04:35:56 +0000 (05:35 +0100)
committerXimin Luo <infinity0@debian.org>
Wed, 25 Jul 2018 04:35:56 +0000 (05:35 +0100)
Gbp-Pq: Name u-fixtestignores-ppc64el.patch

13 files changed:
src/test/codegen/stack-probes.rs
src/test/compile-fail/asm-bad-clobber.rs
src/test/compile-fail/asm-in-bad-modifier.rs
src/test/compile-fail/asm-misplaced-option.rs
src/test/compile-fail/asm-out-no-modifier.rs
src/test/compile-fail/asm-out-read-uninit.rs
src/test/compile-fail/borrowck/borrowck-asm.rs
src/test/ui/asm-out-assign-imm.rs
src/test/ui/asm-out-assign-imm.stderr
src/test/ui/target-feature-gate.rs
src/test/ui/target-feature-gate.stderr
src/test/ui/target-feature-wrong.rs
src/test/ui/target-feature-wrong.stderr

index 51ebc42a0dd6f53b241abaf20188c62c75e1a6b5..4639679d160e58700b89c4c57db86c249abe95d0 100644 (file)
@@ -13,6 +13,8 @@
 // ignore-mips
 // ignore-mips64
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-s390x
 // ignore-wasm
 // ignore-emscripten
index aa77e7f46e50da720f26235b17ef4d6effc4cfe4..6ac59836ca3698c790374347a9129d065ce08a3a 100644 (file)
@@ -14,6 +14,8 @@
 // ignore-s390x
 // ignore-emscripten
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-sparc
 // ignore-mips
 // ignore-mips64
index 5e9278c7c35fc63e19537b3967fd5e1d4d53f446..8b0a0c828024d3a1afcd642df11673cd62cdfccb 100644 (file)
@@ -11,6 +11,8 @@
 // ignore-s390x
 // ignore-emscripten
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-sparc
 // ignore-mips
 // ignore-mips64
index abd55ea101189ab7d039e94b37dc43f43e6fee55..d6373e8f74dbac55af527d1b75a8ab4fef03b26e 100644 (file)
@@ -14,6 +14,8 @@
 // ignore-s390x
 // ignore-emscripten
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-sparc
 // ignore-mips
 // ignore-mips64
index 55d8970008f9a94eaa069d9d68d2541de6d641f2..33c14baf9647e58c4c3a57a059035ddc976ea72f 100644 (file)
@@ -11,6 +11,8 @@
 // ignore-s390x
 // ignore-emscripten
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-sparc
 // ignore-mips
 // ignore-mips64
index c606c5a80e58dbd35ffec4c8086a2a2ea63cef07..28485fcdcf741a50a075fd613c2a572116115f8d 100644 (file)
@@ -11,6 +11,8 @@
 // ignore-s390x
 // ignore-emscripten
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-sparc
 // ignore-mips
 // ignore-mips64
index 0b230be85ad97c2ab68d97220eb720159c6172d2..29be0c0f86bf461cc41c69e0948e6de3350fe58c 100644 (file)
@@ -11,6 +11,8 @@
 // ignore-s390x
 // ignore-emscripten
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-sparc
 
 // revisions: ast mir
index 055a169deda74da9b934a2fd8a7a030a2f49b6a6..702779b821ee8dac263858d09a43a27043f8c656 100644 (file)
@@ -11,6 +11,8 @@
 // ignore-s390x
 // ignore-emscripten
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-sparc
 // ignore-mips
 
index d9fd4b26c390015f2e284ac87a94f140743c70e7..7848b578b9020ef4b44d4cb90fed8ce8f1a6bc14 100644 (file)
@@ -1,5 +1,5 @@
 error[E0384]: cannot assign twice to immutable variable `x`
-  --> $DIR/asm-out-assign-imm.rs:30:9
+  --> $DIR/asm-out-assign-imm.rs:32:9
    |
 LL |     x = 1;
    |     ----- first assignment to `x`
index 69208f151360b2e45ccaef5c467ed40771c93c92..446475ae1ba43a6ec7c24c5097dadfa2d695f64c 100644 (file)
@@ -12,6 +12,8 @@
 // ignore-aarch64
 // ignore-wasm
 // ignore-emscripten
+// ignore-powerpc64
+// ignore-powerpc64le
 // gate-test-sse4a_target_feature
 // gate-test-powerpc_target_feature
 // gate-test-avx512_target_feature
index dc5e174984ba0d22ab9b6c0a9bc853b5cfbf22ab..5d41f4489189843927710bf643e751ac9f7df3ac 100644 (file)
@@ -1,5 +1,5 @@
 error[E0658]: the target feature `avx512bw` is currently unstable
-  --> $DIR/target-feature-gate.rs:26:18
+  --> $DIR/target-feature-gate.rs:28:18
    |
 LL | #[target_feature(enable = "avx512bw")]
    |                  ^^^^^^^^^^^^^^^^^^^
index 0edd51ba779ac4eb0009a15ac3f3aa3a58f654fb..514a5e93466990904d04fbed67f17693f7262796 100644 (file)
@@ -14,6 +14,8 @@
 // ignore-emscripten
 // ignore-mips
 // ignore-powerpc
+// ignore-powerpc64
+// ignore-powerpc64le
 // ignore-s390x
 
 #![feature(target_feature)]
index ed86687bb2fccbec23171b60c6a03989041a6a84..39362f74bdd9e7d8ce44adfe76f6ebe3e47777ce 100644 (file)
@@ -1,35 +1,35 @@
 error: #[target_feature] attribute must be of the form #[target_feature(..)]
-  --> $DIR/target-feature-wrong.rs:21:1
+  --> $DIR/target-feature-wrong.rs:23:1
    |
 LL | #[target_feature = "+sse2"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: the feature named `foo` is not valid for this target
-  --> $DIR/target-feature-wrong.rs:23:18
+  --> $DIR/target-feature-wrong.rs:25:18
    |
 LL | #[target_feature(enable = "foo")]
    |                  ^^^^^^^^^^^^^^
 
 error: #[target_feature(..)] only accepts sub-keys of `enable` currently
-  --> $DIR/target-feature-wrong.rs:25:18
+  --> $DIR/target-feature-wrong.rs:27:18
    |
 LL | #[target_feature(bar)]
    |                  ^^^
 
 error: #[target_feature(..)] only accepts sub-keys of `enable` currently
-  --> $DIR/target-feature-wrong.rs:27:18
+  --> $DIR/target-feature-wrong.rs:29:18
    |
 LL | #[target_feature(disable = "baz")]
    |                  ^^^^^^^^^^^^^^^
 
 error: #[target_feature(..)] can only be applied to `unsafe` function
-  --> $DIR/target-feature-wrong.rs:31:1
+  --> $DIR/target-feature-wrong.rs:33:1
    |
 LL | #[target_feature(enable = "sse2")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 error: attribute should be applied to a function
-  --> $DIR/target-feature-wrong.rs:35:1
+  --> $DIR/target-feature-wrong.rs:37:1
    |
 LL | #[target_feature(enable = "sse2")]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -38,7 +38,7 @@ LL | mod another {}
    | -------------- not a function
 
 error: cannot use #[inline(always)] with #[target_feature]
-  --> $DIR/target-feature-wrong.rs:39:1
+  --> $DIR/target-feature-wrong.rs:41:1
    |
 LL | #[inline(always)]
    | ^^^^^^^^^^^^^^^^^