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.

(cherry picked from commit 6e19f82)
  • Loading branch information
lqd authored and cuviper committed Apr 19, 2024
1 parent 46515fd commit c623345
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 c623345

Please sign in to comment.