Home | History | Annotate | Download | only in contrib

Lines Matching refs:runs

56         # A segment of text before the harness runs start, describing which
151 self.runs = dict()
215 if name not in self.runs:
216 self.runs[name] = ToolRun (name)
217 return self.runs[name]
322 # the test up into parallel runs leads to more 'Using ...' lines
416 # runs themselves.
473 # individual runs) and parse the version output.
582 self.tools = sorted (self.runs.keys())
594 if name not in self.runs:
596 self.output_tool (self.runs[name])