Searched refs:tests_failed (Results 1 – 8 of 8) 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++; \
73 tests_failed = 0 variable124 tests_failed += 1135 if tests_failed == 0:
78 tests_failed = 0 variable136 tests_failed += 1146 if tests_failed == 0:
5 int tests_failed; variable
42 return tests_failed == 0 ? 0 : -1; in test_cpumap()
72 return tests_failed == 0 ? 0 : -1; in test_threadmap()
235 tests_failed++; in test_mmap_thread()588 return tests_failed == 0 ? 0 : -1; in test_evlist()
366 return tests_failed == 0 ? 0 : -1; in test_evsel()
Completed in 10 milliseconds