Home
last modified time | relevance | path

Searched refs:failed_count (Results 1 – 4 of 4) sorted by relevance

/third_party/jsoncpp/test/
Drununittests.py55 failed_count = len(failures)
56 pass_count = len(test_names) - failed_count
57 if failed_count:
61 …int('%d/%d tests passed (%d failure(s))' % ( pass_count, len(test_names), failed_count))
/third_party/NuttX/fs/vfs/
Dfs_poll.c322 int failed_count = 0; in notify_poll_with_key() local
333 failed_count++; in notify_poll_with_key()
339 if (failed_count != 0) in notify_poll_with_key()
341 PRINT_ERR("[%s] sem_post failed %d times\n", __FUNCTION__, failed_count); in notify_poll_with_key()
/third_party/ltp/
Dexecltp.in347 failed_count = 0
392 failed_count += len(failed_subset)
465 """ % (' '.join(args), passed_count, failed_count))
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py882 failed_count = 0
949 failed_count += len(test_batch_result[GroupedResult.Failed])
1005 % (passed_count, failed_count, crashed_count, compile_failed_count, skipped_count,