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

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


devnexen created this revision.
devnexen added a reviewer: vitalybuka.
devnexen created this object with visibility "All Users".
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72613

Files:
  compiler-rt/test/msan/dtls_test.c
  compiler-rt/test/msan/preinit_array.cpp


Index: compiler-rt/test/msan/preinit_array.cpp
===================================================================
--- compiler-rt/test/msan/preinit_array.cpp
+++ compiler-rt/test/msan/preinit_array.cpp
@@ -1,4 +1,6 @@
 // RUN: %clangxx_msan -O0 %s -o %t && %run %t
+// segfault on local var.
+// XFAIL: freebsd
 
 #include <sanitizer/msan_interface.h>
 
Index: compiler-rt/test/msan/dtls_test.c
===================================================================
--- compiler-rt/test/msan/dtls_test.c
+++ compiler-rt/test/msan/dtls_test.c
@@ -7,6 +7,7 @@
    and https://github.com/google/sanitizers/issues/547
 
    XFAIL: FreeBSD
+   XFAIL: freebsd
    UNSUPPORTED: powerpc
 
    // Reports use-of-uninitialized-value, not analyzed


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72613.237648.patch
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/3920937f/attachment.bin>


More information about the llvm-commits mailing list