Skip to content

Commit

Permalink
Rollup merge of #69223 - spunit262:empty-string-gdb-version, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Ignore GDB versions with broken str printing.

https://sourceware.org/bugzilla/show_bug.cgi?id=22236
  • Loading branch information
Dylan-DPC authored Feb 17, 2020
2 parents 5ba1dd7 + a9b5c69 commit 386b494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/debuginfo/empty-string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ignore-android: FIXME(#10381)
// compile-flags:-g
// min-gdb-version: 7.7
// ignore-gdb-version: 7.11.90 - 8.0.9
// min-lldb-version: 310

// === GDB TESTS ===================================================================================
Expand Down

0 comments on commit 386b494

Please sign in to comment.