From: Fabian Grünbichler Date: Wed, 23 Oct 2024 20:37:25 +0000 (+0200) Subject: ignore broken debuginfo tests X-Git-Tag: archive/raspbian/1.82.0+dfsg1-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f63433b0e43d014822849c89d7cbec07e5d6a8f6;p=rustc.git ignore broken debuginfo tests Forwarded: yes Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic build Gbp-Pq: Name ignore-broken-debuginfo-tests.patch --- diff --git a/tests/debuginfo/by-value-non-immediate-argument.rs b/tests/debuginfo/by-value-non-immediate-argument.rs index f0a39a4519..f6e0ea0abc 100644 --- a/tests/debuginfo/by-value-non-immediate-argument.rs +++ b/tests/debuginfo/by-value-non-immediate-argument.rs @@ -1,6 +1,8 @@ //@ min-lldb-version: 1800 //@ min-gdb-version: 13.0 //@ compile-flags:-g +//Debian: broken, see https://github.com/rust-lang/rust/issues/129662#issuecomment-2313102689 +//@ ignore-gdb // === GDB TESTS =================================================================================== diff --git a/tests/debuginfo/macro-stepping.rs b/tests/debuginfo/macro-stepping.rs index 35bb6de4fe..dec0effb43 100644 --- a/tests/debuginfo/macro-stepping.rs +++ b/tests/debuginfo/macro-stepping.rs @@ -2,7 +2,8 @@ //@ ignore-aarch64 //@ min-lldb-version: 1800 //@ min-gdb-version: 13.0 - +//Debian: broken, see https://github.com/rust-lang/rust/issues/130896 +//@ ignore-gdb //@ aux-build:macro-stepping.rs #![allow(unused)] diff --git a/tests/debuginfo/method-on-enum.rs b/tests/debuginfo/method-on-enum.rs index a570144450..68a82a57a9 100644 --- a/tests/debuginfo/method-on-enum.rs +++ b/tests/debuginfo/method-on-enum.rs @@ -1,5 +1,7 @@ //@ min-lldb-version: 1800 //@ min-gdb-version: 13.0 +//Debian: broken, see https://github.com/rust-lang/rust/issues/129662#issuecomment-2313102689 +//@ ignore-gdb //@ compile-flags:-g