Home
last modified time | relevance | path

Searched refs:testcase_path (Results 1 – 7 of 7) sorted by relevance

/external/oss-fuzz/infra/cifuzz/
Dfuzz_target_test.py77 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/
Dfixup_pdf_template.py159 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/
Drequest_coverage_build_test.py68 testcase_path = os.path.join(os.path.dirname(__file__),
70 with open(testcase_path) as testcase_file:
Drequest_build_test.py65 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/
DREADME.md21 docker run --rm -ti -v <b><i>&lt;testcase_path&gt;</i></b>:/testcase gcr.io/oss-fuzz/<b><i>$PROJECT…
28 … -v <b><i>&lt;testcase_path&gt;</i></b>:/testcase gcr.io/oss-fuzz/<b><i>$PROJECT_NAME</i></b> \
/external/oss-fuzz/docs/advanced-topics/
Dreproducing.md38 $ ./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/
Dhelper.py874 args.e, args.fuzzer_args, args.testcase_path)
883 testcase_path, argument
911 '%s:/testcase' % _get_absolute_path(testcase_path),