Home
last modified time | relevance | path

Searched refs:test_failures (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py607 test_failures = 0
615 test_failures += test_results[result]
622 test_count, test_passes, test_failures)
628 if test_failures:
630 (self._gpu_type, test_failures, test_count))
/external/python/cpython2/Lib/json/tests/
Dtest_fail.py81 def test_failures(self): member in TestFail
/external/python/cpython2/Lib/test/
Dtest_pep277.py106 def test_failures(self): member in UnicodeFileTests
Dtest_argparse.py216 for test_func in [self.test_failures, self.test_successes]:
236 def test_failures(self, tester): member in ParserTesterMetaclass.__init__.AddTests