llvm-project/compiler-rt/lib/sanitizer_common/tests
Alexander Potapenko b6a2537c60 [libsanitizer] Fix bugs and wiki links to point to GitHub.
llvm-svn: 254738
2015-12-04 17:50:03 +00:00
..
CMakeLists.txt [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platforms. 2015-08-27 22:23:27 +00:00
sanitizer_allocator_test.cc [asan] Tune down SizeClassAllocator tests. 2015-10-01 17:59:08 +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 Reapply: [asan] On OS X, log reports to syslog and os_trace 2015-11-20 18:41:44 +00:00
sanitizer_deadlock_detector_test.cc Remove TSAN_DEBUG in favor of SANITIZER_DEBUG. 2015-01-03 04:29:12 +00:00
sanitizer_flags_test.cc [sanitizer] Make unrecognized flags not fatal. 2015-01-19 12:22:57 +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 [compiler-rt] Do not pull in min and max macros from windows.h 2015-11-20 20:18:06 +00:00
sanitizer_linux_test.cc [asan] Disable ThreadSelfTest on Android. 2015-09-08 19:32:37 +00:00
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 [nolibc] Add a test case for Linux/x86_64. 2013-05-28 12:37:34 +00:00
sanitizer_nolibc_test_main.cc [nolibc] Now that we have a custom allocator, remove dummy allocator 2013-05-29 10:52:59 +00:00
sanitizer_posix_test.cc [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L. 2015-06-29 20:28:55 +00:00
sanitizer_printf_test.cc [mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPS 2014-12-12 07:08:12 +00:00
sanitizer_procmaps_test.cc [ASan] Unify handling of loaded modules between POSIX and Windows 2015-04-06 12:49:30 +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 Change StackDepot interface to use StackTrace more extensively 2014-10-26 06:23:07 +00:00
sanitizer_stacktrace_printer_test.cc [sanitizer_common] Added VS-style output for source locations 2015-06-04 01:20:06 +00:00
sanitizer_stacktrace_test.cc [libsanitizer] Fix bugs and wiki links to point to GitHub. 2015-12-04 17:50:03 +00:00
sanitizer_stoptheworld_test.cc asan: fix signal handling during stoptheworld 2015-03-02 17:36:02 +00:00
sanitizer_stoptheworld_testlib.cc [sanitizer] Minor fixes in sanitizer_common tests. 2013-05-14 13:19:33 +00:00
sanitizer_suppressions_test.cc Unit test the CRLF change to suppression parsing 2015-08-27 18:05:33 +00:00
sanitizer_symbolizer_test.cc Adding the implementation of atos and dladdr symbolizers for OS X. 2015-03-12 10:53:18 +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] Initialize common flags to default values in unit tests. 2015-08-18 21:54:32 +00:00
sanitizer_test_utils.h [Sanitizers] Intercept snprintf_l() on FreeBSD 2014-12-22 12:29:40 +00:00
sanitizer_thread_registry_test.cc tsan: address comments in r214912 2014-09-02 09:34:34 +00:00
standalone_malloc_test.cc