LSan is unsupported on Darwin anyway, and this test fals on public Darwin bots
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Somehow this seems to have made it worse on the bot: https://green.lab.llvm.org/green/view/Clang/job/clang-stage1-RA/34927/
Now it's failing
SanitizerCommon-tsan-x86_64-Darwin.SanitizerCommon-tsan-x86_64-Darwin.symbolize_pc.cpp SanitizerCommon-tsan-x86_64h-Darwin.SanitizerCommon-tsan-x86_64h-Darwin.symbolize_pc.cpp SanitizerCommon-ubsan-x86_64-Darwin.SanitizerCommon-ubsan-x86_64-Darwin.symbolize_pc.cpp SanitizerCommon-ubsan-x86_64h-Darwin.SanitizerCommon-ubsan-x86_64h-Darwin.symbolize_pc.cpp
instead.
We also saw those in Chromium after this change (http://crbug.com/1462534), but they passed on the next build, so perhaps this test is just flaky on Mac somehow?
Comment Actions
This test was failing before w. Tsan and Ubsan, but these failures disappeared, only failures were lean. I'd guess that just disabling lean will leave things clean, but it apparently didn't.
Will look into Tsan/UBsan failures