Rollup merge of #39530 - TimNN:more-gdb, r=alexcrichton

ignore more gdb versions with buggy rust support

This extends the versions of gdb which were ignored in #39039. While just ignoring gdb versions up to 7.12.1 would have been sufficient for now, I believe (after consulting https://sourceware.org/gdb/wiki/Internals%20Versions)  that ignoring versions up to 7.12.9 will prevent the tests failing again for 7.12.2, etc. while still running all tests for the development versions of gdb (which will be >= 7.12.10 as far as I can tell).

This should fix #39522.

cc @Manishearth, @michaelwoerister, #38948
This commit is contained in:
Corey Farwell 2017-02-05 12:45:14 -05:00 committed by GitHub
commit 70cc1d34fd
10 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// ignore-lldb
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -9,7 +9,7 @@
// except according to those terms.
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g

View File

@ -10,7 +10,7 @@
// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9
// compile-flags:-g