Home
last modified time | relevance | path

Searched refs:tests_failed (Results 1 – 3 of 3) sorted by relevance

/trusty/kernel/include/shared/lk/
Dtrusty_unittest.h115 unsigned int tests_failed; member
527 _test_context.tests_failed++; in run_test_suite()
532 _test_context.tests_failed++; in run_test_suite()
566 _test_context.tests_failed = 0; in RUN_ALL_SUITE_TESTS()
599 if (_test_context.tests_total != _test_context.tests_failed) { in RUN_ALL_SUITE_TESTS()
602 _test_context.tests_total - _test_context.tests_failed); in RUN_ALL_SUITE_TESTS()
612 if (_test_context.tests_failed) { in RUN_ALL_SUITE_TESTS()
614 _test_context.tests_failed); in RUN_ALL_SUITE_TESTS()
616 return _test_context.tests_failed == 0; in RUN_ALL_SUITE_TESTS()
657 _test_context.tests_failed++; \
Dtrusty_benchmark.h568 _test_context.tests_failed++; \
587 _test_context.tests_failed++; \
602 _test_context.tests_failed++; \
/trusty/vendor/google/aosp/scripts/
Drun_tests.py185 self.tests_failed = 0
195 self.tests_failed += result.failed_count