hanchenye-llvm-project/compiler-rt/test
Alexander Potapenko 1c4d621556 [ASan] Fix interface_symbols_darwin.c test
by manually adding __asan_mz_* to the generated interface functions list.

Declaring these functions in asan_interface_internal.h doesn't work quite well:
their prototypes must match the prototypes of zone functions in malloc/malloc.h,
but some of the types (e.g. malloc_zone_t and size_t) aren't available in
asan_interface_internal.h

llvm-svn: 228290
2015-02-05 13:07:50 +00:00
..
BlocksRuntime
asan [ASan] Fix interface_symbols_darwin.c test 2015-02-05 13:07:50 +00:00
builtins tests: correct builtins test if built under -mthumb on ARM 2015-01-05 21:54:50 +00:00
dfsan [DFSan] Add flag to dump the labels when the program terminates. 2014-11-20 10:01:08 +00:00
lsan [sanitizer] Flag parser rewrite. 2015-01-15 15:13:43 +00:00
msan [msan] Better use-after-free reports. 2015-01-22 13:33:16 +00:00
profile Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
sanitizer_common [asan] use getrusage as an alternative to reading /proc/self/statm. Also move GetRSS to sanitizer_linux_libcdep.cc (no change in the function itself) 2015-01-29 02:54:39 +00:00
tsan [TSan] Add Go runtime sanity check to CMake build. 2015-02-02 20:37:28 +00:00
ubsan Update for tests failing due to improvements in clang's column information for aggregate expressions 2015-01-18 02:17:55 +00:00
CMakeLists.txt Don't make check-sanitizer depend on profile on Windows 2014-11-21 23:09:51 +00:00
lit.common.cfg [compiler-rt] Re-enable the use of -gmlt for ASan tests on Darwin 2014-09-30 23:07:45 +00:00
lit.common.configured.in Use the newer python syntax for exceptions 2014-12-13 02:46:56 +00:00