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>
Mon, 12 Jun 2023 16:36:56 +0000 (17:36 +0100)
Bug: https://github.com/rust-lang/rust/issues/89577

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

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

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

index d8d2a499b1d501d30e20eebfd44f1c5d2630c7db..86c913adc9e4579c17bb184a03a19827bb02c4e6 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 #![feature(never_type)]
 
index 1221f71d1e5b607e7c396b635a3f55cc0f909aad..e419d1b526ab791033e4acb7b587dc0e2f745a5f 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 #![allow(const_err)] // make sure we cannot allow away the errors tested here
 // stderr-per-bitwidth
 //! Test the "array of int" fast path in validity checking, and in particular whether it
index 259707b8028da33ed0b6288655850180741b233a..145c7dfff358282b467fef838ed22ca7705822b6 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 #![feature(rustc_attrs)]
 #![allow(const_err, invalid_value)] // make sure we cannot allow away the errors tested here
index d0216f7466896e8836d63a24fae302417cae6b3c..3b1a85a892bd4ca45bd242ee22817af678b65b9b 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // ignore-tidy-linelength
 // stderr-per-bitwidth
 #![allow(invalid_value)]
index 33fbd14c4726e0983407d186948d0ada62801acd..022192f32786beb738517bda155fab4ba400169c 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 #![allow(const_err)] // make sure we cannot allow away the errors tested here
 
index a0377ab1efd23b8c40d3e50c3439170613588934..565993eb462346fe2bf34e873116d55cded87494 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 // ignore-tidy-linelength
 #![allow(unused)]