[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:35:29 PST 2020


arichardson requested changes to this revision.
arichardson added inline comments.
This revision now requires changes to proceed.


================
Comment at: compiler-rt/test/msan/dtls_test.c:10
    XFAIL: FreeBSD
+   XFAIL: freebsd
    UNSUPPORTED: powerpc
----------------
The FreeBSD line above should be removed since that's a typo, the lit feature is all lowercase.

A comment explaining why it is xfail would also be nice. Is this the same as the netbsd issue above?


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