HomeSort by relevance Sort by last modified time
    Searched refs:waived (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 147 passed, waived, failed = self.run_performance_test(cr.browser,
150 'waived: %d, failed: %d',
151 passed + waived + failed, passed, waived, failed)
  /external/autotest/server/cros/
tradefed_utils.py 116 @return 5-tuple (tests, passed, failed, notexecuted, waived)
190 waived = 0
207 waived += fail_count
208 logging.info('Waived failure for %s %d time(s)', testname,
213 last_notexec)) + (waived,)
215 'tests=%d, passed=%d, failed=%d, not_executed=%d, waived=%d' % counts)
217 if counts[2] - waived < 0:

Completed in 436 milliseconds