diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-04-15 11:44:14 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-04-15 12:46:22 +0000 |
| commit | 6e19f82160c216fcb5f8eaff915b7fe274a5568e (patch) | |
| tree | d3f30c24b1c9ebf4fa6f3ce19f823cf9b8998921 /tests/debuginfo/include_string.rs | |
| parent | 5dcb678ad8dc23a518f9ddf907e6a08de923d05e (diff) | |
| download | rust-6e19f82160c216fcb5f8eaff915b7fe274a5568e.tar.gz rust-6e19f82160c216fcb5f8eaff915b7fe274a5568e.zip | |
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.
Diffstat (limited to 'tests/debuginfo/include_string.rs')
| -rw-r--r-- | tests/debuginfo/include_string.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/debuginfo/include_string.rs b/tests/debuginfo/include_string.rs index 75013ab5274..628ac92fe34 100644 --- a/tests/debuginfo/include_string.rs +++ b/tests/debuginfo/include_string.rs @@ -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 |
