Searched refs:tests (Results 76 - 100 of 1430) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dconst-optree.t13 # @tests is an array of hash refs, each of which can have various keys:
17 # finally - sub to run after the tests
36 push @tests, {
52 push @tests, {
58 push @tests, {
68 push @tests, {
78 push @tests, {
88 push @tests, {
98 push @tests, {
109 push @tests, {
[all...]
H A Dpow.t2 # Now they'll be wanting biff! and zap! tests too.
22 my $tests;
23 $tests += $_->[1] foreach @pow;
25 plan tests => 13 + $bits_in_uv + $tests;
54 # These are a lot of brute force tests to see how accurate $m ** $n is.
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dstring-eval-basic.t4 use Test::More tests => 3;
H A Dstring-eval-leak.t4 use Test::More tests => 2;
8 # which in turn causes autodie to leak. These tests check to see
H A Dimport-into.t18 plan tests => 1;
H A Dread.t7 use Test::More tests => 2;
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dnext_ineval_utf8.t8 require q(./test.pl); plan(tests => 1);
12 This tests the use of an eval{} block to wrap a next::method call.
H A Dnext_ineval.t6 require q(./test.pl); plan(tests => 1);
10 This tests the use of an eval{} block to wrap a next::method call.
/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.1 2014/04/30 05:32:00 djm Exp $ */
19 tests(void) function
/openbsd-current/regress/sys/kern/signal/sigio/
H A Dmain.c31 } tests[] = { variable in typeref:struct:__anon4
61 for (i = 0; tests[i].t_name != NULL; i++) {
62 if (strcmp(tests[i].t_name, t_name) == 0) {
63 t_func = tests[i].t_func;
/openbsd-current/regress/lib/libexpat/
H A DMakefile.inc4 .PATH: ${EXPATDIR}/tests ${EXPATDIR}/tests/benchmark
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dis_of_type.t18 my @tests = (
31 for my $test (@tests) {
H A D01perl_bugs.t10 use Test::More tests => 1;
/openbsd-current/gnu/usr.bin/perl/dist/Env/t/
H A Denv.t9 use Test::More tests => 2;
/openbsd-current/gnu/usr.bin/perl/dist/base/t/
H A Dcore-global.t4 use Test::More tests => 1;
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dcheck_warnings.t8 use Test::More tests => 1;
H A Dgotosub.t7 use Test::More tests => 1;
H A Djoin_with_space.t6 use Test::More tests => 1;
H A Dmro.t6 plan tests => 1;
/openbsd-current/gnu/usr.bin/perl/cpan/Digest/t/
H A Dsecurity.t8 use Test::More tests => 1;
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dswitchn.t8 plan(tests => 3);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/
H A Dinc_taint.t10 use Test::More tests => 1;
31 = Test::Harness::execute_tests( tests => ['t/sample-tests/inc_taint'] );
34 ok( _all_ok($tot), 'tests with taint on preserve @INC' );
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
H A Dtaint_warn4 use Test::More tests => 1;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
H A Dimplicit_done.t20 plan tests => 1;
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Derrnosig.t10 plan(tests => 1);

Completed in 288 milliseconds

1234567891011>>