Skip to content

Make lldb_works_after_trimmed test robust against lldb output #15686

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

Closed

Conversation

joshtriplett
Copy link
Member

Some versions of lldb (including the version in CI) print "Process $PID
resuming" after continue, breaking the test. Add another wildcard to
allow for that, without breaking the test on versions of lldb that
don't print that message.

What does this PR try to resolve?

Fixes a CI test failure.

How to test and review this PR?

This PR aims to resolve a CI test failure, so it should pass CI.

Some versions of lldb (including the version in CI) print "Process $PID
resuming" after `continue`, breaking the test. Add another wildcard to
allow for that, without breaking the test on versions of lldb that
*don't* print that message.
@rustbot
Copy link
Collaborator

rustbot commented Jun 20, 2025

r? @epage

rustbot has assigned @epage.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 20, 2025
Copy link
Member

@weihanglo weihanglo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this test blocks other PR, maybe we can disable it at this moment. I can try fixing it when I am back.

@joshtriplett
Copy link
Member Author

@weihanglo Looking at the test failure on macOS, I think more is wrong with this test than this PR would fix, so yeah, I think disabling it is the right answer. I'll send a PR doing that.

@joshtriplett joshtriplett deleted the trim-paths-lldb-robustness branch June 20, 2025 08:43
@joshtriplett
Copy link
Member Author

@weihanglo #15687

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants