See https://llvm.org/PR46862. This does not fix the underlying issue but at
least it allows me to run check-all again without having to disable
building compiler-rt.
Details
Details
- Reviewers
vitalybuka - Group Reviewers
Restricted Project - Commits
- rG895878f4568d: [asan][tsan] Mark tests failing with debug checks as XFAIL
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cpp | ||
---|---|---|
4 | Can you remove new feature and use the following I hope it's going to be fixed soon and these XFAILs will be gone |
Can you remove new feature and use the following
// XFAIL: !compiler-rt-optimized && tsan
I hope it's going to be fixed soon and these XFAILs will be gone