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

  /external/autotest/server/cros/
tradefed_test_unittest.py 23 waivers = set([
35 waivers=waivers))
43 waivers=waivers))
51 waivers=waivers))
59 waivers=waivers))
63 # Mixture of real failures and waivers
    [all...]
tradefed_utils.py 111 def parse_tradefed_result(result, waivers=None):
115 @param waivers: a set() of tests which are permitted to fail.
189 # only parse for waivers for the running ABI.
191 if waivers:
193 for testname in waivers:
194 # TODO(dhaddock): Find a more robust way to apply waivers.
tradefed_test.py 639 def _parse_result(self, result, waivers=None):
646 @param waivers: a set[] of tests which are permitted to fail.
648 return parse_tradefed_result(result.stdout, waivers)
658 # Load waivers and manual tests so TF doesn't re-run them.
667 waivers = cts_expected_failure_parser.ParseKnownCTSFailures(
669 return waivers.find_waivers(test_board, test_arch)
    [all...]

Completed in 903 milliseconds