Skip to content

debuginfo: Implement time-out for LLDB test runner #18649

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
michaelwoerister opened this issue Nov 5, 2014 · 1 comment
Closed

debuginfo: Implement time-out for LLDB test runner #18649

michaelwoerister opened this issue Nov 5, 2014 · 1 comment
Assignees
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)

Comments

@michaelwoerister
Copy link
Member

From time to time the LLDB test suite hangs on the build bots, which leads to the whole pipeline being blocked for an hour. One way to make this problem a bit less severe is to add a time-out to the LLDB test runner which just kills tests that take longer than a few seconds. This should at least reduce the time until the tests can be restarted.

cc @alexcrichton

@michaelwoerister michaelwoerister added the A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) label Nov 5, 2014
@michaelwoerister michaelwoerister self-assigned this Nov 5, 2014
@alexcrichton
Copy link
Member

cc #18654

lnicola added a commit to lnicola/rust that referenced this issue Dec 11, 2024
minor: enhance name suggestion for `Arc<T>` and `Rc<T>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Projects
None yet
Development

No branches or pull requests

2 participants