oss-fuzz/infra/cifuzz
jonathanmetzman 01247be731
[infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198)
Also rename mock_ functions to have impl suffix so we can use mock_ in place of mocked_
2021-08-12 11:25:57 -07:00
..
actions [CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167) 2021-08-04 16:13:51 -07:00
cifuzz-base [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
external-actions [CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167) 2021-08-04 16:13:51 -07:00
filestore [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
test_data [CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167) 2021-08-04 16:13:51 -07:00
third_party/github_actions_toolkit [cifuzz][NFC] Use f-strings instead of format function (#6095) 2021-07-22 09:22:29 -07:00
affected_fuzz_targets.py [CIFuzz][NFC] Fix some comments. (#6130) 2021-07-28 07:25:59 -07:00
affected_fuzz_targets_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
base_runner_utils.py [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
build_fuzzers.py [cifuzz][nfc] Switch log info to log error (#6178) 2021-08-06 10:34:20 -07:00
build_fuzzers_entrypoint.py [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
build_fuzzers_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
cifuzz_combined_entrypoint.py Add CIFuzz external entrypoint for cifuzz base (#5906) 2021-06-30 17:19:03 -07:00
cifuzz_end_to_end_test.py [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
clusterfuzz_deployment.py [cifuzz] Add pruning task (#6188) 2021-08-10 11:10:10 -07:00
clusterfuzz_deployment_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
config_utils.py [cifuzz] Add pruning task (#6188) 2021-08-10 11:10:10 -07:00
config_utils_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
continuous_integration.py [CIFuzz] Don't overwrite the repo in external builds. (#6131) 2021-07-29 06:28:09 -07:00
continuous_integration_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
docker.py [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
docker_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
environment.py [CIFuzz][NFC] Replace format strings with f-strings. (#5933) 2021-06-17 11:26:42 -07:00
example_main.yml cifuzz: upload artifacts only when the "run fuzzers" step fails (#3733) 2020-04-30 09:40:39 -07:00
filestore_utils.py Add a Git backed filestore. (#6088) 2021-07-27 10:46:20 +10:00
filestore_utils_test.py [CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167) 2021-08-04 16:13:51 -07:00
fuzz_target.py [cifuzz] Add pruning task (#6188) 2021-08-10 11:10:10 -07:00
fuzz_target_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
generate_coverage_report.py [cifuzz] Add pruning task (#6188) 2021-08-10 11:10:10 -07:00
generate_coverage_report_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
get_coverage.py [cifuzz] Implement get_files_covered_by_target for external users (#6132) 2021-07-29 06:35:01 -07:00
get_coverage_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
http_utils.py [CIFuzz][ClusterFuzzLite] Prepare to support coverage reports for external users (#6074) 2021-07-20 10:04:57 -07:00
http_utils_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
requirements.txt [CIFuzz] Refactor HTTP code and use a newer python. (#5842) 2021-06-14 09:26:04 -07:00
run_cifuzz.py [CIFuzz] Force external to use .clusterfuzzlite for build integrations. (#6167) 2021-08-04 16:13:51 -07:00
run_fuzzers.py [cifuzz] Add pruning task (#6188) 2021-08-10 11:10:10 -07:00
run_fuzzers_entrypoint.py [cifuzz] Create validate method on BaseConfig (#6135) 2021-08-02 12:37:37 -07:00
run_fuzzers_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
stack_parser.py [CIFuzz] Fix handling of sanitizer artifacts (#5182) 2021-02-18 09:57:34 -08:00
stack_parser_test.py [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -07:00
test_helpers.py [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
workspace_utils.py [cifuzz] Add pruning task (#6188) 2021-08-10 11:10:10 -07:00