-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Leak sanitizer UI test hangs on Macos ARM64 #88132
Comments
This problem is still reproducible with LLVM 13. |
It is currently broken, see rust-lang#88132.
…eak_sanitizer, r=petrochenkov Disable the leak sanitizer on Macos aarch64 for now It is currently broken, see rust-lang#88132.
@rustbot label A-sanitizers |
The test seems to pass now (tested with |
For context, leak sanitizer was disabled in #89170. |
I think this issue can be closed (using the sanitizer no longer hangs), but #121624 is still a blocker before we can enable it as supported. |
Try on a Apple Silicon Mac:
Expected result: Test passes.
Actual result: Test hangs:
See also: #88131
@rustbot label +A-sanitizer +A-llvm +O-macos +O-arm
The text was updated successfully, but these errors were encountered: