[PATCH] D72613: [MSAN] Disable two tests on FreeBSD
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 06:26:15 PST 2020
arichardson added a comment.
Do you know why these tests fail? Can you run them with GDB and attach a backtrace?
Shouldn't we attempt to fix the MSAN runtime instead of just XFAILing tests (unless of course there are fundamental reasons that they cannot work).
I fear that if the test is marked as XFAIL, the underlying problem will never be fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72613/new/
https://reviews.llvm.org/D72613
More information about the llvm-commits
mailing list