We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71cda2 commit 3023f05Copy full SHA for 3023f05
compiler-rt/test/fuzzer/fuzzer-leak.test
@@ -7,7 +7,7 @@ RUN: %cpp_compiler %S/LeakTimeoutTest.cpp -o %t-LeakTimeoutTest
7
RUN: rm -rf %t-corpus && mkdir -p %t-corpus
8
RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=1 %t-corpus 2>&1 | FileCheck %s --check-prefix=LEAK_DURING
9
LEAK_DURING: ERROR: LeakSanitizer: detected memory leaks
10
-LEAK_DURING: Direct leak of 4 byte(s) in 1 object(s) allocated from:
+LEAK_DURING: Direct leak of {{.*}} byte(s) in {{.*}} object(s) allocated from:
11
LEAK_DURING: INFO: to ignore leaks on libFuzzer side use -detect_leaks=0
12
LEAK_DURING: Test unit written to ./leak-
13
LEAK_DURING-NOT: DONE
0 commit comments