aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
Commit message (Expand)AuthorAge
...
* [infra] Code Coverage: use -close_fd_mask=3 to speed up noisy fuzz targets.Gravatar Max Moroz2018-08-31
* [infra] Code Coverage: copy /usr/include headers and upload logs to GCS (foll...Gravatar Max Moroz2018-08-27
* [infra] use -src-root-dir=/ and fail hard on errors (follow-up #1547). (#1746)Gravatar Max Moroz2018-08-23
* [infra] Suppress errors from $COPY_SOURCES_CMD (follow-up #1741, #1547).Gravatar Max Moroz2018-08-22
* [infra] Use coverage utils from Chromium and other fixes (follow-up #1547). (...Gravatar Max Moroz2018-08-21
* [infra] Bring -ldl flag back and suppress warning messages (follow-up #1547).Gravatar Max Moroz2018-08-20
* [infra] Coverage: handle shared libraries via coverage_helper script. (#1727)Gravatar Max Moroz2018-08-17
* [infra] Coverage: export stats for individual fuzzers (to be uploaded in #154...Gravatar Max Moroz2018-08-16
* [infra] Add UBSAN_OPTIONS=\"silence_unsigned_overflow=1\" to base-builder ima...Gravatar Max Moroz2018-08-15
* [infra] Add script for downloading a batch of corpus backups (for #1547). (#1...Gravatar Max Moroz2018-08-15
* [infra] Bump LLVM revision to r338452. (#1708)Gravatar Max Moroz2018-08-13
* [infra] Update coverage script to support sources white listing. (#1707)Gravatar Max Moroz2018-08-12
* [infra] Coverage: always exclude libFuzzer source from the report. (#1697)Gravatar Max Moroz2018-08-09
* [infra] Re-enable UIO for UBSan in a non-faulting mode (#910). (#1690)Gravatar Max Moroz2018-08-07
* [infra] skip the rest of check_instrumentation if grep hasn't found anything ...Gravatar Evgeny Vereshchagin2018-08-04
* [infra] Add retry wrapper to LLVM checkout commands. (#1668)Gravatar Max Moroz2018-07-27
* [infra] Export coverage data in JSON format for picking up by CF. (#1665)Gravatar Max Moroz2018-07-27
* Move targets_list to base-runner.Gravatar Oliver Chang2018-07-27
* Generate and upload targets list during build. (#1660)Gravatar Oliver Chang2018-07-27
* [infra] Do not force our LLVM revision. (#1653)Gravatar Max Moroz2018-07-26
* [infra] Add an option to disable serving coverage report over HTTP (needed fo...Gravatar Max Moroz2018-07-20
* [infra] Support extra arguments for llvm-cov + update the binaries. (#1629)Gravatar Max Moroz2018-07-19
* Add libcap2 to base-runner image.Gravatar Oliver Chang2018-07-09
* Fix #1591Gravatar Abhishek Arya2018-07-03
* Don't check for LLVMFuzzerTestOneInput when there is no fuzzing engine. (#1579)Gravatar Abhishek Arya2018-06-28
* Revert "Add support for running perffuzz in infra/helper.py (#1540)" (#1578)Gravatar Abhishek Arya2018-06-28
* Revert #1560Gravatar Abhishek Arya2018-06-27
* Revert "[infra] Compile fuzzing engine without SANITIZER_FLAGS unless MSan is...Gravatar Abhishek Arya2018-06-26
* Fix check for LLVMFuzzerTestOneInput (#1572)Gravatar jonathanmetzman2018-06-26
* Remove test_report since it isn't usable from anywhere (#1569)Gravatar jonathanmetzman2018-06-25
* Fix bad build check. (#1568)Gravatar jonathanmetzman2018-06-25
* Fix #1560Gravatar Abhishek Arya2018-06-25
* Downgrade clang (#1560)Gravatar Oliver Chang2018-06-25
* [infra] Set UBSAN_CALLS_THRESHOLD_FOR_NON_UBSAN_BUILD back to 200 + add an ex...Gravatar Max Moroz2018-06-20
* [infra] Fix bad build check for UBSan since we compile engines without saniti...Gravatar Max Moroz2018-06-20
* 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] Compile fuzzing engine without SANITIZER_FLAGS unless MSan is used. (...Gravatar Max Moroz2018-06-18
* [infra] Fix helper.py as per feedback from @evverx + fix issues from #1519. (...Gravatar Max Moroz2018-06-15
* [infra] Enable clange code coverage reports generation for local runs. (#1494)Gravatar Max Moroz2018-06-14
* Add MSAn instrumented libraries steps to build_fuzzers (#1419). (#1482)Gravatar Oliver Chang2018-06-05
* [infra] Bump LLVM revision to r333631 (fixes #1475).Gravatar Max Moroz2018-06-01
* [infra] Bump LLVM revision to r333416 (fixes #1469, #1279).Gravatar Max Moroz2018-05-31
* Fix typo in bad_build_check (#1432)Gravatar Abhishek Arya2018-05-20
* Use "jobs -rp" instead of "jobs -p" to avoid infinite loop. (#1411)Gravatar jonathanmetzman2018-05-10
* Install fonts-dejavu on base-runner (#1392)Gravatar jonathanmetzman2018-05-02
* Match AFL startup crash condition with ClusterFuzzGravatar Abhishek Arya2018-04-30
* [AFL] Improve builds of AFL package. (#1386)Gravatar jonathanmetzman2018-04-30
* Bash (#1382)Gravatar Robin Richtsfeld2018-04-30
* Add AFL bad build checks (instrumentation, startup crash). (#1381)Gravatar Abhishek Arya2018-04-30