Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/perf/include/internal/
H A Dtests.h7 int tests_failed; variable
13 tests_failed = 0; \
18 if (tests_failed) \
19 fprintf(stdout, " FAILED (%d)\n", tests_failed); \
28 tests_failed++; \
/OK3568_Linux_fs/u-boot/test/py/
H A Dconftest.py343 tests_failed = [] variable
398 if tests_failed:
399 log.status_fail('%d failed' % len(tests_failed))
400 for test in tests_failed:
516 test_list = tests_failed
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/
H A Dtest-add-output-in-the-format-result-testname.patch20 tests_failed="$tests_failed $testfile"
/OK3568_Linux_fs/kernel/tools/lib/perf/tests/
H A Dtest-threadmap.c30 return tests_failed == 0 ? 0 : -1; in main()
H A Dtest-cpumap.c30 return tests_failed == 0 ? 0 : -1; in main()
H A Dtest-evlist.c218 tests_failed++; in test_mmap_thread()
413 return tests_failed == 0 ? 0 : -1; in main()
H A Dtest-evsel.c134 return tests_failed == 0 ? 0 : -1; in main()
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dtest-core.c228 static int tests_failed; variable
1645 ret = tests_failed; in run_all_tests()