Home
last modified time | relevance | path

Searched refs:fail_count (Results 1 – 23 of 23) sorted by relevance

/external/jemalloc_new/test/
Dtest.sh.in33 fail_count=0
35 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
63 fail_count=$((fail_count+1))
72 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
74 …pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
76 if [ ${fail_count} -eq 0 ] ; then
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest4.c175 static void testcheck_end(int ret, int *failed, int *fail_count, char *msg) in testcheck_end() argument
179 (*fail_count)++; in testcheck_end()
197 int i, l_fail = 0, fail_count = 0, total = 0; in main() local
255 fail_count++; in main()
278 testcheck_end(ret, &failed, &fail_count, in main()
290 fail_count++; in main()
300 fail_count++; in main()
311 testcheck_end(ret, &failed, &fail_count, "Invalid file descriptor"); in main()
324 testcheck_end(ret, &failed, &fail_count, in main()
335 testcheck_end(ret, &failed, &fail_count, "Closed file descriptor"); in main()
[all …]
Ddiotest3.c234 int i, fail_count = 0, failed = 0, total = 0; in main() local
282 fail_count++; in main()
287 fail_count++; in main()
300 fail_count++; in main()
305 fail_count++; in main()
317 fail_count++; in main()
322 fail_count++; in main()
332 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total); in main()
Ddiotest6.c256 int i, fail_count = 0, failed = 0, total = 0; in main() local
310 fail_count++; in main()
315 fail_count++; in main()
328 fail_count++; in main()
333 fail_count++; in main()
345 fail_count++; in main()
350 fail_count++; in main()
360 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total); in main()
Ddiotest2.c141 int fail_count = 0, total = 0, failed = 0; in main() local
190 fail_count++; in main()
209 fail_count++; in main()
230 fail_count++; in main()
240 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total); in main()
Ddiotest5.c171 int fail_count = 0, total = 0, failed = 0; in main() local
227 fail_count++; in main()
249 fail_count++; in main()
270 fail_count++; in main()
280 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total); in main()
/external/autotest/server/site_tests/firmware_Cr50USB/
Dfirmware_Cr50USB.py51 fail_count = 0
61 " %d failures" % fail_count if fail_count else "")
67 fail_count += 1
74 logging.info("USB failure on %d out of %d runs: %s", fail_count,
77 if fail_count:
79 (fail_count, num_iterations, ', '.join(failed_runs)))
/external/grpc-grpc/test/core/iomgr/
Dendpoint_tests.cc255 static void wait_for_fail_count(int* fail_count, int want_fail_count) { in wait_for_fail_count() argument
261 *fail_count < want_fail_count) { in wait_for_fail_count()
269 GPR_ASSERT(*fail_count == want_fail_count); in wait_for_fail_count()
276 int fail_count = 0; in multiple_shutdown_test() local
284 GRPC_CLOSURE_CREATE(inc_on_failure, &fail_count, in multiple_shutdown_test()
286 wait_for_fail_count(&fail_count, 0); in multiple_shutdown_test()
289 wait_for_fail_count(&fail_count, 1); in multiple_shutdown_test()
291 GRPC_CLOSURE_CREATE(inc_on_failure, &fail_count, in multiple_shutdown_test()
293 wait_for_fail_count(&fail_count, 2); in multiple_shutdown_test()
296 GRPC_CLOSURE_CREATE(inc_on_failure, &fail_count, in multiple_shutdown_test()
[all …]
/external/autotest/server/cros/tradefed/
Dtradefed_utils.py142 for testname, fail_count in waived_count.items():
143 waived += [testname] * fail_count
145 testname, fail_count)
211 for testname, fail_count in waived_count.items():
212 if fail_count > len(abis):
218 'abis: %s', fail_count, testname, len(abis), abis)
219 fail_count = len(abis)
220 waived += [testname] * fail_count
221 logging.info('Waived failure for %s %d time(s)', testname, fail_count)
/external/ltp/testcases/kernel/syscalls/open/
Dopen10.c79 int fail_count = 0; in main() local
199 fail_count++; in main()
284 fail_count++; in main()
358 fail_count++; in main()
411 fail_count++; in main()
437 if (fail_count == 0) { in main()
/external/libusb/tests/
Dtestlib.c80 int fail_count = 0; in libusb_testlib_run_tests() local
169 case TEST_STATUS_FAILURE: fail_count++; break; in libusb_testlib_run_tests()
179 libusb_testlib_logf("Failed %d tests", fail_count); in libusb_testlib_run_tests()
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_popcount.cpp98 int fail_count = 0; in test_popcount() local
218 ++fail_count; break; // return -1; in test_popcount()
236 if(fail_count) { in test_popcount()
237 log_info("Failed on %d types\n", fail_count); in test_popcount()
Dtest_abs.cpp185 int fail_count = 0; in test_integer_abs() local
306 ++fail_count; break; // return -1; in test_integer_abs()
323 if(fail_count) { in test_integer_abs()
324 log_info("Failed on %d types\n", fail_count); in test_integer_abs()
Dtest_sub_sat.cpp192 int fail_count = 0; in test_integer_sub_sat() local
345 ++fail_count; break; // return -1; in test_integer_sub_sat()
363 if(fail_count) { in test_integer_sub_sat()
364 log_info("Failed on %d types\n", fail_count); in test_integer_sub_sat()
Dtest_add_sat.cpp192 int fail_count = 0; in test_integer_add_sat() local
346 ++fail_count; break; // return -1; in test_integer_add_sat()
364 if(fail_count) { in test_integer_add_sat()
365 log_info("Failed on %d types\n", fail_count); in test_integer_add_sat()
Dtest_absdiff.cpp194 int fail_count = 0; in test_integer_abs_diff() local
341 ++fail_count; break; // return -1; in test_integer_abs_diff()
361 if(fail_count) { in test_integer_abs_diff()
362 log_info("Failed on %d types\n", fail_count); in test_integer_abs_diff()
/external/jemalloc_new/bin/
Djeprof.in5427 my $fail_count = 0;
5441 ++$fail_count;
5447 $pass_count, $fail_count;
5448 $error_count = $fail_count;
5449 $fail_count = 0;
5461 ++$fail_count;
5467 $pass_count, $fail_count;
5468 $error_count += $fail_count;
5479 my $fail_count = 0;
5493 ++$fail_count;
[all …]
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Ddiagnostics_api.proto16 uint32 fail_count = 2; field
/external/openssh/
Dssh-agent.c582 static u_int fail_count = 0; in process_lock_agent() local
601 fail_count = 0; in process_lock_agent()
606 if (fail_count < 100) in process_lock_agent()
607 fail_count++; in process_lock_agent()
608 delay = 100000 * fail_count; in process_lock_agent()
/external/igt-gpu-tools/tests/
Dkms_cursor_legacy.c1033 int fail_count; in cursor_vs_flip() local
1054 fail_count = 0; in cursor_vs_flip()
1097 fail_count++; in cursor_vs_flip()
1106 igt_assert_f(fail_count == 0, in cursor_vs_flip()
1108 fail_count, nloops); in cursor_vs_flip()
/external/autotest/client/common_lib/hosts/
Drepair_unittest.py121 def __init__(self, tag, deps, fail_count): argument
125 self._fail_count = fail_count
/external/dtc/tests/
Drun_tests.sh1019 fail_count=$(grep "^ERROR: " $TMP | wc -l)
1025 tot_fail=$((tot_fail + $fail_count))
/external/libcups/tools/
Dipptool.c124 fail_count, /* Number of tests that failed */ member
707 …ed, %d skipped\nScore: %d%%\n", data.test_count, data.pass_count, data.fail_count, data.skip_count… in main()
1683 data->fail_count ++; in do_test()