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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/debuginfo/include_string.rs

+2
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

+2
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)