llvm-project/compiler-rt/test
Max Moroz 3f26dac416 [libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a memory leak.
Summary:
Fuzzer::TryDetectingAMemoryLeak may call ExecuteCallback which would
increment TotalNumberOfRuns, but it doesn't respect Options.MaxNumberOfRuns
value specified by a user.

Context: https://github.com/google/oss-fuzz/issues/822#issuecomment-328153970

Reviewers: kcc

Reviewed By: kcc

Differential Revision: https://reviews.llvm.org/D37632

llvm-svn: 312993
2017-09-12 02:01:54 +00:00
..
BlocksRuntime
asan [asan] Include asan-dynamic into check-all 2017-09-11 19:41:17 +00:00
builtins These tests use 80-bit long doubles, which are x86 only. Mark them so. 2017-08-03 18:56:54 +00:00
cfi [cfi] only add cfi tests on supported arches. 2017-08-25 01:50:53 +00:00
dfsan [mips] XFAIL dfsan's custom.cc test on mips64. 2017-05-09 19:17:16 +00:00
esan [tsan] Update unittest for logging changes of r308637 2017-07-20 20:06:00 +00:00
fuzzer [libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a memory leak. 2017-09-12 02:01:54 +00:00
interception Revert "[interception] Check for export table's size before referring to its elements." 2017-01-22 03:30:14 +00:00
lsan Revert "Prevent DCE on __lsan_is_turned_off and re-enable test case" 2017-09-08 21:09:43 +00:00
msan [msan] Check sigset_t and sigaction arguments. 2017-09-05 21:08:56 +00:00
profile Revert: Enable profile on NetBSD 2017-08-15 09:56:47 +00:00
safestack Enable SafeStack on NetBSD 2017-08-10 18:40:09 +00:00
sanitizer_common [ubsan] Make ubsan version of __sanitizer_print_stack_trace consistent with other sanitizers 2017-09-11 21:25:22 +00:00
scudo [scudo] Fix improper TSD init after TLS destructors are called 2017-09-11 19:59:40 +00:00
tsan Add NetBSD support in test/tsan/thread_name*.cc 2017-08-30 19:40:47 +00:00
ubsan Enable ubsan on NetBSD 2017-08-08 20:49:20 +00:00
ubsan_minimal [ubsan-minimal] Disable x86_64h tests when not on x86_64h 2017-09-12 00:01:13 +00:00
xray [compiler-rt][xray][mips] Mark some tests as unsupported. 2017-09-06 10:17:29 +00:00
CMakeLists.txt Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal." 2017-08-31 23:34:01 +00:00
lit.common.cfg Reland r311842 - [cmake] Remove i686 target that is duplicate to i386 2017-08-28 20:30:12 +00:00
lit.common.configured.in [asan] Add support for running lit tests in the iOS Simulator 2017-04-26 18:59:22 +00:00