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)
committerJeremy Bícha <jbicha@ubuntu.com>
Mon, 26 Jun 2023 21:16:27 +0000 (22:16 +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 d8dc6d057a73d94675516cccc12ee55d876d3740..dcdf2988ba0f8c1ec735c3904ac61fa7a0cabcaf 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 #![feature(never_type)]
 
index cb85e3b016a98eda5ec413cb71ba9e1c4a45bb76..2a6512b3e8b4553b13d97c06f73d3c779bc939c4 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 777c6d9880e1b0af07cd73393ccd4e6088381879..a802603ad264a52d34a6e3ff4b5c6b970fcfb8da 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 c62848f70db04526ec2618a1bdf75715220f6be7..9244b4c16feb9f247f0f554df640d892125f6092 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 788403a6df67a3fd7b9ec41442aaec32cb6a4a49..305911d50ebf397daeec29f50ace6e651d0d8085 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test
 // stderr-per-bitwidth
 // ignore-tidy-linelength
 #![allow(unused)]