/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | regression.t | 60 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 D | parse.t | 91 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 D | results.t | 34 is_ok => 1, 204 is_ok => 1, 252 is_ok => 1,
|
H A D | prove.t | 1455 my $is_ok = undef; 1458 $is_ok = ok $assertion->( $val, $attr ), 1462 $is_ok = like $val, $assertion, 1466 $is_ok = is_deeply $val, $assertion, 1470 unless ($is_ok) {
|
H A D | premature-bailout.t | 125 ok $result->is_ok(), "The event has passed";
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
H A D | Result.pm | 186 sub is_ok {1} subroutine 198 shift->is_ok;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ |
H A D | Session.pm | 45 { test => sub { $_->is_test && !$_->is_ok }, 149 || ( $is_test && $failures && !$result->is_ok )
|
/openbsd/usr.sbin/nsd/ |
H A D | dbaccess.c | 89 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 D | verify.c | 212 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 D | namedb.h | 147 unsigned is_ok : 1; /* zone has not expired */ member
|
H A D | difffile.c | 1873 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 D | query.c | 1464 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 D | Test.pm | 125 sub is_ok { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/ |
H A D | Session.pm | 53 || ( $result->is_test && $formatter->failures && !$result->is_ok )
|
/openbsd/usr.sbin/unbound/smallapp/ |
H A D | unbound-checkconf.c | 614 int is_ok = 0; in check_modules_exist() local 620 is_ok = 1; in check_modules_exist() 625 if(is_ok == 0) { in check_modules_exist()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
H A D | Parser.pm | 1242 push @{ $self->{ $test->is_ok ? 'passed' : 'failed' } } =>
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | ChangeLog | 4701 - 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
|