Searched refs:failed_count (Results 1 – 4 of 4) sorted by relevance
/third_party/jsoncpp/test/ |
D | rununittests.py | 55 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/ |
D | fs_poll.c | 322 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/ |
D | execltp.in | 347 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/ |
D | capture_replay_tests.py | 882 failed_count = 0 949 failed_count += len(test_batch_result[GroupedResult.Failed]) 1005 % (passed_count, failed_count, crashed_count, compile_failed_count, skipped_count,
|