Skip to content
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

also ignore 'thread leaks' with -Zmiri-ignore-leaks #1858

Merged
merged 5 commits into from
Jul 27, 2021

Conversation

RalfJung
Copy link
Member

This is a step towards #1371. The remaining hard part would be supporting checking for memory leaks when there are threads still running. For now we elegantly avoid this problem by using the same flag to control both of these checks. :)

@oli-obk
Copy link
Contributor

oli-obk commented Jul 27, 2021

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 27, 2021

📌 Commit 78bcd12 has been approved by oli-obk

@bors
Copy link
Collaborator

bors commented Jul 27, 2021

⌛ Testing commit 78bcd12 with merge 02f78b0...

@bors
Copy link
Collaborator

bors commented Jul 27, 2021

☀️ Test successful - checks-actions
Approved by: oli-obk
Pushing 02f78b0 to master...

@bors bors merged commit 02f78b0 into rust-lang:master Jul 27, 2021
@RalfJung RalfJung deleted the thread-leaks branch July 27, 2021 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants