Home | History | Annotate | Download | only in contrib

Lines Matching refs:runs

56         # A segment of text before the harness runs start, describing which
150 self.runs = dict()
214 if name not in self.runs:
215 self.runs[name] = ToolRun (name)
216 return self.runs[name]
321 # the test up into parallel runs leads to more 'Using ...' lines
415 # runs themselves.
472 # individual runs) and parse the version output.
581 self.tools = sorted (self.runs.keys())
593 if name not in self.runs:
595 self.output_tool (self.runs[name])