/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest_module.h | 15 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 D | test_uuid.c | 43 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 D | test_hexdump.c | 65 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 D | test_bitmap.c | 182 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 D | test_printf.c | 115 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 D | test_scanf.c | 59 failed_tests++; in _test() 705 failed_tests++; \
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | ptest.py | 96 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 D | ltp_compliance.py | 80 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 D | ltp_stress.py | 79 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 D | ltp.py | 103 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 D | 0003-testing-add-the-output-format-for-ptest.patch | 18 rm -f failed_tests 29 echo "$i" >> failed_tests 34 if [ -f failed_tests ]; then
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-selftest.c | 17 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 D | test_js_unit_tests.py | 40 failed_tests = self.find_all("li .fail .test-message") 41 for fail in failed_tests:
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | gro.sh | 43 local failed_tests=() 49 failed_tests+=("${proto}_${test}")
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | concurrencytest.py | 78 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 D | run-ptest | 77 failed_tests=`grep FAIL: ${LOG} | awk '{print $2}'` 78 for test in $failed_tests; do
|
/openbmc/linux/drivers/dma/ |
H A D | dmatest.c | 577 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 D | xskxceiver.c | 2299 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 D | mptcp_join.sh | 51 declare -A failed_tests 510 failed_tests[${TEST_COUNT}]="${TEST_NAME}"
|