Searched refs:testcase_path (Results 1 – 7 of 7) sorted by relevance
/external/oss-fuzz/infra/cifuzz/ |
D | fuzz_target_test.py | 77 self.testcase_path = '/testcase' 90 result = self.test_target.is_reproducible(self.testcase_path, 95 'TESTCASE=' + self.testcase_path, '-t', 106 self.fs.create_file(self.testcase_path) 116 self.test_target.is_reproducible(self.testcase_path, 125 self.test_target.is_reproducible(self.testcase_path, '/non-existent-path') 133 result = self.test_target.is_reproducible(self.testcase_path, 150 testcase_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 152 with open(testcase_path, 'rb') as test_fuzz_output: 186 self.testcase_path = '/testcase' [all …]
|
/external/pdfium/testing/tools/ |
D | fixup_pdf_template.py | 159 for testcase_path in args: 160 testcase_filename = os.path.basename(testcase_path) 162 output_dir = os.path.dirname(testcase_path) 166 insert_includes(testcase_path, intermediate_stream, set())
|
/external/oss-fuzz/infra/build/functions/ |
D | request_coverage_build_test.py | 68 testcase_path = os.path.join(os.path.dirname(__file__), 70 with open(testcase_path) as testcase_file:
|
D | request_build_test.py | 65 testcase_path = os.path.join(os.path.dirname(__file__), 67 with open(testcase_path) as testcase_file:
|
/external/oss-fuzz/infra/base-images/base-runner/ |
D | README.md | 21 docker run --rm -ti -v <b><i><testcase_path></i></b>:/testcase gcr.io/oss-fuzz/<b><i>$PROJECT… 28 … -v <b><i><testcase_path></i></b>:/testcase gcr.io/oss-fuzz/<b><i>$PROJECT_NAME</i></b> \
|
/external/oss-fuzz/docs/advanced-topics/ |
D | reproducing.md | 38 $ ./fuzz_target_binary <testcase_path> 93 $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_path> 117 $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_path>
|
/external/oss-fuzz/infra/ |
D | helper.py | 874 args.e, args.fuzzer_args, args.testcase_path) 883 testcase_path, argument 911 '%s:/testcase' % _get_absolute_path(testcase_path),
|