Home
last modified time | relevance | path

Searched refs:ntest (Results 1 – 12 of 12) sorted by relevance

/openbsd/regress/sys/ffs/
H A Drun20 echo -n "Running test #${ntest}... "
32 ntest=$((ntest + 1))
37 echo -n "Running test #${ntest}... "
45 ntest=$((ntest + 1))
55 ntest=0
60 totntest=$((totntest + ntest))
/openbsd/gnu/usr.bin/perl/dist/Test/lib/
H A DTest.pm8 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, $ntest, $TestLevel); #public-is
17 $ntest = 1;
27 @EXPORT_OK = qw($ntest $TESTOUT $TESTERR);
426 my $todo = $todo{$ntest};
429 print $TESTOUT "ok $ntest # ($context)\n";
433 print $TESTOUT "not ok $ntest\n";
436 print $TESTOUT "ok $ntest\n";
449 ++ $ntest;
472 my $prefix = "Test $ntest";
734 my $ok = "ok $ntest # skip";
[all …]
/openbsd/regress/sys/ffs/tests/truncate/
H A D12.t18 echo "not ok ${ntest}"
19 ntest=$((ntest + 1))
/openbsd/gnu/llvm/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py45 ntest = 0
57 base_offset = ntest * 2 * BUNDLE_SIZE
95 ntest += 1
/openbsd/gnu/usr.bin/perl/dist/Test/t/
H A Donfail.t4 use Test qw($ntest plan ok $TESTOUT $TESTERR);
20 $ntest = 1;
H A Dskip.t3 use Test qw($TESTOUT $TESTERR $ntest plan ok skip);
21 $ntest = 1;
H A Dmix.t3 use Test qw(:DEFAULT $TESTOUT $TESTERR $ntest);
32 $ntest = 1;
H A Dtodo.t3 use Test qw(:DEFAULT $TESTOUT $TESTERR $ntest);
26 $ntest = 1;
H A Dfail.t4 use Test qw($TESTOUT $TESTERR $ntest ok skip plan);
37 $ntest = 1;
/openbsd/regress/usr.sbin/bgpd/unittests/
H A Drde_decide_test.c275 size_t i, ntest; in main() local
277 ntest = sizeof(test_pfx) / sizeof(*test_pfx); in main()
278 for (i = 1; i < ntest; i++) { in main()
/openbsd/gnu/usr.bin/perl/cpan/MIME-Base64/t/
H A Dquoted-print.t36 ["test \ntest\n\t \t \n" => "test=20=20\ntest\n=09=20=09=20\n"],
126 ["test \ntest\n\t \t \n" => "test=40=40\ntest\n=05=40=05=40\n"],
/openbsd/gnu/usr.bin/perl/dist/Test/
H A DChangeLog148 * Moved $ntest to @EXPORT_OK from @EXPORT.