Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/include/internal/
H 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++; \
/openbmc/linux/tools/testing/selftests/arm64/abi/
H 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++; \
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dtest-add-output-in-the-format-result-testname.patch20 tests_failed="$tests_failed $testfile"
/openbmc/u-boot/test/py/
H A Dconftest.py346 tests_failed = [] variable
407 if tests_failed:
408 log.status_fail('%d failed' % len(tests_failed))
409 for test in tests_failed:
561 test_list = tests_failed
/openbmc/linux/tools/lib/perf/tests/
H A Dmain.c5 int tests_failed; variable
H A Dtest-cpumap.c42 return tests_failed == 0 ? 0 : -1; in test_cpumap()
H A Dtest-threadmap.c72 return tests_failed == 0 ? 0 : -1; in test_threadmap()
H A Dtest-evlist.c235 tests_failed++; in test_mmap_thread()
588 return tests_failed == 0 ? 0 : -1; in test_evlist()
H A Dtest-evsel.c366 return tests_failed == 0 ? 0 : -1; in test_evsel()
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.c228 static int tests_failed; variable
1645 ret = tests_failed; in run_all_tests()