Searched refs:tests (Results 326 - 350 of 1430) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dpush.t9 @tests = split(/\n/, <<EOF);
23 plan tests => 10 + @tests*2;
24 die "blech" unless @tests;
58 foreach $line (@tests) {
H A Dutf8magic.t10 plan tests => 6;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dregexp.t11 my @tests;
36 push @tests, [ $code, $not, $cmatch, $m, $name ];
40 plan tests => 10 + 3*scalar(@tests);
80 for my $test (@tests) {
H A Dlock.t28 plan(tests => 5);
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Danyof.t7 # This tests that the ANYOF nodes generated by bracketed character classes are
23 # An array is used instead of a hash, so that the tests are carried out in the
30 # \n, and 'k' before "K', for example. So, the tests where there are
65 fail($pattern, "Until this is fixed, the planned number of tests will be wrong");
95 my @tests = (
868 unshift @tests, @single_tests;
870 plan(scalar (@tests - 1) / 2); # -1 because of the marker.
873 while (defined (my $test = shift @tests)) {
880 my $expected = shift @tests;
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py23 # we would need to avoid loading the same tests multiple times
52 This class is responsible for loading tests according to various criteria
63 """Return a suite of all tests cases contained in testCaseClass"""
74 """Return a suite of all tests cases contained in the given module"""
75 tests = []
79 tests.append(self.loadTestsFromTestCase(obj))
82 tests = self.suiteClass(tests)
85 return load_tests(self, tests, None)
89 return tests
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DSimple.pm17 Test::Simple - Basic utilities for writing tests.
21 use Test::Simple tests => 1;
30 This is an extremely simple, extremely basic module for writing tests
39 The only other constraint is you must pre-declare how many tests you
44 use Test::Simple tests => 23;
70 All tests are run in scalar context. So this:
84 Test::Simple will start by printing number of tests run in the form
85 "1..M" (so "1..5" means you're going to run 5 tests). This strange
86 format lets L<Test::Harness> know how many tests you plan on running in
89 If all your tests passe
[all...]
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dinplace.t8 plan( tests => 8 );
88 my @tests =
95 for my $test (@tests) {
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/
H A DMakefile.PL53 $xt = prompt("Should I do external tests?\n" .
54 "These tests will fail if there is no internet" .
60 my $tests = 't/*.t';
61 $tests .= ' t/external/*.t' if $xt =~ m/^y/io;
220 TESTS => $tests
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dfp-cmp-5.c112 static struct test const tests[] = local
128 tests[j].pos, tests[j].neg);
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dnewtests-perldelta.pl15 Output the added tests between the two last released versions of Perl
19 Output the added tests between the version tagged v5.11.1
44 warn "Finding newly added tests between $from..$to\n";
47 grep { m!^[-+](?:t|ext)/.*\.t\s+! } # only added/removed tests
51 die "No new tests found between $from and $to.";
72 Many modules updated from CPAN incorporate new tests.
H A Dbench.pl14 # Basic: run the tests in t/perf/benchmarks against two or
19 # run the tests against the same perl twice, with varying options
45 It is also considerably faster, and is capable of running tests in
54 a modification, so that you don't have rerun the same tests on the same
125 --tests=I<FOO>
127 Specify a subset of tests to run (or in the case of C<--read>, to read).
131 --tests=expr::assign::scalar_lex,expr::assign::2list_lex
132 --tests=/^expr::/
148 If C<--tests> is present too, then only tests matchin
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dbasic_exceptions.t4 use Test::More tests => 19;
/openbsd-current/gnu/usr.bin/perl/cpan/parent/t/
H A Dcompile-time-file.t11 use Test::More tests => 9;
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dnext_skip.t6 require q(./test.pl); plan(tests => 10);
10 This tests the classic diamond inheritance pattern.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dobject.t7 use Test::More tests => 7;
28 # I know these tests are simple, but they're documenting the base API, so
H A Dproverun.t20 # t/sample-tests and a name for the test. The rest is handled
22 my @tests = (
34 for my $test (@tests) {
38 = File::Spec->catfile( $t_dir, 'sample-tests', $test->{file} );
62 } @tests,
65 plan tests => @SCHEDULE * 3;
/openbsd-current/regress/sys/kern/flock/
H A Dlockf.c103 static struct test tests[] = { variable in typeref:struct:test
108 static int test_count = sizeof(tests) / sizeof(tests[0]);
140 error |= tests[i].testfn(fd);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dskip.t11 use Test::More tests => 17;
66 is( $warning, "skip() needs to know \$how_many tests are in the ".
97 like $warning, qr/^skip\(\) was passed a non-numeric number of tests/;
H A Dfail-like.t16 # This tests against that.
29 $TB->plan(tests => 4);
38 Test::More->import(tests => 1);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMakeMaker_Parameters.t14 use Test::More tests => 6;
H A Dinstalled_file.t15 use Test::More tests => 4;
H A D00compile.t31 plan tests => scalar @modules * 2;
/openbsd-current/gnu/usr.bin/perl/ext/FileCache/t/
H A D06export.t10 use Test::More tests => 8;
/openbsd-current/regress/sys/kern/select/
H A DMakefile14 @echo Disabled for now, some of the tests are unreliable.

Completed in 293 milliseconds

<<11121314151617181920>>