Searched refs:_run_all_tests (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dinc_taint.t21 my($tot, $failed) = Test::Harness::_run_all_tests(
H A Dtest-harness.t485 # _run_all_tests() runs the tests but skips the formatting.
492 select NULL; # _run_all_tests() isn't as quiet as it should be.
495 Test::Harness::_run_all_tests($test_path);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm351 This is just _run_all_tests() plus _show_results()
360 my($tot, $failedtests) = _run_all_tests(@tests);
404 =item B<_run_all_tests>
406 my($total, $failed) = _run_all_tests(@test_files);
446 sub _run_all_tests { subroutine
1194 Keeping whittling away at _run_all_tests()

Completed in 122 milliseconds