Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dresult.py68 class RerunResult(Result): class
75 """Create RerunResult based on list of results. List cannot be empty. If it
82 return RerunResult(results)
85 """Has unexpected output and the output itself of the RerunResult equals to
91 super(RerunResult, self).__init__(last.has_unexpected_output, last.output,
H A Drerun.py8 from .result import RerunResult namespace
43 result = RerunResult.create(results)

Completed in 1 milliseconds