Searched refs:wasSuccessful (Results 1 – 14 of 14) sorted by relevance
26 self.assertFalse(results.wasSuccessful())40 self.assertFalse(results.wasSuccessful())52 self.assertEqual(True, tc.runTests().wasSuccessful())
123 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)132 self.assertFalse(tc.runTests().wasSuccessful(), msg=msg)140 self.assertTrue(tc.runTests().wasSuccessful(), msg=msg)
88 if self.wasSuccessful():234 def wasSuccessful(self): member in OETestResult240 return not self.wasSuccessful() or len(self.expectedFailures)243 def wasSuccessful(self): member in OEListTestsResult
48 ret = 0 if results.wasSuccessful() else 1
232 results_status[layer['name']] = 'PASS' if results[layer['name']].wasSuccessful() else 'FAIL'242 if not results[layer_name] or not results[layer_name].wasSuccessful():
64 ret = 0 if results.wasSuccessful() else 1
208 if result.wasSuccessful():
44 if (not results) or (not results.wasSuccessful()):
135 if not result.wasSuccessful():
100 if not result.wasSuccessful():
112 def wasSuccessful(self): member in ProxyTestResult288 if newbuilddir and unittest_result.wasSuccessful():
90 sys.exit(not res.result.wasSuccessful())
50 if newbuilddir and ret.wasSuccessful() and self.removefunc:
403 if not results.wasSuccessful():