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

  /external/autotest/contrib/
always_failing_tests.py 73 all_fail = filter(lambda x: x.test in dct and not dct[x.test], tests)
74 print "AF: %d -- len=%d" % (time.time()-now, len(all_fail))
85 afe_job_ids = set(map(lambda t: t.job.afe_job_id, all_fail))
111 by_name = reduce(collect_by_suite_name, all_fail, {})
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_align.c 675 int all_fail = 0; local
686 all_fail++;
694 all_pass, all_fail);
695 return all_fail ? EXIT_FAILURE : EXIT_SUCCESS;

Completed in 124 milliseconds