llvm-project/compiler-rt/test
Alexey Samsonov fa8b3db54b [UBSan] Add report deduplication for -fsanitize=function.
Summary:
Make sure we don't print the error report from -fsanitize=function
twice for the same source location, as we do in another UBSan handlers.

Test Plan: check-ubsan test suite

Reviewers: rsmith, pcc

Reviewed By: pcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7524

llvm-svn: 228772
2015-02-11 00:05:31 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [ASan/Win] Add the executable's directory to the symbol search path 2015-02-10 16:17:01 +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 [UBSan] Add report deduplication for -fsanitize=function. 2015-02-11 00:05:31 +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