-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Failure of pretty-huge-vec.rs on nightly bots #34662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This ignores a test added in rust-lang#34639 because unfortunately the nightly bots are now broken, but this is now tracked in rust-lang#34662.
I don't think the issues is with the gdb version. On my machine, where the test pass, I'm using version 7.11.1. I just tested with version 7.11, and the test still pass. Note, that I have only run the test with |
Hm that's unfortunate :(. I wonder if we need to just build our gdb in a different way? Or perhaps connect it to a different python? |
It looks like the issue is here only if gdb use python 2. I have absolutely no idea why. The configure option to compile gdb with python 3 is |
Whoa weird, is there any way we can get python 2 working as well? Or is it just a bug that was fixed with python 3? |
The
at the top of the file and then use |
That what I just found out. The solution proposed by @telotortium is the correct one. |
Awesome, thanks @telotortium! @dzamlo or @telotortium, want to send a PR? |
I'll send a PR |
On the Linux bots (where these tests passed) the GDB we're running is:
whereas on the nightly bots (slightly different due to build funkiness) the GDB is custom-built and is:
Unfortunately the test added here is failing on the nightly bot (full logs):
Maybe this fix only applies to older GDB versions? Maybe we need to recompile gdb somewhat differently than what we do today?
Note that this is a placeholder issue for a PR I'm about to send, if we manage to resolve I'd love to close out quickly!
The text was updated successfully, but these errors were encountered: