Searched refs:get_outcome (Results 1 – 3 of 3) sorted by relevance
34 def get_outcome(self, output): member in OutProc35 return self._outproc.get_outcome(output)
25 return self.get_outcome(output) not in self.expected_outcomes44 def get_outcome(self, output): member in BaseOutProc81 return self.get_outcome(output) != statusfile.PASS
347 "result": test.output_proc.get_outcome(output),