Fix corpus directories for http fuzzers

pull/8577/head
Craig Tiller 8 years ago
parent 1c55919ece
commit bb6061b3e6
  1. 4
      build.yaml
  2. 2
      tools/fuzzer/runners/http_request_fuzzer_test.sh
  3. 2
      tools/fuzzer/runners/http_response_fuzzer_test.sh
  4. 3951
      tools/run_tests/tests.json

@ -2115,7 +2115,7 @@ targets:
- gpr_test_util
- gpr
corpus_dirs:
- test/core/http/corpus
- test/core/http/request_corpus
maxlen: 2048
- name: http_response_fuzzer_test
build: fuzzer
@ -2128,7 +2128,7 @@ targets:
- gpr_test_util
- gpr
corpus_dirs:
- test/core/http/corpus
- test/core/http/response_corpus
maxlen: 2048
- name: httpcli_format_request_test
build: test

@ -42,4 +42,4 @@ then
flags="-use_traces=1 $flags"
fi
bins/$config/http_request_fuzzer_test $flags fuzzer_output test/core/http/corpus
bins/$config/http_request_fuzzer_test $flags fuzzer_output test/core/http/request_corpus

@ -42,4 +42,4 @@ then
flags="-use_traces=1 $flags"
fi
bins/$config/http_response_fuzzer_test $flags fuzzer_output test/core/http/corpus
bins/$config/http_response_fuzzer_test $flags fuzzer_output test/core/http/response_corpus

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save