about summary refs log tree commit diff
diff options
context:
space:
mode:
authorspunit262 <45582704+spunit262@users.noreply.github.com>2020-02-13 23:51:47 -0700
committerspunit262 <45582704+spunit262@users.noreply.github.com>2020-02-16 17:49:45 -0700
commita9b5c692d9319a993ca5dfa6e853a3f5d3f68079 (patch)
tree7571929e0792d79d785d12c07c738df7c01adfef
parent5e7af4669f80e5f682141f050193ab679afdb4b1 (diff)
downloadrust-a9b5c692d9319a993ca5dfa6e853a3f5d3f68079.tar.gz
rust-a9b5c692d9319a993ca5dfa6e853a3f5d3f68079.zip
Ignore GDB versions with broken str printing.
https://sourceware.org/bugzilla/show_bug.cgi?id=22236
-rw-r--r--src/test/debuginfo/empty-string.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/empty-string.rs b/src/test/debuginfo/empty-string.rs
index 8c5f67a6604..bc4fac3183c 100644
--- a/src/test/debuginfo/empty-string.rs
+++ b/src/test/debuginfo/empty-string.rs
@@ -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 ===================================================================================