Lines Matching +full:invert +full:- +full:ext

1 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
31 OpenSSL::Test - a private extension of Test::More
61 recipe C<$SRCTOP/test/recipes/99-foo.t>, there could be a directory
62 C<$SRCTOP/test/recipes/99-foo_data/>.
92 # is defined with a non-empty value.
128 variable if defined, otherwise C<$BLDTOP/test-runs> or C<$TOP/test-runs>,
154 unless -f srctop_file("Configure");
207 $codeblock->();
284 interpreter_args => [ "-I", srctop_dir("test") ])));
331 exe_shell => $ENV{EXE_SHELL}, %opts) -> (shift);
342 exe_shell => $ENV{EXE_SHELL}, %opts) -> (shift);
353 exe_shell => $ENV{EXE_SHELL}, %opts) -> (shift);
367 @prog, @cmdargs ], %opts) -> (shift);
381 @prog, @cmdargs ], %opts) -> (shift);
431 my ($cmd, $display_cmd) = shift->(0);
454 # In non-verbose, we want to shut up the command interpreter, in case
475 open($pipe, '-|', "$prefix$cmd") or die "Can't start command: $!";
491 $r = $hooks{exit_checker}->($e);
513 # non-zero.
524 my $tb = Test::More->builder;
525 my $failure = scalar(grep { $_ == 0; } $tb->summary);
712 my ($c, $dc, @el) = $_->(++$counter);
764 $codeblock->();
801 my ($cmd, $display_cmd) = shift->(0);
928 B<ok_nofips>, B<is_nofips> and B<isnt_nofips> to invert test results
948 $directories{RESULTTOP} = $ENV{RESULT_D} || __bldtop_dir("test-runs");
957 delete $directories{SRCDATA} unless -d $directories{SRCDATA};
1007 my $ext = "";
1009 $ext = ".exe";
1011 $ext = ".exe";
1013 return $ENV{"EXE_EXT"} || $ext;
1031 $out = catfile($directories{SRCTEST},@_,$f) unless -f $out;
1041 $out = catfile($directories{SRCAPPS},@_,$f) unless -f $out;
1051 $out = catfile($directories{SRCFUZZ},@_,$f) unless -f $out;
1259 $stdin = " < ".$fileornull->($opts{stdin}) if exists($opts{stdin});
1260 $stdout= " > ".$fileornull->($opts{stdout}) if exists($opts{stdout});
1261 $stderr=" 2> ".$fileornull->($opts{stderr}) if exists($opts{stderr});
1298 $level--;