aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/helper.py
Commit message (Expand)AuthorAge
* [infra] Enabling DataFlow build configuration (#1632). (#2292)Gravatar Max Moroz2019-04-09
* infra: add a command for downloading all corpora for a project from GCS (#2010)Gravatar Evgeny Vereshchagin2018-12-11
* [infra] Clarify "run_fuzzer" and "shell" commands and remove "profile". (#1939)Gravatar Max Moroz2018-11-09
* [infra]: place the findings of fuzzers run with `helper.py run_fuzzer` in $OU...Gravatar Evgeny Vereshchagin2018-11-08
* [infra] Remove sancov and rename "profile" to "coverage". (#1839)Gravatar Max Moroz2018-10-01
* [infra] profile command: do not fail hard if some fuzz targets have no corpus...Gravatar Max Moroz2018-08-16
* [infra] Follow-up for the incorrect extraction of WORKDIR from a Dockerfile (...Gravatar Max Moroz2018-08-09
* [infra] Prevent mounting local checkout to $SRC + clean up Dockerfiles (#1699...Gravatar Max Moroz2018-08-09
* [infra] Support extra arguments for llvm-cov + update the binaries. (#1629)Gravatar Max Moroz2018-07-19
* helper: Better support for building from local source (#1589). (#1595)Gravatar Oliver Chang2018-07-04
* Revert "Add support for running perffuzz in infra/helper.py (#1540)" (#1578)Gravatar Abhishek Arya2018-06-28
* Add support for running perffuzz in infra/helper.py (#1540)Gravatar Abhishek Arya2018-06-19
* [infra] helper.py: support "profile" command for a single fuzz target with ar...Gravatar Max Moroz2018-06-18
* [infra] helper.py: rewrite conditional to be more readable and idiomatic (#1534)Gravatar Alex Gaynor2018-06-18
* [infra] helper.py profile: do not append project name prefix to fuzz target n...Gravatar Max Moroz2018-06-18
* [infra] profile: do not run fuzz targets if corpus downloading has failed.Gravatar Max Moroz2018-06-18
* [infra] Fix helper.py as per feedback from @evverx + fix issues from #1519. (...Gravatar Max Moroz2018-06-15
* Refs #799 -- use python to listdir instead of shelling out to find (#1519)Gravatar Alex Gaynor2018-06-15
* [infra] Enable clange code coverage reports generation for local runs. (#1494)Gravatar Max Moroz2018-06-14
* Some small cleanups for helper.py + a py3k fix (#1513)Gravatar Alex Gaynor2018-06-13
* Don't allow project names longer than 26 characters. (#1507)Gravatar Abhishek Arya2018-06-12
* Add MSAn instrumented libraries steps to build_fuzzers (#1419). (#1482)Gravatar Oliver Chang2018-06-05
* [infra] Bring 'profile' configuration back to helper.py for testing coverage.Gravatar Max Moroz2018-05-23
* Remove prompts in build_fuzzers, keep no clean as default. (#1403)Gravatar Abhishek Arya2018-05-08
* Clean artifacts in /out as part of build_fuzzers (#1384) (#1389)Gravatar Abhishek Arya2018-04-30
* Add check_build command to infra/helper.py (Fix #1356) (#1379)Gravatar Abhishek Arya2018-04-29
* Allow passing environment variables to reproducer (#1312)Gravatar fenner2018-04-11
* helper: use return code from docker run for reproduce, run_fuzzer.Gravatar Oliver Chang2018-03-16
* Revert "infra/helper: persist /root directory via bind mount." (#1133)Gravatar htuch2018-02-02
* infra/helper: persist /root directory via bind mount. (#1125)Gravatar htuch2018-02-01
* coverage: docs and infra/helper.py fix. (#1126)Gravatar htuch2018-01-30
* [infra] Allow passing environment variables to run_fuzzer (#1075)Gravatar Jonathan Rudenberg2018-01-15
* [infra] Increase copyright year in the templates automatically.Gravatar Max Moroz2018-01-12
* Revert of "[infra] Reland profile configuration needed for new code coverage.".Gravatar Max Moroz2017-12-28
* [infra] Reland profile configuration needed for new code coverage. (#1050)Gravatar Max Moroz2017-12-28
* Update helper.pyGravatar Oliver Chang2017-12-08
* Add priliminary support for "engine-less" builds.Gravatar Oliver Chang2017-10-31
* [infra] Temporarily disable sanitizer=profile build configuration.Gravatar Max Moroz2017-10-20
* Add script for testing sandbox.Gravatar Oliver Chang2017-10-16
* [infra] Add another coverage build using Clang Source-based Code Coverage. (#...Gravatar Max Moroz2017-08-31
* [infra] helper: don't set BUILD_UID.Gravatar Oliver Chang2017-07-17
* Support honggfuzz as a FUZZING_ENGINE (#636)Gravatar robertswiecki2017-06-01
* [infra] Make coverage run with dict and options.Gravatar Oliver Chang2017-05-31
* [helper] Add a check for valid project name when generating files.Gravatar Oliver Chang2017-05-12
* Add valgrind support in reproduce command (#596)Gravatar Abhishek Arya2017-05-10
* [helper] Add a prompt to build_image command for pulling base images. (#595)Gravatar Oliver Chang2017-05-10
* Add --pull argument to build_image.Gravatar Oliver Chang2017-05-09
* Added environment and sanitizer flag support to shell command (#519)Gravatar Alex Gaynor2017-04-05
* fix param name (#516)Gravatar David Tardon2017-04-05
* [infra] Remove --no-pull-base-images.Gravatar Oliver Chang2017-03-30