Searched refs:tests_failed (Results 1 – 7 of 7) sorted by relevance
8 extern int tests_failed;36 tests_failed = 0; \41 if (tests_failed) \42 fprintf(stdout, " FAILED (%d)\n", tests_failed); \51 tests_failed++; \
5 int tests_failed; variable
31 return tests_failed == 0 ? 0 : -1; in test_cpumap()
31 return tests_failed == 0 ? 0 : -1; in test_threadmap()
231 tests_failed++; in test_mmap_thread()429 return tests_failed == 0 ? 0 : -1; in test_evlist()
202 return tests_failed == 0 ? 0 : -1; in test_evsel()
228 static int tests_failed; variable1645 ret = tests_failed; in run_all_tests()
Completed in 12 milliseconds