Commit Graph

8 Commits

Author SHA1 Message Date
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -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
Evan Miller 7f94b5cf61 [readstat] Add dictionary files and update corpus location (#2498)
* Add fuzzing dictionaries for new ReadStat targets

They still need proper input corpuses, but this is a start.

* [readstat] Accommodate new file layout

corpus => fuzz/corpus

Dictionary files now included in source tree
2019-06-10 14:36:45 -07:00
Evan Miller bf8820fde8 [ReadStat] Enable more fuzzers (#2472)
These additional fuzzers all pass the existing check_build heuristics.

In the future, they would probably benefit from an input grammar file or corpus.
2019-05-29 08:32:24 -07:00
Evan Miller 65c064ed0e ReadStat now requires gettext (#2154)
Add gettext to the list of installed packages. Fixes #13012
2019-02-09 07:12:23 -08:00
Evan Miller d517d05ea0 Add fuzzing targets for ReadStat (#2093)
* Add ReadStat project

* Add fuzzing targets for new project ReadStat

Adding fuzzers for six file formats supported by ReadStat. A corpus
is generated in each case from example data in the test suite.

Tested locally on Linux, which check_build passing in all six cases.
2019-01-18 12:06:53 -08:00
Evan Miller e315e8c0ca [readstat] Add ReadStat project (#2088) 2019-01-15 13:37:03 -08:00