u-ignore-endian-big-diff
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Wed, 13 Sep 2023 11:57:58 +0000 (12:57 +0100)
Bug: https://github.com/rust-lang/rust/issues/89577

===================================================================

Gbp-Pq: Name u-ignore-endian-big-diff.patch

tests/ui/consts/const-eval/ub-enum.rs
tests/ui/consts/const-eval/ub-int-array.rs
tests/ui/consts/const-eval/ub-nonnull.rs
tests/ui/consts/const-eval/ub-ref-ptr.rs
tests/ui/consts/const-eval/ub-uninhabit.rs
tests/ui/consts/const-eval/ub-wide-ptr.rs

index 8f26d9a00d71bf5dee97997dd6177e415e49ba54..8b89af7efb12ac60f05d9abfb9c6484f5192c683 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 // Strip out raw byte dumps to make comparison platform-independent:
 // normalize-stderr-test "(the raw bytes of the constant) \(size: [0-9]*, align: [0-9]*\)" -> "$1 (size: $$SIZE, align: $$ALIGN)"
index a68d3fb17bcfcd6afbeb214a08c85743d2b96237..ff2691f95c08da09428486d92368cee8e5592838 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 //! Test the "array of int" fast path in validity checking, and in particular whether it
 //! points at the right array element.
index a64b3a74cf6c0c0145165a50a3f280a88b39d4fc..6ba0bd08aea0ed3ba9e8ea921fb102fef86b0f40 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // Strip out raw byte dumps to make comparison platform-independent:
 // normalize-stderr-test "(the raw bytes of the constant) \(size: [0-9]*, align: [0-9]*\)" -> "$1 (size: $$SIZE, align: $$ALIGN)"
 // normalize-stderr-test "([0-9a-f][0-9a-f] |╾─*a(lloc)?[0-9]+(\+[a-z0-9]+)?─*╼ )+ *│.*" -> "HEX_DUMP"
index 369e4519407fd24f647f27fe28a51195d3e2b068..f05173bd76ee378752cb15a14673a2bb12d69b8b 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // ignore-tidy-linelength
 // Strip out raw byte dumps to make comparison platform-independent:
 // normalize-stderr-test "(the raw bytes of the constant) \(size: [0-9]*, align: [0-9]*\)" -> "$1 (size: $$SIZE, align: $$ALIGN)"
index 4c4ef216d8628b69a34ccd6a7b7690fe2038541b..702783d0555f90715a2bf8237064b435e3eb7137 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // Strip out raw byte dumps to make comparison platform-independent:
 // normalize-stderr-test "(the raw bytes of the constant) \(size: [0-9]*, align: [0-9]*\)" -> "$1 (size: $$SIZE, align: $$ALIGN)"
 // normalize-stderr-test "([0-9a-f][0-9a-f] |╾─*a(lloc)?[0-9]+(\+[a-z0-9]+)?─*╼ )+ *│.*" -> "HEX_DUMP"
index a765dc71273d735c9c7b5cc1065f3da16d3e4339..327ee8357149286a128b9b7fd43d71d5981241e9 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // ignore-tidy-linelength
 #![allow(unused)]