Home
last modified time | relevance | path

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

/third_party/node/tools/
H A Dtest.py206 if (output.UnexpectedOutput() and
217 if output.UnexpectedOutput():
222 if not case.Run().UnexpectedOutput():
235 print(" failed %d out of %d" % (len([i for i in outputs if i.UnexpectedOutput()]) + 1, self.measure_flakiness + 1))
285 if output.UnexpectedOutput():
304 if output.UnexpectedOutput():
365 if output.UnexpectedOutput():
465 if output.UnexpectedOutput():
628 def UnexpectedOutput(self): member in TestOutput

Completed in 3 milliseconds