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

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


Hi kcc, samsonov, eugenis, emaste,

http://reviews.llvm.org/D9460

Files:
  test/msan/ioctl_sound.cc

Index: test/msan/ioctl_sound.cc
===================================================================
--- test/msan/ioctl_sound.cc
+++ test/msan/ioctl_sound.cc
@@ -1,6 +1,9 @@
 // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
 // RUN: %clangxx_msan -O3 -g %s -o %t && %run %t
 
+// ALSA is not part of the default FreeBSD setup.
+// XFAIL: freebsd
+
 #include <assert.h>
 #include <fcntl.h>
 #include <sound/asound.h>

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


More information about the llvm-commits mailing list