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 #include