Searched refs:tests_failed (Results 1 – 9 of 9) 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++; \
32 static int tests_failed; variable37 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()43 putnum(tests_failed); in print_summary()112 tests_failed++; \
28 static int tests_failed; variable55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()61 putnum(tests_failed); in print_summary()250 tests_failed++; \
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()
228 static int tests_failed; variable1645 ret = tests_failed; in run_all_tests()
Completed in 13 milliseconds