]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #39530 - TimNN:more-gdb, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Sun, 5 Feb 2017 17:45:14 +0000 (12:45 -0500)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2017 17:45:14 +0000 (12:45 -0500)
commit70cc1d34fd2d34bfc931782486a83ac040d8aa05
tree02461c4f2d3242d4c11148b445180cb409a1d490
parent3e7ee3535ef6da53ebb2e49c9c0bc07d4b0c6eef
parent112a5a00e839bfb3dbdaa9166afe595163248174
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