Searched refs:tests_run (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-filter-unittest.py | 207 tests_run = [] 218 tests_run.append(test_case + '.' + test) 219 return (tests_run, p.exit_code) 304 tests_run = RunAndExtractTestList()[0] 306 self.AssertSetEqual(tests_run, tests_to_run) 316 tests_run = RunAndExtractTestList(args)[0] 317 self.AssertSetEqual(tests_run, tests_to_run) 355 (tests_run, exit_code) = RunWithSharding(total_shards, i, args) 358 partition.append(tests_run) 382 tests_run = RunAndExtractTestList(args)[0] [all …]
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.c | 1989 unsigned int tests_run; in munit_suite_main_custom() local 2185 tests_run = in munit_suite_main_custom() 2187 tests_total = tests_run + runner.report.skipped; in munit_suite_main_custom() 2188 if (tests_run == 0) { in munit_suite_main_custom() 2194 runner.report.successful, tests_run, in munit_suite_main_custom() 2195 (((double)runner.report.successful) / ((double)tests_run)) * 100.0, in munit_suite_main_custom()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | main.c | 2862 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; in main() local 3150 tests_run++; in main() 3174 printf(" Tests run: %8d\n", tests_run); in main() 3194 printf("%d tests passed, no failures\n", tests_run); in main()
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 4056 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; in main() local 4432 tests_run++; in main() 4456 printf(" Tests run: %8d\n", tests_run); in main() 4476 printf("%d tests passed, no failures\n", tests_run); in main()
|