Skip to content

Commit 6e19f82

Browse files
committed
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.
1 parent 5dcb678 commit 6e19f82

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/debuginfo/include_string.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//@ min-lldb-version: 310
2+
//@ ignore-gdb-version: 15.0 - 99.0
3+
// ^ test temporarily disabled as it fails under gdb 15
24

35
//@ compile-flags:-g
46
// gdb-command:run

tests/debuginfo/vec-slices.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//@ min-lldb-version: 310
2+
//@ ignore-gdb-version: 15.0 - 99.0
3+
// ^ test temporarily disabled as it fails under gdb 15
24

35
//@ compile-flags:-g
46

0 commit comments

Comments
 (0)