Searched refs:run_label (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/testing/tools/ |
D | safetynet_compare.py | 31 def RunSingleTestCaseParallel(this, run_label, build_dir, test_case): argument 32 result = this.RunSingleTestCase(run_label, build_dir, test_case) 292 def _ProfileSeparateRepo(self, run_label, relative_build_dir, branch): argument 306 build_dir = self._CreateTempRepo('repo_%s' % run_label, relative_build_dir, 310 return self._MeasureCurrentBranch(run_label, build_dir) 396 def _MeasureCurrentBranch(self, run_label, build_dir): argument 399 results = self._RunAsync(run_label, build_dir) 401 results = self._RunSync(run_label, build_dir) 406 def _RunSync(self, run_label, build_dir): argument 421 result = self.RunSingleTestCase(run_label, build_dir, test_case) [all …]
|