Home
last modified time | relevance | path

Searched refs:is_ok (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dregression.t60 is_ok => TRUE,
66 is_ok => TRUE,
76 is_ok => TRUE,
87 is_ok => TRUE,
98 is_ok => TRUE,
109 is_ok => TRUE,
141 is_ok => TRUE,
151 is_ok => TRUE,
162 is_ok => TRUE,
173 is_ok => TRUE,
[all …]
H A Dparse.t91 ok $test->is_ok, '... and the correct boolean version of is_ok()';
124 ok $failed->is_ok, '... and TODO tests should always pass';
161 ok $test->is_ok, '... and the correct boolean version of is_ok()';
183 ok !$failed->is_ok, '... and the tests should not have passed';
213 ok $test->is_ok, '... and the correct boolean version of is_ok()';
237 ok $bonus->is_ok, '... and TODO tests should not always pass';
263 ok $passed->is_ok, '... and TODO tests should always pass';
375 ok $test->is_ok, '... and the correct boolean version of is_ok()';
417 ok $test->is_ok, '... and the correct boolean version of is_ok()';
H A Dresults.t34 is_ok => 1,
204 is_ok => 1,
252 is_ok => 1,
H A Dprove.t1470 my $is_ok = undef;
1473 $is_ok = ok $assertion->( $val, $attr ),
1477 $is_ok = like $val, $assertion,
1481 $is_ok = is_deeply $val, $assertion,
1485 unless ($is_ok) {
H A Dpremature-bailout.t125 ok $result->is_ok(), "The event has passed";
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DResult.pm186 sub is_ok {1} subroutine
198 shift->is_ok;
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/
H A DSession.pm45 { test => sub { $_->is_test && !$_->is_ok },
149 || ( $is_test && $failures && !$result->is_ok )
/openbsd/usr.sbin/nsd/
H A Ddbaccess.c89 zone->is_ok = 1; in namedb_zone_create()
269 zone->is_ok = 1; in namedb_read_zonefile()
286 zone->is_ok = 1; in namedb_read_zonefile()
H A Dverify.c212 verifier->zone->is_ok = verifier->was_ok; in close_verifier()
501 verifier->was_ok = zone->is_ok; in verify_zone()
586 zone->is_ok = 1; in verify_zone()
H A Dnamedb.h147 unsigned is_ok : 1; /* zone has not expired */ member
H A Ddifffile.c1873 if(ok && !z->is_ok) in task_process_expire()
1874 z->is_ok = 1; in task_process_expire()
1875 else if(!ok && z->is_ok) in task_process_expire()
1876 z->is_ok = 0; in task_process_expire()
H A Dquery.c1464 q->zone->opts->pattern->request_xfr != 0 && !q->zone->is_ok) { in answer_lookup_zone()
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
H A DTest.pm125 sub is_ok { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/
H A DSession.pm53 || ( $result->is_test && $formatter->failures && !$result->is_ok )
/openbsd/usr.sbin/unbound/smallapp/
H A Dunbound-checkconf.c611 int is_ok = 0; in check_modules_exist() local
617 is_ok = 1; in check_modules_exist()
622 if(is_ok == 0) { in check_modules_exist()
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm1242 push @{ $self->{ $test->is_ok ? 'passed' : 'failed' } } =>
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog4701 - only update zone-is_ok if needed to reduce memory copy on write.
4709 - moved is_ok for zones to the zone_type in namedb, not in