This is an archive of the discontinued LLVM Phabricator instance.

[asan][tsan] Mark tests failing with debug checks as XFAIL
ClosedPublic

Authored by arichardson on Jul 27 2020, 6:17 AM.

Details

Summary

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.

Diff Detail

Event Timeline

arichardson created this revision.Jul 27 2020, 6:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2020, 6:17 AM
vitalybuka accepted this revision.Jul 27 2020, 6:16 PM
This revision is now accepted and ready to land.Jul 27 2020, 6:16 PM
vitalybuka added inline comments.Jul 27 2020, 6:18 PM
compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cpp
4

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