[fuzzer] Rename fuzzing dictionaries for `oss-fuzz` (#6318)
authorVladimir Glavnyy <31897320+vglavnyy@users.noreply.github.com>
Thu, 10 Dec 2020 22:02:01 +0000 (05:02 +0700)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 22:02:01 +0000 (14:02 -0800)
commit92a806b4e80bfc8405b5fed9a4116541096a10bc
treeb1e67528677682fe99cd8cca01d8a4165814c29d
parent9c9baf6d5822a33aefd3eb32d7914b155295e312
[fuzzer] Rename fuzzing dictionaries for `oss-fuzz` (#6318)

This commit makes the names of fuzzing dictionaries the same as the target binary names.
Also it explicitly limits size of test inputs to prevent failures in `regex` and fuzzing time-outs.
tests/fuzzer/CMakeLists.txt
tests/fuzzer/flatbuffers_monster_fuzzer.cc
tests/fuzzer/flatbuffers_parser_fuzzer.cc
tests/fuzzer/flatbuffers_scalar_fuzzer.cc
tests/fuzzer/monster_fuzzer.dict [moved from tests/fuzzer/monster_json.dict with 100% similarity]
tests/fuzzer/parser_fuzzer.dict [moved from tests/fuzzer/parser_fbs.dict with 100% similarity]
tests/fuzzer/scalar_fuzzer.dict [moved from tests/fuzzer/scalar_json.dict with 79% similarity]