Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py619 test_failures = 0
627 test_failures += test_results[result]
634 test_count, test_passes, test_failures)
640 if test_failures:
642 (self._gpu_type, test_failures, test_count))
/external/autotest/client/tests/xfstests/
Dxfstests.py98 test_failures = failures_line.group('tests')
99 tests = test_failures.split(' ')
/external/python/cpython2/Lib/json/tests/
Dtest_fail.py81 def test_failures(self): member in TestFail
/external/python/cpython3/Lib/test/test_json/
Dtest_fail.py81 def test_failures(self): member in TestFail
/external/python/cpython3/Lib/test/
Dtest_unicode_file_functions.py95 def test_failures(self): member in UnicodeFileTests
Dtest_trace.py419 def test_failures(self): member in TestCommandLine
Dtest_argparse.py202 for test_func in [self.test_failures, self.test_successes]:
222 def test_failures(self, tester): member in ParserTesterMetaclass.__init__.AddTests
/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