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.py204 tests_run = []
215 tests_run.append(test_case + '.' + test)
216 return (tests_run, p.exit_code)
301 tests_run = RunAndExtractTestList()[0]
303 self.AssertSetEqual(tests_run, tests_to_run)
313 tests_run = RunAndExtractTestList(args)[0]
314 self.AssertSetEqual(tests_run, tests_to_run)
352 (tests_run, exit_code) = RunWithSharding(total_shards, i, args)
355 partition.append(tests_run)
379 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.c3892 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; in main() local
4212 tests_run++; in main()
4236 printf(" Tests run: %8d\n", tests_run); in main()
4256 printf("%d tests passed, no failures\n", tests_run); in main()