u-ignore-endian-big-diff
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Tue, 21 Jun 2022 10:06:16 +0000 (11:06 +0100)
committerXimin Luo <infinity0@debian.org>
Tue, 21 Jun 2022 10:06:16 +0000 (11:06 +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 e408d8ec072e318c6faa652c31204789affec2e3..e5d7af403a436dd1d05cfa0c52bcb552b763fefd 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 #![feature(never_type)]
 #![allow(const_err)] // make sure we cannot allow away the errors tested here
index 7e0fb33bc1187fb2f9d6d1f72f4f6bde59364bbb..a54f618515fd635491a2e8cc5679b849fff09363 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 8857ae4caac8328c4f6298910d7942f8fab32880..a3ffa8cb5dcf4398ad058e61dd58e887cc5ed875 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // ignore-tidy-linelength
 // stderr-per-bitwidth
 #![allow(const_err, invalid_value)] // make sure we cannot allow away the errors tested here
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 0fb9f7960ce1a4871f5b911d68c929203634e9f0..6a822264c9db96587d388c511857824d3940fca0 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 // ignore-tidy-linelength
 #![allow(unused)]