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 Gruenbichler <debian@fabian.gruenbichler.email>
Wed, 7 Dec 2022 16:29:00 +0000 (16:29 +0000)
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 86288685303cab71d3d733a3d6cfda0311fead9d..13d22ace5051f02716bfdcc4580f605a5089d47d 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 1887cb24bf46765801f048209633235388a4de6f..14b15f6c180fce8f87f96f09e87726b59c895a52 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 ea48a095df95c53ab7f61a134147c80c63aa7ee9..4d9cbe1511fa610c401c6c47a00fdc8bcdbd00b4 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 // ignore-tidy-linelength
 #![allow(unused)]