Home
last modified time | relevance | path

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

/external/pdfium/testing/tools/
Dsafetynet_compare.py30 def RunSingleTestCaseParallel(this, run_label, build_dir, test_case): argument
31 result = this.RunSingleTestCase(run_label, build_dir, test_case)
291 def _ProfileSeparateRepo(self, run_label, relative_build_dir, branch): argument
305 build_dir = self._CreateTempRepo('repo_%s' % run_label, relative_build_dir,
309 return self._MeasureCurrentBranch(run_label, build_dir)
395 def _MeasureCurrentBranch(self, run_label, build_dir): argument
398 results = self._RunAsync(run_label, build_dir)
400 results = self._RunSync(run_label, build_dir)
405 def _RunSync(self, run_label, build_dir): argument
420 result = self.RunSingleTestCase(run_label, build_dir, test_case)
[all …]