-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Re-enable debuginfo tests that have been ignored #94489
Re-enable debuginfo tests that have been ignored #94489
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
I tested this locally on Ubuntu 21.04 with gdb & lldb installed from the OS repos but let's see if CI passes ... |
Some of our builders likely have pretty old gdb due to being based on Ubuntu 18.04 or even older, so I suspect we'll need to see some adjustments, but in general this seems ok to me if we can get it past CI. Note that min version directives are somewhat annoying since they can mean we stop testing at all in CI (as the tests are just ignored), so we'll need to be careful if adding those. |
This comment has been minimized.
This comment has been minimized.
Looks like rustc crashed? Have we seen that before? |
ceb8a3d
to
d197dc2
Compare
This comment has been minimized.
This comment has been minimized.
d197dc2
to
8f0cc59
Compare
Most of these tests either ran perfectly once enabled or only needed a small amount of tweaking to get passing or used ignore-test when ignore-lldb would have been more appropriate. With this change we go from 64 ignored tests to 50.
8f0cc59
to
78e7d9b
Compare
@bors r+ rollup=iffy |
📌 Commit 78e7d9b has been approved by |
@@ -5,7 +5,6 @@ | |||
|
|||
// This fails on lldb 6.0.1 on x86-64 Fedora 28; so mark it macOS-only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems this comment is now outdated and can be removed.
…ests, r=Mark-Simulacrum Re-enable debuginfo tests that have been ignored Most of these tests either ran perfectly once enabled or only needed a small amount of tweaking to get passing or used ignore-test when ignore-lldb would have been more appropriate. With this change we go from 64 ignored tests to 50.
…ests, r=Mark-Simulacrum Re-enable debuginfo tests that have been ignored Most of these tests either ran perfectly once enabled or only needed a small amount of tweaking to get passing or used ignore-test when ignore-lldb would have been more appropriate. With this change we go from 64 ignored tests to 50.
Looks like this failed in a rollup: #94557 (comment) |
Ping from triage: |
Closing this pr due to no activity. |
Most of these tests either ran perfectly once enabled or only needed a
small amount of tweaking to get passing or used ignore-test when
ignore-lldb would have been more appropriate.
With this change we go from 64 ignored tests to 50.