From a9b5c692d9319a993ca5dfa6e853a3f5d3f68079 Mon Sep 17 00:00:00 2001 From: spunit262 <45582704+spunit262@users.noreply.github.com> Date: Thu, 13 Feb 2020 23:51:47 -0700 Subject: [PATCH] Ignore GDB versions with broken str printing. https://sourceware.org/bugzilla/show_bug.cgi?id=22236 --- src/test/debuginfo/empty-string.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/debuginfo/empty-string.rs b/src/test/debuginfo/empty-string.rs index 8c5f67a66043e..bc4fac3183cea 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 ===================================================================================