Home
last modified time | relevance | path

Searched refs:explain (Results 1 – 25 of 212) sorted by relevance

123456789

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dexplain.t20 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 Dexplain_err_vars.t6 explain { 1 => 1 };
/openbsd-src/games/hunt/hunt/
H A Dplayit.c274 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 Dinvlist.t50 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 Dlfs.t25 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 Dsyslfs.t27 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 DBase.pm335 my $explain;
337 $explain
353 $self->_failure_output($explain) if $explain;
/openbsd-src/lib/libc/regex/
H A Dregerror.c52 const char *explain; member
102 s = r->explain; in regerror()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Dregerror.c57 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 DTestBridge.pm290 ) 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 DCapture.pm187 sub explain { subroutine
188 return Test::Builder::explain(@_);
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dconverter-fragments.t157 or diag "GOT:\n", explain($got), "EXPECTED:\n", explain($exp);
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D010_url.t32 is_deeply($got, $exp, "->split_url('$url')") or diag explain $got;
H A D130_redirect.t74 ) or diag explain $response->{redirects};
H A D100_get.t112 or diag explain $response->{redirects};
/openbsd-src/games/cribbage/
H A Dextern.c37 bool explain = FALSE; /* player mistakes explained */ variable
H A Dcribbage.h59 extern bool explain; /* player mistakes explained */
H A Dsupport.c126 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 Dversion.t26 diag(explain(\%ENV));
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dmetadata.t200 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 Dencoding-locale.t23 or diag("Encoding: ", explain($locale_encoding));
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D981130-1.x9 # 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 DReadLine-STDERR.t44 …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 DExplainOutputStyle.cpp72 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 D04_extdel.t53 is_deeply \@fields, ['a', "'x b'", 'c'] or diag 'got: ', explain \@fields;

123456789