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

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 13:02:22 PST 2016


dim updated this revision to Diff 81888.
dim added a comment.

Add a very simple XFAIL testcase for FreeBSD.  I am unsure on how to
test for 'negative' results, ocurring on specific OSes, so this is the
only thing I could come up with.  The test case should link fine on
Linux, as far as I can see.  Suggestions for improvements welcome! :)


https://reviews.llvm.org/D27654

Files:
  lib/asan/asan_malloc_linux.cc
  lib/lsan/lsan_interceptors.cc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  lib/sanitizer_common/tests/sanitizer_allocator_testlib.cc
  test/asan/TestCases/mallinfo-mallopt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27654.81888.patch
Type: text/x-patch
Size: 4001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161218/074ec568/attachment.bin>


More information about the llvm-commits mailing list