diff options
author | Kostya Serebryany <kcc@google.com> | 2017-03-24 00:51:18 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-03-24 00:51:18 +0000 |
commit | e54785c6e9e647b9d0846b3ce63284045df1118d (patch) | |
tree | a5a7928d09705124d4eeb2ec299a4b6880c640ce /llvm/lib/Fuzzer/test/disable-leaks.test | |
parent | 2c88cee15cbf1f1a6e2e52b43d008c839e0573da (diff) | |
download | bcm5719-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.test | 4 |
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 + |