Commit Graph

7 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
jonathanmetzman ebd914fb80
Enable i386 fuzzing on 18 projects (#2748)
Maintainers who own these projects: If you don't want i386 fuzzing, feel free to disable.
I figured i386 fuzzing is generally desirable since it can find more bugs but most projects won't switch because of inertia.
2019-08-22 11:44:03 -04:00
Abhishek Arya 56329c9402
Add jsonnet developer to auto_cc list (#2598) 2019-07-13 14:38:21 -07:00
Abhishek Arya 59be14786b
Revert "Remove unmaintained jsonnet." (#2597)
* Revert "Remove unmaintained jsonnet. (#2595)"

This reverts commit ded820b3d8.

* Update project.yaml
2019-07-12 19:39:18 -07:00
Abhishek Arya ded820b3d8
Remove unmaintained jsonnet. (#2595) 2019-07-12 16:25:43 -07:00
jonathanmetzman 7553ee876d
Migrate projects with trouble with exceptions to $LIB_FUZZING_ENGINE (#2359)
Migrate projects that broke libFuzzer with exceptions to $LIB_FUZZING_ENGINE.
Replace uses of -lFuzzingEngine with `$LIB_FUZZING_ENGINE`
2019-04-30 16:48:34 -04:00
Wei Wang 9d0ab6e60e [jsonnet] Integrate jsonnet and add a fuzzer (#2045)
* Add jsonnet

* Update build.sh

* Update build.sh

* Update build file

* Update build.sh

* Update build.sh

* Made it workgit status

* Add more sanitizer configs

* Minor update

* Remove emacs
2018-12-27 08:33:44 -08:00