Commit Graph

5 Commits

Author SHA1 Message Date
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
Abhishek Arya e6f4bc5b5a Enable msan on some projects, disable experiment on others. (#590) 2017-05-10 09:05:25 -07:00
Abhishek Arya 3baa34c81f Enable MSan experimental on some projects. (#570) 2017-05-05 10:33:12 -07:00
Robert Obryk 900b69d870 Guetzli: enable UBSAN, add Zoltan to auto_ccs. (#490)
All spotted implementation-specific/undefined behaviour has been fixed:
google/guetzli#142, google/guetzli#144, google/guetzli#154.
2017-03-30 08:25:41 -07:00
Robert Obryk f0b42c3d7b Add a new project: Guetzli. (#480)
The undefined fuzzer is disabled for now, because we have one piece of
undefined behaviour that gets nearly always hit.

I've ran the fuzzer for ~tens of minutes, and had no issues reported.
2017-03-28 20:41:07 -07:00