Details
Details
- Reviewers
dvyukov
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@dvyukov - I think this could resolve the remaining error we're seeing on Fuchsia linux-x86_64 builds like this one: https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8775481122257091553/overview
This patch will expect the the UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/Linux/sigaction.cpp to fail as it does on that build. I think the fuchsia-x86_64-linux would have caught this, but it appears out of commission.
Comment Actions
It only fails on Fuchsia Linux, right? (passed for me on normal Linux)
If so, please exclude on Fuchsia Linux.
Comment Actions
Abandoning this attempt - and agree that it's too heavy handed. @mysterymath has taken the lead on debugging.