Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/testproc/
Dresult.py68 class RerunResult(Result): class
82 return RerunResult(results)
91 super(RerunResult, self).__init__(last.has_unexpected_output, last.output,
Drerun.py8 from .result import RerunResult
43 result = RerunResult.create(results)