projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbcc9f0
)
[libFuzzer] simplify a test to make it pass on the bot
author
Kostya Serebryany
<kcc@google.com>
Fri, 26 Aug 2016 00:18:16 +0000
(
00:18
+0000)
committer
Kostya Serebryany
<kcc@google.com>
Fri, 26 Aug 2016 00:18:16 +0000
(
00:18
+0000)
llvm-svn: 279796
llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test
patch
|
blob
|
history
diff --git
a/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test
b/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test
index
bcc1c4d
..
a1ef2b7
100644
(file)
--- a/
llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test
+++ b/
llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test
@@
-1,7
+1,7
@@
RUN: LLVMFuzzer-SimpleTest -print_pcs=1 2>&1 | FileCheck %s --check-prefix=PCS
PCS-NOT: NEW_PC
PCS:INITED
-PCS:NEW_PC: {{0x[a-f0-9]+}}
in LLVMFuzzerTestOneInput {{.*}}SimpleTest.cpp
+PCS:NEW_PC: {{0x[a-f0-9]+}}
PCS:NEW
PCS:BINGO