[PATCH] D27654: Stop intercepting mallinfo and mallopt on FreeBSD

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 31 16:53:29 PST 2016


dim added inline comments.


================
Comment at: test/asan/TestCases/mallinfo-mallopt.cpp:4
+// RUN: %clang_asan %s -o %t
+// XFAIL: freebsd
+
----------------
kcc wrote:
> hm. is freebsd the only platform where this will fail? 
> What about other non-linux OSes? 
Indeed, probably better to make this test succeed on Linux only.  Is there any way to express `XFAIL: !linux` ?


https://reviews.llvm.org/D27654





More information about the llvm-commits mailing list