Searched refs:tests (Results 451 - 475 of 1430) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsv_streq.t3 use Test::More tests => 9;
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/gentest/
H A Dbackend.sh41 plan tests => "1";
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dsysconf.t37 my $tests = 2 * 2 * @path_consts +
41 plan $tests
42 ? (tests => $tests)
43 : (skip_all => "No tests to run on this OS")
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Ddefout.t3 # tests for default output handle
6 # tests are ensuring things don't crash when PL_defoutgv isn't a GV;
17 plan tests => 22;
25 # note that in the tests below, the return values aren't as important
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DLitTestCase.py9 tests.
59 tests = lit.discovery.find_tests_for_inputs(lit_config, inputs, False)
60 test_adaptors = [LitTestCase(t, lit_config) for t in tests]
62 # Return a unittest test suite which just runs the tests in order.
H A DTestTimes.py18 def record_test_times(tests, lit_config):
20 for t in tests:
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/docs/
H A Dsynopsis.t45 skip_unless_automated('Synopsis syntax tests');
73 plan tests => scalar @files;
75 # Run the actual tests.
H A Dpod-spelling.t45 skip_unless_author('Spelling tests');
67 # tests. We can't use all_pod_files_spelling_ok because it refuses to check
70 plan tests => scalar(@files);
H A Dpod.t44 skip_unless_automated('POD syntax tests');
66 # tests. We can't use all_pod_files_ok because it refuses to check non-Perl
69 plan tests => scalar(@files);
/openbsd-current/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeload.t21 plan(tests => 3);
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dqr-72922.t12 plan(tests => 14);
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Dempty.t16 use Test::More tests => 8;
H A Ddevise-date.t4 # includes POSIX. devise_date()'s use of strftime() was replaced. This tests
5 # that it's identical. It also tests special handling of the POD_MAN_DATE
22 use Test::More tests => 6;
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D22_plv510.t8 my $tests = 105;
12 $tests++;
15 plan tests => $tests;
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/text/
H A Dtermcap.t19 use Test::More tests => 15;
40 # Run all the tests.
H A Dinvalid.t20 use Test::More tests => 8;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Darith2.t3 # These Config-dependent tests were originally in t/opbasic/arith.t,
16 plan tests => 9;
H A Dtime.t9 plan tests => 72;
11 # These tests make sure, among other things, that we don't end up
14 # the tests are triggering the failing behavior
93 my %tests = (
107 for my $time (keys %tests) {
108 my @expected = @{$tests{$time}};
121 my %tests = (
130 for my $time (keys %tests) {
131 my @expected = @{$tests{$time}};
150 # Some sanity tests fo
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/FileCache/t/
H A D02maxopen.t8 use Test::More tests => 5;
/openbsd-current/regress/lib/libssl/rust-openssl/
H A DMakefile3 RUST_OPENSSL_TESTS = /usr/local/share/rust-openssl-tests
8 @echo packages rust-openssl-tests and rust are required for this regress
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DAggregator.pm219 of the aggregated tests. In order for C<elapsed> to be valid you must
220 call C<start> before running the tests and C<stop> immediately
252 Return true if all the tests passed and no parse errors were detected.
266 Get a single word describing the status of the aggregated tests.
267 Depending on the outcome of the tests returns 'PASS', 'FAIL' or
289 tests if called in scalar context. If called in list context, returns the
290 descriptions of the parsers which contain the corresponding tests (see C<add>
315 For example, to find out how many tests unexpectedly succeeded (TODO tests
322 statuses of each of the tests
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/
H A DParallelSession.pm33 tests => 0,
94 my $ruler = sprintf '===( %7d;%d ', $context->{tests}, $now - $start;
98 my $tests = $parser->tests_run;
101 $ruler .= sprintf '%' . length($planned) . "d/$planned ", $tests;
130 $context->{tests}++;
/openbsd-current/regress/lib/libc/malloc/malloc_errs/
H A Dmalloc_errs.c255 struct test tests[] = { variable in typeref:struct:test
298 (*tests[i].test)();
302 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) {
306 snprintf(options, sizeof(options), "us%s", tests[i].flags);
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dvalgrindpp.pl14 tests => 0,
25 tests!
99 $ne{$e}{$nf}{tests}{$k} += $v;
115 $nl{$l}{$ns}{tests}{$k} += $v;
153 format_tests($data->{tests}), "\n";
167 format_tests($data->{tests}), "\n\n";
173 my $tests = shift;
176 if ($opt{tests}) {
177 return wrap($indent, $indent, join ', ', sort keys %$tests);
180 my $count = keys %$tests;
[all...]
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-demangle.c108 int tests = 0; local
129 tests++;
175 printf ("%s: %d tests, %d failures\n", argv[0], tests, failures);

Completed in 332 milliseconds

<<11121314151617181920>>