llvm-project/compiler-rt/lib/sanitizer_common/tests
Dmitry Vyukov d4060fd281 tsan: extend suppressions format with ^ and $ symbols
not it's possible to write more precise suppressions,
e.g. "^foo$" won't match "blafoobar"

llvm-svn: 186424
2013-07-16 16:44:15 +00:00
..
CMakeLists.txt [tsan] Move some suppressions-related code to common. 2013-06-26 15:37:14 +00:00
lit.cfg Improve support for compiler-rt tests in CMake build. 2013-05-27 09:35:24 +00:00
lit.site.cfg.in Improve support for compiler-rt tests in CMake build. 2013-05-27 09:35:24 +00:00
sanitizer_allocator_test.cc [lsan] Fix android build. 2013-06-24 09:12:11 +00:00
sanitizer_allocator_testlib.cc asan: fix standalone malloc implementation 2013-01-15 12:57:02 +00:00
sanitizer_atomic_test.cc [Sanitizer] Disable atomic_test on Android, where it crashes Clang. 2013-03-26 08:55:38 +00:00
sanitizer_common_test.cc [Sanitizer] Rename InternalVector to InternalMmapVector 2013-06-14 09:59:40 +00:00
sanitizer_flags_test.cc Fix unmatching ASan runtime flag for init-order checking exposed by r178158. Add a test for r178158. 2013-03-28 09:11:20 +00:00
sanitizer_ioctl_test.cc Fix unused function warning w/o changing compiler flags. 2013-06-20 09:45:36 +00:00
sanitizer_libc_test.cc [sanitizer] Minor fixes in sanitizer_common tests. 2013-05-14 13:19:33 +00:00
sanitizer_linux_test.cc Fix #if guards in sanitizer_common code 2013-05-30 09:16:04 +00:00
sanitizer_list_test.cc Remove thread-locals from sanitizer_common tests. 2013-01-14 14:06:58 +00:00
sanitizer_mutex_test.cc [Sanitizer] Implement BlockingMutex::CheckLocked() 2013-03-11 15:45:20 +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_printf_test.cc [sanitizer] Support padding with spaces in Printf. 2013-06-27 15:30:44 +00:00
sanitizer_scanf_interceptor_test.cc [sanitizer] Tests for scanf parser in allowGnuMalloc=false mode. 2013-02-12 14:37:55 +00:00
sanitizer_stackdepot_test.cc tsan: reserve msb in stack depot id's (required for msan) 2012-09-17 03:14:15 +00:00
sanitizer_stacktrace_test.cc [sanitizer] while doing fast unwinding make sure that the frame pointer is aligned; fix lint 2013-04-04 06:52:40 +00:00
sanitizer_stoptheworld_test.cc [sanitizer] Minor fixes in sanitizer_common tests. 2013-05-14 13:19:33 +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 tsan: extend suppressions format with ^ and $ symbols 2013-07-16 16:44:15 +00:00
sanitizer_test_main.cc [nolibc] Add a test case for Linux/x86_64. 2013-05-28 12:37:34 +00:00
sanitizer_test_utils.h [asan] guard ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS definition with an #ifndef 2013-02-27 08:28:24 +00:00
sanitizer_thread_registry_test.cc [Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests. Use -Werror=sign-compare when building them. 2013-03-14 15:15:35 +00:00
standalone_malloc_test.cc [asan] add more frames to standalone_malloc_test 2013-01-14 07:59:09 +00:00