| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | explain.t | 20 is_deeply [explain("foo")], ["foo"]; 21 is_deeply [explain("foo", "bar")], ["foo", "bar"]; 25 is_deeply [map { eval $_ } explain([], {})], [[], {}]; 27 is_deeply [map { eval $_ } explain(23, [42,91], 99)], [23, [42, 91], 99];
|
| H A D | explain_err_vars.t | 6 explain { 1 => 1 };
|
| /openbsd-src/games/hunt/hunt/ |
| H A D | playit.c | 274 int explain, ch; in quit() local 283 explain = FALSE; in quit() 356 if (!explain) { in quit() 358 explain = TRUE; in quit() 366 explain = FALSE; in quit() 379 if (!explain) { in quit() 381 explain = TRUE; in quit()
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/t/ |
| H A D | invlist.t | 50 is scalar @array, 2, "invlist array size is 2" or diag explain \@array; 51 … is $array[0], 0, "PL_Latin1 first value in the invlist array is 0" or diag explain \@array; 52 … is $array[1], 256, "PL_Latin1 second value in the invlist array is 0" or diag explain \@array;
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | lfs.t | 25 sub explain { 133 explain("seeking past 2GB failed: $err"); 144 explain("writing past 2GB failed: process limits?"); 146 explain("filesystem quota limits?"); 148 explain("error: $!"); 157 explain("kernel/fs not configured to use large files?"); 231 explain() unless $::Tests_Are_Passing;
|
| /openbsd-src/gnu/usr.bin/perl/ext/Fcntl/t/ |
| H A D | syslfs.t | 27 sub explain { 136 explain("seeking past 2GB failed: ", 149 explain("writing past 2GB failed: process limits?"); 151 explain("filesystem quota limits?"); 153 explain("error: $!"); 162 explain("kernel/fs not configured to use large files?"); 235 explain() unless Test::Builder->new()->is_passing();
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
| H A D | Base.pm | 335 my $explain; 337 $explain 353 $self->_failure_output($explain) if $explain;
|
| /openbsd-src/lib/libc/regex/ |
| H A D | regerror.c | 52 const char *explain; member 102 s = r->explain; in regerror()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | regerror.c | 57 const char *explain; member 108 s = r->explain; in llvm_regerror()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/ |
| H A D | TestBridge.pm | 290 ) or diag "YAML:\n$yaml\n", 'warning: ', explain(\@warnings); 390 or diag "GOT:\n", explain($got), "\nWANTED:\n", explain($want);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/ |
| H A D | Capture.pm | 187 sub explain { subroutine 188 return Test::Builder::explain(@_);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | converter-fragments.t | 157 or diag "GOT:\n", explain($got), "EXPECTED:\n", explain($exp);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
| H A D | 010_url.t | 32 is_deeply($got, $exp, "->split_url('$url')") or diag explain $got;
|
| H A D | 130_redirect.t | 74 ) or diag explain $response->{redirects};
|
| H A D | 100_get.t | 112 or diag explain $response->{redirects};
|
| /openbsd-src/games/cribbage/ |
| H A D | extern.c | 37 bool explain = FALSE; /* player mistakes explained */ variable
|
| H A D | cribbage.h | 59 extern bool explain; /* player mistakes explained */
|
| H A D | support.c | 126 i = scorehand(hand, turnover, CINHAND, strcmp(s, "crib") == 0, explain); in plyrhand() 145 if (explain) in plyrhand()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/ |
| H A D | version.t | 26 diag(explain(\%ENV));
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/ |
| H A D | metadata.t | 200 diag 'parsed module: ', explain($pm_info) if $errs and not $ENV{PERL_CORE} 365 diag 'parsed module: ', explain($pm_info) if $errs and not $ENV{PERL_CORE} 451 or diag explain $got_pvfd; 457 or diag explain $got_pvfd; 473 or diag explain $got_provides; 490 or diag explain $got_provides;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | encoding-locale.t | 23 or diag("Encoding: ", explain($locale_encoding));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 981130-1.x | 9 # we generate an xfail result and explain that it is alias analysis that
|
| /openbsd-src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ |
| H A D | ReadLine-STDERR.t | 44 …is_deeply \@out, [ q{&STDIN}, q{&STDERR} ], "findConsole isn't using /dev/tty" or diag explain \@o…
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 72 switch (opts::explain::InputType) { in explainBinaryFile() 73 case opts::explain::InputFileType::DBIStream: { in explainBinaryFile() 80 case opts::explain::InputFileType::PDBStream: { in explainBinaryFile()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/ |
| H A D | 04_extdel.t | 53 is_deeply \@fields, ['a', "'x b'", 'c'] or diag 'got: ', explain \@fields;
|