Searched refs:test_args (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| D | split_command.t | 32 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/ |
| D | Harness.pm | 81 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;
|
| D | Parser.pm | 437 my $test_args = delete $args{test_args} || []; 471 ->test_args($test_args);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/ |
| D | Prove.pm | 178 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/ |
| D | testargs.t | 32 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' ],
|
| D | source_handler.t | 116 test_args => ['foo'], 391 $source->test_args( $test->{test_args} ) if $test->{test_args};
|
| D | source.t | 54 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' );
|
| D | harness.t | 70 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/ |
| D | Source.pm | 169 sub test_args { subroutine 171 return $self->{test_args} unless @_; 172 $self->{test_args} = shift;
|
| /openbsd/src/gnu/llvm/clang/utils/ |
| D | FuzzTest | 126 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/ |
| D | Executable.pm | 124 push @command, @{ $source->test_args || [] };
|
| D | Perl.pm | 265 my @args = @{ $source->test_args || [] };
|
| /openbsd/src/regress/usr.bin/sed/ |
| D | sedtest.sh | 74 test_args 96 test_args() function
|
| /openbsd/src/usr.bin/sed/TEST/ |
| D | sed.test | 78 test_args 99 test_args()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | BugpointRedesign.md | 56 `--test_args=<test_arguments>`
|