Home
last modified time | relevance | path

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

12

/external/jemalloc/test/
Dtest.sh.in21 fail_count=0
23 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
37 fail_count=$((fail_count+1))
45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 …pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
49 if [ ${fail_count} -eq 0 ] ; then
/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.py49 fail_count = 0
59 " %d failures" % fail_count if fail_count else "")
65 fail_count += 1
72 logging.info("USB failure on %d out of %d runs: %s", fail_count,
75 if fail_count:
77 (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.py170 for testname, fail_count in waived_count.items():
171 if fail_count > len(abis):
177 'abis: %s', fail_count, testname, len(abis), abis)
178 fail_count = len(abis)
179 waived += [testname] * fail_count
180 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/u-boot/test/
Dcmd_ut.c17 struct unit_test_state uts = { .fail_count = 0 }; in cmd_ut_category()
33 printf("Failures: %d\n", uts.fail_count); in cmd_ut_category()
35 return uts.fail_count ? CMD_RET_FAILURE : 0; in cmd_ut_category()
Dut.c19 uts->fail_count++; in ut_fail()
33 uts->fail_count++; in ut_failf()
/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_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_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_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/u-boot/test/dm/
Dtest-main.c136 uts->fail_count = 0; in dm_test_main()
189 printf("Failures: %d\n", uts->fail_count); in dm_test_main()
200 return uts->fail_count ? CMD_RET_FAILURE : 0; in dm_test_main()
/external/libusb/tests/
Dtestlib.c170 int fail_count = 0; in libusb_testlib_run_tests() local
262 case TEST_STATUS_FAILURE: fail_count++; break; in libusb_testlib_run_tests()
271 libusb_testlib_logf(&ctx, "Failed %d tests", fail_count); in libusb_testlib_run_tests()
/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/jemalloc/bin/
Djeprof.in5414 my $fail_count = 0;
5428 ++$fail_count;
5434 $pass_count, $fail_count;
5435 $error_count = $fail_count;
5436 $fail_count = 0;
5448 ++$fail_count;
5454 $pass_count, $fail_count;
5455 $error_count += $fail_count;
5466 my $fail_count = 0;
5480 ++$fail_count;
[all …]
/external/u-boot/include/test/
Dtest.h20 int fail_count; member
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Ddiagnostics_api.proto16 uint32 fail_count = 2; field
/external/openssh/
Dssh-agent.c685 static u_int fail_count = 0; in process_lock_agent() local
699 fail_count = 0; in process_lock_agent()
704 if (fail_count < 100) in process_lock_agent()
705 fail_count++; in process_lock_agent()
706 delay = 100000 * fail_count; in process_lock_agent()

12