Skip to content

Commit c623345

Browse files
lqdcuviper
authored andcommitted
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. (cherry picked from commit 6e19f82)
1 parent 46515fd commit c623345

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)