commit | 2cd72332724c1b1a4eca9edbc85a5f46cc60567a | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Mon Aug 03 20:45:25 2020 -0400 |
committer | GitHub <noreply@github.com> | Mon Aug 03 20:45:25 2020 -0400 |
tree | 5ec6ab2b414712f69e81fa5d355f89f7ad587ad2 | |
parent | a9c9e949454de134d3241593c6785762bf948197 [diff] |
Fuzzing dictionary validation python script (#46) Fuzzing dictionary validation python script and its unit test Example usage: python validate_dict.py --dict_list=a.dict,b.dict --output_file=merged.dict The code models https://github.com/llvm/llvm-project/blob/6c67ee0f58323fe39db84635ef8cea629c2214b4/compiler-rt/lib/fuzzer/FuzzerUtil.cpp#L81 Signed-off-by: tengpeng <tengpeng.li2020@gmail.com> new file: dict_validation.py new file: dict_validation_test.py new file: validate_dict.py modified: fuzzing/tools/BUILD
This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.
This is not an officially supported Google product.