mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
disable two debuginfo tests under gdb 15
it seems gdb 15 regresses some of our debuginfo tests. disable them temporarily so that CI doesn't randomly start failing soon.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
//@ min-lldb-version: 310
|
||||
//@ ignore-gdb-version: 15.0 - 99.0
|
||||
// ^ test temporarily disabled as it fails under gdb 15
|
||||
|
||||
//@ compile-flags:-g
|
||||
// gdb-command:run
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
//@ min-lldb-version: 310
|
||||
//@ ignore-gdb-version: 15.0 - 99.0
|
||||
// ^ test temporarily disabled as it fails under gdb 15
|
||||
|
||||
//@ compile-flags:-g
|
||||
|
||||
|
||||
Reference in New Issue
Block a user