Commit Graph

8 Commits

Author SHA1 Message Date
Robert Löhning 87df2b147a [qt] Add bash function for building fuzz targets (#3261)
* [qt] Add bash function for building fuzz targets

* Fix assignments

* Fix building corpus

* Fix reading of optional parameters

* Move module to separate parameter
2020-01-21 09:26:25 -08:00
Robert Löhning 8ded82c81e [qt] Add fuzz target for QTextDocument::setHtml (#3245) 2020-01-16 15:07:24 -08:00
Robert Löhning a69a542680 [qt] Build widgets and add fuzz target for QTextLayout::beginLayout() (#3244) 2020-01-16 10:31:44 -08:00
Robert Löhning 61220d2a3b Qt: Build fuzz target for QTextDocument::setMarkdown (#3241) 2020-01-16 04:27:29 -08:00
Robert Löhning 383f8ecefa [qt] Test on branch 5.15 instead of dev (#3232)
- dev will change the build system to cmake. When I stay on 5.15,
  I can choose when to port the fuzzing.

- Submodules are currently outdated in dev. On 5.15, changes in
  stable branch will be tested earlier and additions for fuzzing
  can be used earlier.
2020-01-14 13:10:10 -08:00
Robert Löhning 25477f9036 Link statically (#3188) 2020-01-06 07:41:33 -08:00
Robert Löhning eb8dc35664 Use dictionary from AFL for XML (#3187) 2020-01-06 07:40:44 -08:00
Robert Löhning 04ea24ee15 Add the first fuzz target for Qt (#3171) 2020-01-02 07:44:45 -08:00