Commit Graph

7 Commits

Author SHA1 Message Date
Oliver Chang a8263735f5
Add a blackbox field to project.yaml (#4405)
This is needed for CF to determine whether or not to allocate the
project on a higher end bot to run the blackbox fuzzer.

Previously this was keyed on the "none" entry under fuzzing_engines,
which wasn't very descriptive. This change also lets us do both blackbox
and greybox fuzzing in the same project, which will be done for quickjs.
2020-09-03 11:08:09 +10:00
jonathanmetzman a6abdaa5ac
[graphicsfuzz-spirv] Disable project. (#4373)
It's broken now because ClusterFuzz's blackbox fuzzer model can't
support it.
2020-08-25 18:22:11 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
jonathanmetzman f6131a0cca
Reenable GraphicsFuzz (#3140)
Also revert "Improve support for GraphicsFuzz (#3129)"

This reverts commit f98bd5289a.
2019-12-16 19:39:36 -08:00
Alastair Donaldson f98bd5289a Improve support for GraphicsFuzz (#3129)
The Dockerfile and build script for graphicsfuzz-spirv now checks out
and builds GraphicsFuzz, and downloads OpenJDK so that the
GraphicsFuzz Java classes can be executed during fuzzing.
2019-12-15 10:47:53 -08:00
jonathanmetzman c3c5602ab4
disable GraphicsFuzz project (#2819) 2019-09-19 17:01:16 -07:00
jonathanmetzman 62c65ca878
Add SPIRV projects for blackbox fuzzing with GraphicsFuzz (#2812) 2019-09-06 13:49:09 -07:00