aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/utils.py
Commit message (Collapse)AuthorAge
* match behavior of removeprefixGravatar Jonathan Metzman2021-01-20
|
* Fix bug where region count was used to determine if file was coveredGravatar Jonathan Metzman2021-01-20
| | | | | | instead of region coverage. Add a test for this. Add a remove_prefix util function.
* fmt/lntGravatar Jonathan Metzman2021-01-20
|
* Refactor coverage and move to own moduleGravatar Jonathan Metzman2021-01-20
|
* Use print for printing stacktrace instead of using log. (#4799)Gravatar jonathanmetzman2020-12-08
| | | | | | Use print for printing stacktrace instead of using log. This makes stacktrace more legible. Fixes https://github.com/google/oss-fuzz/issues/4649
* Revert "Use print for printing stacktrace instead of using log."Gravatar Jonathan Metzman2020-12-07
| | | | | | This reverts commit ecffb3f662086420d829a060bef6e11b95c586b8. Commit should not have been committed to master.
* Use print for printing stacktrace instead of using log.Gravatar Jonathan Metzman2020-12-07
| | | | | | This makes stacktrace more legible. Fixes https://github.com/google/oss-fuzz/issues/4649
* utils: ignore subprocess-run-check (#4102)Gravatar Evgeny Vereshchagin2020-07-09
| | | | | "check" is omitted intentionally there. A follow-up to https://github.com/google/oss-fuzz/pull/4101
* CIFuzz: switch to systemd-detect-virt to detect docker (#4101)Gravatar Evgeny Vereshchagin2020-07-09
| | | Closes https://github.com/google/oss-fuzz/issues/4093
* Add a better check for crash during bisection. (#3758)Gravatar Oliver Chang2020-05-04
|
* Remove walk from utils.py (#3561)Gravatar Leo Neat2020-04-01
| | | Removing useless os.walk from utils.py.
* OSSFUZZ to OSS_FUZZ (#3535)Gravatar Leo Neat2020-03-24
| | | Changing the helper variable OSSFUZZ_DIR name to OSS_FUZZ_DIR as per request in #3516.
* [Infra] Update execute function in utils.py (#3319)Gravatar Leo Neat2020-02-04
|
* Moving execute to utils.py (#3313)Gravatar Leo Neat2020-01-31
|
* [Infra] CIFuzz pipeline complete. (#3281)Gravatar Leo Neat2020-01-29
* Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Testing action build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working build * Working fuzzers with out error surface * Working fuzzers with out error surface * Working fuzzers with out error surface * Printing std err * Adding fuzzer timeout * Adding fuzzer timeout * Changing fuzzer timeout to fuzz time * Formatting and refactoring * Spelling in fuzz_target.py * Spelling in fuzz_target.py * Spelling in fuzz_target.py * Upload artifact fix * Upload artifact fix * Upload artifact fix * Upload artifact fix * Upload artifact fix * Upload artifact fix * Upload artifact fix * Refactoring error codes. * reverting helper.py * reverting helper.py * reverting helper.py * chaning method to static * moving cifuzz file * Jonathan changes * Oliver and Jonathan comments * Oliver and Jonathan comments * Oliver and Jonathan comments * Utils unit tests * Test formatting and documentation * Build fuzzer test added * Changed repo manager errors * Unit and integration tests complete * Jonathan comments pt.1 * Jonathan comments pt.1 * Jonathan comments pt.1 * adding cifuzz_test * Build fuzzer test completed * Run fuzzers test finished. * Removed SRC dependency * Jonathan comments pt.2 * Max comments pt.1 * Max comments pt.2 * removing log specified out stream * Max comments pt.3 * Adding OSS_FUZZ_HOME env var * Jonathan comments pt.3 * Formatting * Olivers comments * Jonathan comments