[PATCH] [Msan] XFAIL the mallinfo.cc test on FreeBSD

Viktor Kutuzov vkutuzov at accesssoftek.com
Sat May 2 09:02:24 PDT 2015


Hi kcc, samsonov, eugenis, emaste,

http://reviews.llvm.org/D9461

Files:
  test/msan/mallinfo.cc

Index: test/msan/mallinfo.cc
===================================================================
--- test/msan/mallinfo.cc
+++ test/msan/mallinfo.cc
@@ -1,5 +1,8 @@
 // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
 
+// There's no mallinfo() on FreeBSD.
+// XFAIL: freebsd
+
 #include <assert.h>
 #include <malloc.h>

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9461.24860.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150502/efbd500a/attachment.bin>


More information about the llvm-commits mailing list