llvm-project/compiler-rt/test
Tim Northover 5adb224bc2 [asan] relax strstr tests.
Darwin's implementation of strstr seems to trigger slightly different failure
modes from Linux since it calls strncmp. All messages seem about equally useful
and correct, so I relaxed the tests so Darwin can pass.

llvm-svn: 285004
2016-10-24 19:07:27 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] relax strstr tests. 2016-10-24 19:07:27 +00:00
builtins [compiler-rt][tests] cpu_model_test.c test fails to compile if X86 is not clang's default target 2016-08-18 14:39:39 +00:00
cfi cfi: Fixes for check-cfi when configured as an external project. 2016-09-22 20:51:48 +00:00
dfsan [mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel. 2016-08-12 11:56:36 +00:00
esan [ESan][MIPS] Adds support for MIPS64 2016-10-06 09:58:11 +00:00
interception [Darwin] Exclude interception union tests on Darwin and Android 2016-08-04 04:46:39 +00:00
lsan [lsan] [aarch64] Fix printing of pointers in make check tests 2016-10-20 12:25:57 +00:00
msan [compiler-rt] Remove redundant --check-prefix=CHECK from test 2016-10-23 00:55:12 +00:00
profile [profile] Mark lprofCurFilename as COMPILER_RT_WEAK 2016-10-18 00:02:28 +00:00
safestack [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR false positive with LTO (compiler-rt part) 2016-09-14 14:09:18 +00:00
sanitizer_common [sanitizers] Update sanitizers test to better match glibc internals 2016-10-05 07:13:42 +00:00
scudo [scudo] Fix an edge case in the secondary allocator 2016-09-30 19:57:21 +00:00
tsan [tsan] Always use -std=c++11 in TSan tests 2016-10-18 18:33:42 +00:00
ubsan [ubsan] fix the test to me more resistent against changes in the sanitizer allocator 2016-08-24 21:03:28 +00:00
xray [compiler-rt][XRay] Initial per-thread inmemory logging implementation 2016-08-26 06:39:33 +00:00
CMakeLists.txt [CMake] Adding compiler-rt-test-depends target 2016-09-01 18:26:51 +00:00
lit.common.cfg [ESan][MIPS] Adds support for MIPS64 2016-10-06 09:58:11 +00:00
lit.common.configured.in cfi: Fixes for check-cfi when configured as an external project. 2016-09-22 20:51:48 +00:00