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

  /external/v8/tools/testrunner/local/
junit_output.py 37 def HasRunTest(self, test_name, test_duration, test_failure):
41 if len(test_failure):
43 failureElement.text = test_failure
  /external/autotest/client/site_tests/video_VideoDecodeAccelerator/
video_VideoDecodeAccelerator.py 51 except error.TestFail as test_failure:
54 logging.error('%s: %s', video, test_failure.message)
55 last_test_failure = test_failure
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 76 except error.TestFail as test_failure:
80 last_test_failure = test_failure
  /external/chromium-trace/catapult/third_party/Paste/tests/test_auth/
test_auth_digest.py 82 def test_failure(): function in function:test_digest
  /external/autotest/server/cros/dynamic_suite/
reporting_unittest.py 222 test_failure = self._get_failure(is_server_job=True)
223 search_marker = test_failure.search_marker()
224 self.assertFalse(test_failure.build in search_marker,
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 272 def test_failure(self): member in class:XMLTestRunnerTest
  /external/autotest/server/
subcommand_unittest.py 291 def test_failure(self): member in class:parallel_test
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 94 if (wpa_s->test_failure == WPAS_TEST_FAILURE_SCAN_TRIGGER)
wpa_supplicant_i.h 1029 enum wpa_supplicant_test_failure test_failure; member in struct:wpa_supplicant
    [all...]
ctrl_iface.c 483 } else if (os_strcasecmp(cmd, "test_failure") == 0) {
484 wpa_s->test_failure = atoi(value);
    [all...]

Completed in 315 milliseconds