Lines Matching +full:runs +full:- +full:on
2 // See https://github.com/llvm/llvm-project/issues/97712.
5 RUN: %cpp_compiler %S/LeakTest.cpp -o %t-LeakTest
6 RUN: %cpp_compiler %S/ThreadedLeakTest.cpp -o %t-ThreadedLeakTest
7 RUN: %cpp_compiler %S/LeakTimeoutTest.cpp -o %t-LeakTimeoutTest
9 RUN: rm -rf %t-corpus && mkdir -p %t-corpus
10 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=1 %t-corpus 2>&1 | FileCheck %s --check-prefix…
13 LEAK_DURING: INFO: to ignore leaks on libFuzzer side use -detect_leaks=0
14 LEAK_DURING: Test unit written to ./leak-
15 LEAK_DURING-NOT: DONE
16 LEAK_DURING-NOT: Done
19 RUN: %run %t-LeakTest -runs=0 %t-corpus
21 RUN: not %run %t-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_COR…
25 RUN: not %run %t-LeakTest -runs=100000000 %S/hi.txt 2>&1 | FileCheck %s --check-prefix=MULTI_RUN_LE…
26 MULTI_RUN_LEAK-NOT: pulse
29 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_AFTER
30 RUN: not %run %t-LeakTest -runs=100000 2>&1 | FileCheck %s --check-prefix=LEAK_DURI…
31 RUN: not %run %t-ThreadedLeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=L…
32 RUN: not %run %t-ThreadedLeakTest -runs=100000 2>&1 | FileCheck %s --check-prefix=L…
33 LEAK_AFTER: Done 100000 runs in
36 RUN: not %run %t-LeakTest -runs=100000 -max_len=1 2>&1 | FileCheck %s --check-prefix=MAX_LEN_1
37 MAX_LEN_1: Test unit written to ./leak-7cf184f4c67ad58283ecb19349720b0cae756829
39 RUN: not %run %t-LeakTimeoutTest -timeout=1 2>&1 | FileCheck %s --check-prefix=LEAK_TIMEOUT
41 LEAK_TIMEOUT-NOT: LeakSanitizer
44 RUN: %run %t-LeakTest -error_exitcode=0