Home
last modified time | relevance | path

Searched refs:tests_failed (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/tools/lib/perf/include/internal/
Dtests.h8 extern int tests_failed;
36 tests_failed = 0; \
41 if (tests_failed) \
42 fprintf(stdout, " FAILED (%d)\n", tests_failed); \
51 tests_failed++; \
/Linux-v6.6/tools/testing/selftests/arm64/abi/
Dtpidr2.c28 static int tests_failed; variable
55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()
61 putnum(tests_failed); in print_summary()
250 tests_failed++; \
/Linux-v6.6/tools/lib/perf/tests/
Dmain.c5 int tests_failed; variable
Dtest-cpumap.c42 return tests_failed == 0 ? 0 : -1; in test_cpumap()
Dtest-threadmap.c72 return tests_failed == 0 ? 0 : -1; in test_threadmap()
Dtest-evlist.c235 tests_failed++; in test_mmap_thread()
588 return tests_failed == 0 ? 0 : -1; in test_evlist()
Dtest-evsel.c366 return tests_failed == 0 ? 0 : -1; in test_evsel()
/Linux-v6.6/arch/arm/probes/kprobes/
Dtest-core.c228 static int tests_failed; variable
1645 ret = tests_failed; in run_all_tests()