-
Notifications
You must be signed in to change notification settings - Fork 13.4k
x.py test leaves residual files behind #136431
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
When a rustc invocation fails at the right place, it doesn't clean up it's temporary files. |
all the tests that were run passed and the testsuite exited successfully in this run |
Some tests are testing that an error happens. |
Ah I thought you were referring to the entire testsuite exiting with an error or being ctrl+c'd I'm not sure if this is a useful approach but perhaps we could create something like a "global" tempdir where we create all the other tempdirs in to have a little more control. We can then clean up our global tempdir at the end of the run when we want to. |
@matthiaskrgr can you check if #140706 fixes this for you? |
Running
./x.py test --skip debuginfo-lldb
leaves a bunch of residual files in/tmp/
on each runThe text was updated successfully, but these errors were encountered: