Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
Dsplit_command.t32 my @test_args = qw(foo bar baz yar car har ackapicklerootyjamboree);
33 my @cmds = $mm->split_command($echo, @test_args);
37 is( join('', @results), join('', @test_args));
40 my %test_args = ( foo => 42, bar => 23, car => 'har' );
42 @cmds = $mm->split_command($even_args, %test_args);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
DHarness.pm81 test_args => sub { shift; shift },
836 if ( defined( my $test_args = $self->test_args ) ) {
838 if ( ref($test_args) eq 'HASH' ) {
841 if ( exists( $test_args->{ $job->description } ) ) {
842 $test_args = $test_args->{ $job->description };
850 $args{test_args} = $test_args;
DParser.pm437 my $test_args = delete $args{test_args} || [];
471 ->test_args($test_args);
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
DProve.pm178 my @test_args = splice @args, $stop_at;
179 shift @test_args;
180 $self->{test_args} = \@test_args;
367 if ( defined( my $test_args = $self->test_args ) ) {
368 $args{test_args} = $test_args;
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dtestargs.t32 my $parser = TAP::Parser->new( { %$options, test_args => \@args } );
75 { verbosity => -9, test_args => $test_arg_type } );
106 is_deeply $log->[0]->[0]->{test_args}, [ 'one', 'two', 'huh' ],
Dsource_handler.t116 test_args => ['foo'],
391 $source->test_args( $test->{test_args} ) if $test->{test_args};
Dsource.t54 is( $source->test_args, undef, 'test_args not set by default' );
55 $source->test_args( ['foo'] );
56 is_deeply( $source->test_args, ['foo'], '... test_args now set' );
Dharness.t70 for my $test_args ( get_arg_sets() ) {
71 my %args = %$test_args;
79 while ( my ( $property, $test ) = each %$test_args ) {
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
DSource.pm169 sub test_args { subroutine
171 return $self->{test_args} unless @_;
172 $self->{test_args} = shift;
/openbsd/src/gnu/llvm/clang/utils/
DFuzzTest126 test_args = [a % options for a in args]
128 print '%s: note: executing %r' % (sys.argv[0], test_args)
139 p = subprocess.Popen(test_args, stdout=stdout, stderr=stderr)
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
DExecutable.pm124 push @command, @{ $source->test_args || [] };
DPerl.pm265 my @args = @{ $source->test_args || [] };
/openbsd/src/regress/usr.bin/sed/
Dsedtest.sh74 test_args
96 test_args() function
/openbsd/src/usr.bin/sed/TEST/
Dsed.test78 test_args
99 test_args()
/openbsd/src/gnu/llvm/llvm/docs/
DBugpointRedesign.md56 `--test_args=<test_arguments>`