HomeSort by relevance Sort by last modified time
    Searched refs:fail_count (Results 1 - 23 of 23) sorted by null

  /external/jemalloc/test/
test.sh.in 21 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 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
49 if [ ${fail_count} -eq 0 ] ; then
  /external/autotest/server/site_tests/firmware_Cr50USB/
firmware_Cr50USB.py 48 fail_count = 0
58 " %d failures" % fail_count if fail_count else "")
64 fail_count += 1
71 logging.info("USB failure on %d out of %d runs: %s", fail_count,
74 if fail_count:
76 (fail_count, num_iterations, ', '.join(failed_runs)))
  /external/ltp/testcases/kernel/io/direct_io/
diotest4.c 175 static void testcheck_end(int ret, int *failed, int *fail_count, char *msg)
179 (*fail_count)++;
197 int i, l_fail = 0, fail_count = 0, total = 0; local
255 fail_count++;
278 testcheck_end(ret, &failed, &fail_count,
290 fail_count++;
300 fail_count++;
311 testcheck_end(ret, &failed, &fail_count, "Invalid file descriptor");
324 testcheck_end(ret, &failed, &fail_count,
335 testcheck_end(ret, &failed, &fail_count, "Closed file descriptor")
    [all...]
diotest3.c 234 int i, fail_count = 0, failed = 0, total = 0; local
282 fail_count++;
287 fail_count++;
300 fail_count++;
305 fail_count++;
317 fail_count++;
322 fail_count++;
332 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
diotest6.c 256 int i, fail_count = 0, failed = 0, total = 0; local
310 fail_count++;
315 fail_count++;
328 fail_count++;
333 fail_count++;
345 fail_count++;
350 fail_count++;
360 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
diotest2.c 141 int fail_count = 0, total = 0, failed = 0; local
190 fail_count++;
209 fail_count++;
230 fail_count++;
240 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
diotest5.c 171 int fail_count = 0, total = 0, failed = 0; local
227 fail_count++;
249 fail_count++;
270 fail_count++;
280 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
  /external/autotest/server/cros/
tradefed_utils.py 195 fail_count = (
198 if fail_count:
199 if fail_count > len(abis):
205 'but there are only %d abis: %s', fail_count,
207 waived += fail_count
209 fail_count)
  /external/ltp/testcases/kernel/syscalls/open/
open10.c 79 int fail_count = 0; local
205 fail_count++;
290 fail_count++;
366 fail_count++;
419 fail_count++;
445 if (fail_count == 0) {
  /external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
bluetooth_AdapterHIDReports.py 125 fail_count = iteration - pass_count
127 pass_count, fail_count, num_iterations)
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressCallTest.py 196 fail_count = collections.defaultdict(int)
206 fail_count["dialing"] += 1
212 fail_count["caller_network_check"] += 1
224 fail_count["callee_network_check"] += 1
239 fail_count["drop"] += 1
245 fail_count["sms"] += 1
259 for failure, count in fail_count.items():
TelLiveDataTest.py 316 fail_count = 0
328 fail_count += 1
334 success_count, fail_count,
335 str(100 * success_count / (success_count + fail_count))))
337 success_count + fail_count) >= MINIMUM_SUCCESS_RATE:
357 fail_count = 0
368 fail_count += 1
374 success_count, fail_count,
375 str(100 * success_count / (success_count + fail_count))))
377 success_count + fail_count) >= MINIMUM_SUCCESS_RATE
    [all...]
TelLiveVoiceTest.py     [all...]
TelLiveRebootStressTest.py 477 fail_count = collections.defaultdict(int)
491 fail_count[test] += 1
498 fail_count["crashes"] += 1
513 self.log.info("Total failure count: %s", list(fail_count))
515 for failure, count in fail_count.items():
632 fail_count = collections.defaultdict(int)
697 fail_count[tel_state] += 1
700 for failure, count in fail_count.items():
    [all...]
  /external/autotest/server/site_tests/bluetooth_AdapterPairing/
bluetooth_AdapterPairing.py 180 fail_count = iteration - pass_count
182 pass_count, fail_count, num_iterations)
  /external/libusb/tests/
testlib.c 170 int fail_count = 0; local
262 case TEST_STATUS_FAILURE: fail_count++; break;
271 libusb_testlib_logf(&ctx, "Failed %d tests", fail_count);
  /development/testrunner/test_defs/
instrumentation_test.py 198 fail_count = 0
207 fail_count+=1
210 (total_count, fail_count, error_count))
  /external/jemalloc/bin/
jeprof.in     [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 230 int fail_count = 0; local
245 ++fail_count;
248 return fail_count;
  /external/autotest/client/common_lib/
test_unittest.py 101 def _setup_failed_test_calls(self, fail_count, error):
105 @param fail_count: The amount of times to mock a failure.
111 for run in xrange(0, fail_count):
  /external/autotest/client/common_lib/hosts/
repair_unittest.py 92 def __init__(self, tag, deps, fail_count):
96 self._fail_count = fail_count
    [all...]
  /external/dtc/tests/
run_tests.sh 805 fail_count=$(grep "^ERROR: " $TMP | wc -l)
811 tot_fail=$((tot_fail + $fail_count))
  /art/runtime/gc/
heap.cc     [all...]

Completed in 596 milliseconds