[PATCH] D72613: [MSAN] Disable two tests on FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 07:53:55 PST 2020


devnexen added a comment.

In D72613#1817004 <https://reviews.llvm.org/D72613#1817004>, @arichardson wrote:

> 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.


I thought of disabling it for 10.0 and revisiting after the release. In fact the local volatile var initialisation (internal_memset call) is the reason of the segfault.


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