Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/perf/include/internal/
A 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-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dza-fork.c32 static int tests_failed; variable
37 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()
43 putnum(tests_failed); in print_summary()
112 tests_failed++; \
/linux-6.3-rc2/tools/testing/selftests/arm64/abi/
A 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-6.3-rc2/tools/lib/perf/tests/
A Dmain.c5 int tests_failed; variable
A Dtest-cpumap.c42 return tests_failed == 0 ? 0 : -1; in test_cpumap()
A Dtest-threadmap.c72 return tests_failed == 0 ? 0 : -1; in test_threadmap()
A Dtest-evlist.c235 tests_failed++; in test_mmap_thread()
588 return tests_failed == 0 ? 0 : -1; in test_evlist()
A Dtest-evsel.c366 return tests_failed == 0 ? 0 : -1; in test_evsel()
/linux-6.3-rc2/arch/arm/probes/kprobes/
A Dtest-core.c228 static int tests_failed; variable
1645 ret = tests_failed; in run_all_tests()

Completed in 13 milliseconds