u-ignore-gdb-10-failures
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sat, 28 Aug 2021 09:48:11 +0000 (10:48 +0100)
committerXimin Luo <infinity0@debian.org>
Sat, 28 Aug 2021 09:48:11 +0000 (10:48 +0100)
Bug: https://github.com/rust-lang/rust/issues/79009

Gbp-Pq: Name u-ignore-gdb-10-failures.patch

src/test/debuginfo/extern-c-fn.rs
src/test/debuginfo/generator-objects.rs
src/test/debuginfo/issue-57822.rs
src/test/debuginfo/pretty-huge-vec.rs

index 5043e7d9b8af397c2a4561bd91f14795b380ce46..247721b576de6465d7e2e697bf8892f81fdd8853 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test fails on gdb-10 see #79009
 // min-lldb-version: 310
 
 // compile-flags:-g
index 0023f69d27fbdb2894f0fc384c2306f365190b25..c2d71fe9173df428217387dbd04349a4fc636890 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test fails on gdb-10 see #79009
 // ignore-tidy-linelength
 
 // Require a gdb that can read DW_TAG_variant_part.
index c2cc6f9d24ca14d5e52dc549bd91ded3d3a07cbe..07e7d0deb69fe5521716951d329b92844add3e0d 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test fails on gdb-10 see #79009
 // This test makes sure that the LLDB pretty printer does not throw an exception
 // for nested closures and generators.
 
index cbd2278f7e27c863f3dd5211e5022f82afc5f0a3..17401806ea1ca808dcdb871a36e0e051576bb733 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-test fails on gdb-10 see #79009
 // ignore-windows failing on win32 bot
 // ignore-freebsd: gdb package too new
 // ignore-android: FIXME(#10381)