Closed
Description
Try on a Apple Silicon Mac:
./configure --build=aarch64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
./x.py test --stage 1 src/test/ui/sanitize/leak.rs
Expected result: Test passes.
Actual result: Test hangs:
running 1 test
test [ui] ui/sanitize/leak.rs has been running for over 60 seconds
See also: #88131
@rustbot label +A-sanitizer +A-llvm +O-macos +O-arm
Metadata
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Sanitizers for correctness and code qualityCategory: This is a bug.Armv8-A or later processors in AArch64 modeOperating system: macOSRelevant to the compiler team, which will review and decide on the PR/issue.