Searched refs:test_failure (Results 1 - 10 of 10) sorted by relevance

/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
H A Dvideo_VideoDecodeAccelerator.py51 except error.TestFail as test_failure:
54 logging.error('%s: %s', video, test_failure.message)
55 last_test_failure = test_failure
/external/v8/tools/testrunner/local/
H A Djunit_output.py37 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_VideoEncodeAccelerator/
H A Dvideo_VideoEncodeAccelerator.py76 except error.TestFail as test_failure:
80 last_test_failure = test_failure
/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/
H A Dtest_auth_digest.py82 def test_failure(): function in function:test_digest
/external/autotest/server/cros/dynamic_suite/
H A Dreporting_unittest.py222 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/
H A Dxmlrunner.py272 def test_failure(self): member in class:XMLTestRunnerTest
/external/autotest/server/
H A Dsubcommand_unittest.py291 def test_failure(self): member in class:parallel_test
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h94 if (wpa_s->test_failure == WPAS_TEST_FAILURE_SCAN_TRIGGER)
H A Dwpa_supplicant_i.h1029 enum wpa_supplicant_test_failure test_failure; member in struct:wpa_supplicant
H A Dctrl_iface.c483 } else if (os_strcasecmp(cmd, "test_failure") == 0) {
484 wpa_s->test_failure = atoi(value);
7142 wpa_s->test_failure = WPAS_TEST_FAILURE_NONE;

Completed in 600 milliseconds