summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/disable-leaks.test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-03-24 00:51:18 +0000
committerKostya Serebryany <kcc@google.com>2017-03-24 00:51:18 +0000
commite54785c6e9e647b9d0846b3ce63284045df1118d (patch)
treea5a7928d09705124d4eeb2ec299a4b6880c640ce /llvm/lib/Fuzzer/test/disable-leaks.test
parent2c88cee15cbf1f1a6e2e52b43d008c839e0573da (diff)
downloadbcm5719-llvm-e54785c6e9e647b9d0846b3ce63284045df1118d.tar.gz
bcm5719-llvm-e54785c6e9e647b9d0846b3ce63284045df1118d.zip
[libFuzzer] split two tests to get more parallelism in test runs
llvm-svn: 298673
Diffstat (limited to 'llvm/lib/Fuzzer/test/disable-leaks.test')
-rw-r--r--llvm/lib/Fuzzer/test/disable-leaks.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/disable-leaks.test b/llvm/lib/Fuzzer/test/disable-leaks.test
new file mode 100644
index 00000000000..467b64ccc6f
--- /dev/null
+++ b/llvm/lib/Fuzzer/test/disable-leaks.test
@@ -0,0 +1,4 @@
+REQUIRES: lsan
+RUN: LLVMFuzzer-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS
+ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
+
OpenPOWER on IntegriCloud