Searched refs:test_failures (Results 1 – 2 of 2) sorted by relevance
27 int test_failures = 0; in RunAllTests() local33 test_failures += g_test_status ? 0 : 1; in RunAllTests()39 fprintf(stderr, "Ran %d tests, %d failures.\n", test_count, test_failures); in RunAllTests()
145 test_failures = state.test.run(state.lldb, state.pid, state.lldb_module)147 if test_failures:149 for test, err in test_failures: