Skip to content

ignore more gdb versions with buggy rust support - #39530

Merged
bors merged 1 commit into
rust-lang:masterfrom
TimNN:more-gdb
Feb 5, 2017
Merged

ignore more gdb versions with buggy rust support#39530
bors merged 1 commit into
rust-lang:masterfrom
TimNN:more-gdb

Conversation

@TimNN

@TimNNTimNN commented Feb 4, 2017

Copy link
Copy Markdown
Contributor

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

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Feb 4, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 112a5a0 has been approved by alexcrichton

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 5, 2017
ignore more gdb versions with buggy rust support
This extends the versions of gdb which were ignored in rust-lang#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 fixrust-lang#39522.
cc @Manishearth, @michaelwoerister, rust-lang#38948
@frewsxcvfrewsxcv mentioned this pull request Feb 5, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 5, 2017
ignore more gdb versions with buggy rust support
This extends the versions of gdb which were ignored in rust-lang#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 fixrust-lang#39522.
cc @Manishearth, @michaelwoerister, rust-lang#38948
@frewsxcvfrewsxcv mentioned this pull request Feb 5, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 5, 2017
ignore more gdb versions with buggy rust support
This extends the versions of gdb which were ignored in rust-lang#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 fixrust-lang#39522.
cc @Manishearth, @michaelwoerister, rust-lang#38948
@frewsxcvfrewsxcv mentioned this pull request Feb 5, 2017
bors added a commit that referenced this pull request Feb 5, 2017
Rollup of 12 pull requests
- Successful merges: #39439, #39472, #39481, #39491, #39501, #39509, #39514, #39519, #39526, #39528, #39530, #39538
- Failed merges:
@bors
bors merged commit 112a5a0 into rust-lang:masterFeb 5, 2017
@TimNN
TimNN deleted the more-gdb branch February 27, 2017 12:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

debuginfo-gdb tests fail: <error reading variable>

5 participants

@TimNN@rust-highfive@alexcrichton@bors@aturon