hanchenye-llvm-project/compiler-rt/lib/sanitizer_common/tests
Dan Albert 1c71fde161 Exclude Android from the tests for valloc/pvalloc.
These functions are being removed from Android because they were removed
from POSIX 2004.

llvm-svn: 210962
2014-06-14 00:50:03 +00:00
..
CMakeLists.txt [asan] Use -pthread instead of -lpthread in tests. 2014-06-05 12:22:37 +00:00
sanitizer_allocator_test.cc [Sanitizer tests] Exclude three tests that fail on Windows 2014-05-13 13:34:00 +00:00
sanitizer_allocator_testlib.cc Add throw() specifiers to more redeclarations of operator delete and operator delete[]. 2014-02-08 01:42:08 +00:00
sanitizer_atomic_test.cc asan: fix atomic operations on ARM 2014-01-22 14:13:37 +00:00
sanitizer_bitvector_test.cc [sanitizer] implement node removal in Deadlock graph 2014-02-17 11:21:52 +00:00
sanitizer_bvgraph_test.cc [sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate over the currently held locks using the array, not the bitvector. Bitvector is not the best data structure to iterate over) 2014-03-31 07:23:50 +00:00
sanitizer_common_test.cc [Sanitizer tests] Fix most of the build problems on Windows 2014-05-13 12:02:53 +00:00
sanitizer_deadlock_detector_test.cc tsan: optimize memory access functions 2014-05-30 13:36:29 +00:00
sanitizer_flags_test.cc [sanitizer] Update flags test. 2014-05-29 14:55:12 +00:00
sanitizer_format_interceptor_test.cc [Sanitizer tests] Fix most of the build problems on Windows 2014-05-13 12:02:53 +00:00
sanitizer_ioctl_test.cc [sanitizer] Relax sanity checks in ioctl decoding. 2014-06-10 13:54:15 +00:00
sanitizer_libc_test.cc [Sanitizer tests] Exclude three tests that fail on Windows 2014-05-13 13:34:00 +00:00
sanitizer_linux_test.cc
sanitizer_list_test.cc
sanitizer_mutex_test.cc [Sanitizer tests] Fix most of the build problems on Windows 2014-05-13 12:02:53 +00:00
sanitizer_nolibc_test.cc
sanitizer_nolibc_test_main.cc
sanitizer_posix_test.cc
sanitizer_printf_test.cc [Sanitizer tests] Fix most of the build problems on Windows 2014-05-13 12:02:53 +00:00
sanitizer_procmaps_test.cc [Sanitizer tests] Fix most of the build problems on Windows 2014-05-13 12:02:53 +00:00
sanitizer_pthread_wrappers.h [Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest.h conditional 2014-05-13 13:25:12 +00:00
sanitizer_stackdepot_test.cc
sanitizer_stacktrace_test.cc Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTrace 2014-03-04 14:06:11 +00:00
sanitizer_stoptheworld_test.cc
sanitizer_stoptheworld_testlib.cc
sanitizer_suppressions_test.cc [sanitizer] deadlock detector: a) initial support for suppressions, b) be more robust in case we failed to extract a stack trace for one of the locks 2014-03-19 12:26:33 +00:00
sanitizer_test_config.h [Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest.h conditional 2014-05-13 13:25:12 +00:00
sanitizer_test_main.cc
sanitizer_test_utils.h Exclude Android from the tests for valloc/pvalloc. 2014-06-14 00:50:03 +00:00
sanitizer_thread_registry_test.cc [Sanitizer tests] Fix most of the build problems on Windows 2014-05-13 12:02:53 +00:00
standalone_malloc_test.cc