aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/helper.py
Commit message (Expand)AuthorAge
* Add check_build for Honggfuzz targets, enable in travis. (#3596)Gravatar Abhishek Arya2020-04-08
* OSSFUZZ to OSS_FUZZ (#3535)Gravatar Leo Neat2020-03-24
* [infra] helper: Add possibility to pass source directory to gdb/shell command...Gravatar Jakub Jelen2020-03-10
* [infra] helper: fix regression introducing attribute error when reproducing c...Gravatar jonathanmetzman2020-01-16
* [infra] Make helper.py presubmit-clean (#3237)Gravatar jonathanmetzman2020-01-15
* [infra] Scripts for building fuzzers with CIFuzz (#3207)Gravatar Leo Neat2020-01-15
* [infra] Fix env variable in the helper.py repoduce command (#3230)Gravatar Leo Neat2020-01-14
* Reland Make bad_build_check more likely to catch hardcoding /out (#3180) (#3205)Gravatar jonathanmetzman2020-01-08
* Revert "Make bad_build_check more likely to catch hardcoding /out (#3180)" (#...Gravatar jonathanmetzman2020-01-07
* [infra] Fixing bisection to work with more OSS-Fuzz projects (#3152)Gravatar Leo Neat2020-01-06
* Make bad_build_check more likely to catch hardcoding /out (#3180)Gravatar jonathanmetzman2020-01-06
* [infra] Add support for Bisecting Git Commits Introducing Crashes(#3119)Gravatar Leo Neat2019-12-16
* Remove trailing whitespace (#3135)Gravatar jonathanmetzman2019-12-16
* [infra] Add functionality to check out a specific commit for a project (#3092)Gravatar Leo Neat2019-12-12
* Revert "Use "x86" instead of "i386" for better name recognition. (#2685)" (#2...Gravatar jonathanmetzman2019-08-12
* Use "x86" instead of "i386" for better name recognition. (#2685)Gravatar jonathanmetzman2019-08-12
* [infra] Add support for dataflow builds to the helper script and build check ...Gravatar Max Moroz2019-06-12
* infra: skip files whose names start with afl while looking for fuzz targets (...Gravatar Evgeny Vereshchagin2019-05-24
* [i386] Improve linking and bad build check (#2410)Gravatar jonathanmetzman2019-05-14
* Add initial support for i386 builds (#2347)Gravatar jonathanmetzman2019-05-13
* use immutable default arguments (#2341)Gravatar jonathanmetzman2019-04-22
* Prevent misuse of check_build (#2340)Gravatar jonathanmetzman2019-04-22
* [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