aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-18 14:59:19 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-18 14:59:19 -0700
commit573457bfd966f3d83f99ef9993cca03c3d592384 (patch)
tree3a4b14ecbf7990d58127ddde7eebacf55c926e78 /build.yaml
parentfaaeab0869c56dca57e371910478c11bee19f027 (diff)
parent134a6b6ffda49e05643fb736d6914f4b10aa07d8 (diff)
Merge pull request #6203 from ctiller/dictionary
Add a dictionary for fuzzing
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index b096576b44..a9a9e6ac9f 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1187,6 +1187,7 @@ targets:
- gpr
corpus_dirs:
- test/core/end2end/fuzzers/client_fuzzer_corpus
+ dict: test/core/end2end/fuzzers/hpack.dictionary
maxlen: 2048
- name: compression_test
build: test
@@ -1676,6 +1677,7 @@ targets:
- gpr
corpus_dirs:
- test/core/transport/chttp2/hpack_parser_corpus
+ dict: test/core/end2end/fuzzers/hpack.dictionary
maxlen: 512
- name: hpack_parser_test
build: test
@@ -2027,6 +2029,7 @@ targets:
- gpr
corpus_dirs:
- test/core/end2end/fuzzers/server_fuzzer_corpus
+ dict: test/core/end2end/fuzzers/hpack.dictionary
maxlen: 2048
- name: server_test
build: test