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

  /external/e2fsprogs/tests/
test_post 5 num_failed=`ls *.failed 2>/dev/null | wc -l`
7 echo "$num_ok tests succeeded $num_failed tests failed"
9 test "$num_failed" -eq 0 && exit 0
  /external/boringssl/src/crypto/
constant_time_test.c 240 int num_failed = 0, num_all = 0; local
245 num_failed += test_is_zero(a);
246 num_failed += test_is_zero_8(a);
250 num_failed +=
252 num_failed += test_binary_op_8(&constant_time_lt_8, "constant_time_lt_8",
254 num_failed +=
256 num_failed += test_binary_op_8(&constant_time_lt_8, "constant_time_lt_8",
258 num_failed +=
260 num_failed += test_binary_op_8(&constant_time_ge_8, "constant_time_ge_8",
262 num_failed +
    [all...]

Completed in 766 milliseconds