Home
last modified time | relevance | path

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

/aosp12/system/nvram/core/tests/
H A Dgtest_stubs.cpp27 int test_failures = 0; in RunAllTests() local
33 test_failures += g_test_status ? 0 : 1; in RunAllTests()
39 fprintf(stderr, "Ran %d tests, %d failures.\n", test_count, test_failures); in RunAllTests()
/aosp12/frameworks/rs/tests/lldb/tests/
H A Drun_test.py145 test_failures = state.test.run(state.lldb, state.pid, state.lldb_module)
147 if test_failures:
149 for test, err in test_failures: