Home
last modified time | relevance | path

Searched refs:tests_run (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py207 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/contrib/libarchive/libarchive/test/
H A Dmain.c2862 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 Dtest_main.c3930 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; in main() local
4276 tests_run++; in main()
4300 printf(" Tests run: %8d\n", tests_run); in main()
4320 printf("%d tests passed, no failures\n", tests_run); in main()