Skip to content

Commit

Permalink
disable two debuginfo tests under gdb 15
Browse files Browse the repository at this point in the history
it seems gdb 15 regresses some of our debuginfo tests. disable them
temporarily so that CI doesn't randomly start failing soon.
  • Loading branch information
lqd committed Apr 15, 2024
1 parent 5dcb678 commit 6e19f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/debuginfo/include_string.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/debuginfo/vec-slices.rs
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6e19f82

Please sign in to comment.