Home
last modified time | relevance | path

Searched refs:failed_tests (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/tools/testing/selftests/
H A Dkselftest_module.h15 static unsigned int failed_tests __initdata; \
22 failed_tests++; \
26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report() argument
29 if (failed_tests == 0) { in kstm_report()
36 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report()
38 return failed_tests ? -EINVAL : 0; in kstm_report()
47 return kstm_report(total_tests, failed_tests, skipped_tests); \
/openbmc/linux/lib/
H A Dtest_uuid.c43 static unsigned failed_tests __initdata;
59 failed_tests++; in test_uuid_failed()
117 if (failed_tests == 0) in test_uuid_init()
120 pr_err("failed %u out of %u tests\n", failed_tests, total_tests); in test_uuid_init()
122 return failed_tests ? -EINVAL : 0; in test_uuid_init()
H A Dtest_hexdump.c65 static unsigned failed_tests __initdata;
145 failed_tests++; in test_hexdump()
204 failed_tests++; in test_hexdump_overflow()
240 if (failed_tests == 0) in test_hexdump_init()
243 pr_err("failed %u out of %u tests\n", failed_tests, total_tests); in test_hexdump_init()
245 return failed_tests ? -EINVAL : 0; in test_hexdump_init()
H A Dtest_bitmap.c182 failed_tests++; \
473 failed_tests++; in test_bitmap_parselist()
482 failed_tests++; in test_bitmap_parselist()
516 failed_tests++; in test_bitmap_printlist()
522 failed_tests++; in test_bitmap_printlist()
590 failed_tests++; in test_bitmap_parse()
599 failed_tests++; in test_bitmap_parse()
628 failed_tests++; in test_bitmap_arr32()
655 failed_tests++; in test_bitmap_arr64()
663 failed_tests++; in test_bitmap_arr64()
[all …]
H A Dtest_printf.c115 failed_tests++; in __test()
127 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); in __test()
130 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test()
131 failed_tests += do_test(0, expect, elen, fmt, ap); in __test()
139 failed_tests++; in __test()
315 failed_tests++; in plain()
322 failed_tests++; in plain()
H A Dtest_scanf.c59 failed_tests++; in _test()
705 failed_tests++; \
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dptest.py96 failed_tests = {}
100 failed_tests[section] = sections[section]["log"]
105 failed_tests[section] = failed_testcases
112 if failed_tests:
113 failmsg = failmsg + "\nFailed ptests:\n%s\n" % pprint.pformat(failed_tests)
H A Dltp_compliance.py80 failed_tests = {}
86 failed_tests[posix_group] = test
88 if failed_tests:
89 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
H A Dltp_stress.py79 failed_tests = {}
85 failed_tests[stress_group] = test
87 if failed_tests:
88 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
H A Dltp.py103 failed_tests = {}
109 failed_tests[ltp_group] = test
111 if failed_tests:
112 self.failmsg = self.failmsg + "Failed ptests:\n%s" % pprint.pformat(failed_tests)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0003-testing-add-the-output-format-for-ptest.patch18 rm -f failed_tests
29 echo "$i" >> failed_tests
34 if [ -f failed_tests ]; then
/openbmc/linux/fs/unicode/
H A Dutf8-selftest.c17 unsigned int failed_tests; variable
26 failed_tests++; \
279 failed_tests = 0; in init_test_ucd()
293 if (!failed_tests) in init_test_ucd()
296 pr_err("%u out of %u tests failed\n", failed_tests, in init_test_ucd()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_js_unit_tests.py40 failed_tests = self.find_all("li .fail .test-message")
41 for fail in failed_tests:
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.sh43 local failed_tests=()
49 failed_tests+=("${proto}_${test}")
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py78 self.target.failed_tests,
90 self.failed_tests = 0
96 self.failed_tests += 1
100 self.failed_tests += 1
113 return self.failed_tests == 0
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest77 failed_tests=`grep FAIL: ${LOG} | awk '{print $2}'`
78 for test in $failed_tests; do
/openbmc/linux/drivers/dma/
H A Ddmatest.c577 unsigned int failed_tests = 0; in dmatest_func() local
738 failed_tests++; in dmatest_func()
890 failed_tests++; in dmatest_func()
900 failed_tests++; in dmatest_func()
920 current->comm, total_tests, failed_tests, in dmatest_func()
925 if (ret || failed_tests) in dmatest_func()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c2299 u32 i, j, failed_tests = 0; in main() local
2352 failed_tests++; in main()
2363 if (failed_tests) in main()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh51 declare -A failed_tests
510 failed_tests[${TEST_COUNT}]="${TEST_NAME}"