Home
last modified time | relevance | path

Searched refs:ok_count (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/textproc/p5-Pod-POM/Pod-POM-2.01/lib/Pod/POM/
H A DTest.pm35 my $ok_count;
39 $ok_count = 1;
46 print "ok ", $ok_count++, "\n";
49 print "FAILED $ok_count: $msg\n" if defined $msg;
50 print "not ok ", $ok_count++, "\n";
77 print "FAILED $ok_count:\n expect: [$expect]\n result: [$result]\n";
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/lib/Template/
H A DTest.pm52 my ($ntests, $ok_count);
77 $ok_count = 1;
98 unless ($ok_count) {
105 print "ok ", $ok_count++, "$msg\n";
108 print STDERR "FAILED $ok_count: $msg\n" if defined $msg;
109 print "not ok ", $ok_count++, "$msg\n";
139 my $count = $ok_count ? $ok_count : scalar @results + 1;
162 unless $ok_count || $NO_FLUSH;
395 my $count = $ok_count ? $ok_count - 1 : scalar @results;
/dports/www/vdradmin-am/vdradmin-am-3.6.10/lib/Template/
H A DTest.pm57 my ($ntests, $ok_count);
82 $ok_count = 1;
103 unless ($ok_count) {
110 print "ok ", $ok_count++, "$msg\n";
113 print STDERR "FAILED $ok_count: $msg\n" if defined $msg;
114 print "not ok ", $ok_count++, "$msg\n";
144 my $count = $ok_count ? $ok_count : scalar @results + 1;
167 unless $ok_count || $NO_FLUSH;
389 my $count = $ok_count ? $ok_count - 1 : scalar @results;
/dports/sysutils/myrescue/myrescue-0.9.4/src/
H A Dmyrescue.c166 ok_count, bad_count ) ; in print_status()
178 long ok_count = 0 ; in do_copy() local
193 ok_count, bad_count ) ; in do_copy()
197 ++ok_count ; in do_copy()
211 ok_count, bad_count ) ; in do_copy()
218 ok_count, bad_count ) ; in do_copy()
253 *ok_count, *bad_count ) ; in do_jump_run()
258 ++(*ok_count); in do_jump_run()
278 long ok_count = 0 ; in do_jump() local
301 &ok_count, &bad_count, in do_jump()
[all …]
/dports/mail/pyzor/pyzor-1.0.0/scripts/
H A Dpyzor-migrate22 ok_count = 0
38 ok_count += 1
39 if ok_count % print_interval == 0:
40 print("%s records transferred..." % ok_count)
48 "records failed" % (ok_count, fail_count))
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/lib/t/
H A DSafeProcess.t32 my $ok_count= 0;
44 $ok_count++ if ($proc->wait_one(10) == 0 and
47 ok($count == $ok_count, "check exit_status, $ok_count");
54 my $ok_count= 0;
69 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
72 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/lib/t/
H A DSafeProcess.t32 my $ok_count= 0;
44 $ok_count++ if ($proc->wait_one(10) == 0 and
47 ok($count == $ok_count, "check exit_status, $ok_count");
54 my $ok_count= 0;
69 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
72 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/lib/t/
H A DSafeProcess.t32 my $ok_count= 0;
44 $ok_count++ if ($proc->wait_one(10) == 0 and
47 ok($count == $ok_count, "check exit_status, $ok_count");
54 my $ok_count= 0;
69 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
72 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/lib/t/
H A DSafeProcess.t32 my $ok_count= 0;
44 $ok_count++ if ($proc->wait_one(10) == 0 and
47 ok($count == $ok_count, "check exit_status, $ok_count");
54 my $ok_count= 0;
69 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
72 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/lib/t/
H A DSafeProcess.t32 my $ok_count= 0;
44 $ok_count++ if ($proc->wait_one(10) == 0 and
47 ok($count == $ok_count, "check exit_status, $ok_count");
54 my $ok_count= 0;
69 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
72 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/lib/t/
H A DSafeProcess.t32 my $ok_count= 0;
44 $ok_count++ if ($proc->wait_one(10) == 0 and
47 ok($count == $ok_count, "check exit_status, $ok_count");
54 my $ok_count= 0;
69 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
72 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/lib/t/
H A DSafeProcess.t32 my $ok_count= 0;
44 $ok_count++ if ($proc->wait_one(10) == 0 and
47 ok($count == $ok_count, "check exit_status, $ok_count");
54 my $ok_count= 0;
69 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
72 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/lib/t/
H A DSafeProcess.t39 my $ok_count= 0;
51 $ok_count++ if ($proc->wait_one(10) == 0 and
54 ok($count == $ok_count, "check exit_status, $ok_count");
61 my $ok_count= 0;
76 $ok_count++ if ($procs{$code}->wait_one(10) == 0 and
79 ok($count == $ok_count, "concurrent, $ok_count");
/dports/devel/liblas/libLAS-1.8.1/test/unit/tut/
H A Dtut_console_reporter.hpp69 int ok_count; member in tut::console_reporter
80 ok_count(0), in console_reporter()
94 ok_count(0), in console_reporter()
123 ok_count++; in test_completed()
244 os << " ok:" << ok_count; in run_completed()
262 ok_count = 0; in init()
/dports/graphics/geos/geos-3.9.1/tests/unit/tut/
H A Dtut_console_reporter.hpp75 int ok_count; member in tut::console_reporter
86 ok_count(0), in console_reporter()
100 ok_count(0), in console_reporter()
129 ok_count++; in test_completed()
250 os << " ok:" << ok_count; in run_completed()
268 ok_count = 0; in init()

1234567