move fuzzing stuff to dedicated repository

This commit is contained in:
mhoffm
2021-09-19 12:21:37 +02:00
committed by Michael Hoffmann
parent c0513ba689
commit b048a42c6d
1094 changed files with 6 additions and 10517 deletions

View File

@@ -28,7 +28,7 @@ Total parses: 1892; successful parses: 1892; failed parses: 0; success percentag
## Fuzzing
The directory `fuzz/crashers` contains a set of crashes that were found with fuzzing.
See the [fuzzing repo for this parser](https://github.com/MichaHoffmann/tree-sitter-hcl-fuzz)
## Todo
@@ -39,10 +39,6 @@ The directory `fuzz/crashers` contains a set of crashes that were found with fuz
* [ ] add template if expressions
* [x] add quoted templates
* [x] add heredoc templates
* [ ] fuzzing
* [x] start with fuzzing the parser
* [x] upload fuzzing instrumentation
* [ ] document fuzzing process
* [ ] quality
* [x] add CI job that ensures the parser builds on different plattforms
* [ ] add CI job that parses crashers that were found during fuzzing