Lines Matching refs:testcase_path
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'
187 self.fs.create_file(self.testcase_path, contents='')
196 self.assertTrue(self.test_target.is_crash_reportable(self.testcase_path))
222 self.test_target.is_crash_reportable(self.testcase_path))
243 self.testcase_path))
244 mocked_is_reproducible.assert_any_call(self.testcase_path,