forked from OSchip/llvm-project
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
RUN: not LLVMFuzzer-LeakTest -runs=10 2>&1 | FileCheck %s --check-prefix=LEAK
|
|
LEAK: ERROR: LeakSanitizer: detected memory leaks
|
|
LEAK-NOT: DEATH:
|
|
|
|
RUN: not LLVMFuzzer-LeakTimeoutTest -timeout=1 2>&1 | FileCheck %s --check-prefix=LEAK_TIMEOUT
|
|
LEAK_TIMEOUT: ERROR: libFuzzer: timeout after
|
|
LEAK_TIMEOUT-NOT: LeakSanitizer
|
|
|
|
|