| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | call.t | 71 ok(eq_array( [ call_sv(\&f, $flags, @$args) ], $expected), 74 ok(eq_array( [ call_sv(*f, $flags, @$args) ], $expected), 77 ok(eq_array( [ call_sv('f', $flags, @$args) ], $expected), 80 ok(eq_array( [ call_pv('f', $flags, @$args) ], $expected), 83 ok(eq_array( [ call_argv('f', $flags, @$args) ], $expected), 86 ok(eq_array( [ eval_sv('f(' . join(',',map"'$_'",@$args) . ')', $flags) ], 89 ok(eq_array( [ call_method('meth', $flags, $obj, @$args) ], $expected), 103 ok(eq_array( [ call_sv('d', $flags|G_EVAL|$keep, @$args) ], 111 ok(eq_array( [ call_pv('d', $flags|G_EVAL|$keep, @$args) ], 119 ok(eq_array( [ call_argv('d', $flags|G_EVAL|$keep, @$args) ], [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/mro/ |
| D | complex_dfs_utf8.t | 86 ok(eq_array( 91 ok(eq_array( 96 ok(eq_array( 101 ok(eq_array( 106 ok(eq_array( 111 ok(eq_array( 116 ok(eq_array( 121 ok(eq_array( 126 ok(eq_array( 131 ok(eq_array( [all …]
|
| D | complex_c3_utf8.t | 89 ok(eq_array( 94 ok(eq_array( 99 ok(eq_array( 104 ok(eq_array( 109 ok(eq_array( 114 ok(eq_array( 119 ok(eq_array( 124 ok(eq_array( 129 ok(eq_array( 134 ok(eq_array( [all …]
|
| D | basic_utf8.t | 30 ok(eq_array( 34 ok(eq_array(mro::get_linear_isa('MRO_ᚠ', 'dfs'), \@MFO_ᚠ_DFS)); 35 ok(eq_array(mro::get_linear_isa('MRO_ᚠ', 'c3'), \@MFO_ᚠ_C3)); 41 ok(eq_array( 45 ok(eq_array(mro::get_linear_isa('MRO_ᚠ', 'dfs'), \@MFO_ᚠ_DFS)); 46 ok(eq_array(mro::get_linear_isa('MRO_ᚠ', 'c3'), \@MFO_ᚠ_C3)); 63 ok(eq_array( 149 ok(eq_array(mro::get_linear_isa('ᛁ앛ଌᛠ'),[qw/ᛁ앛ଌᛠ xx ƳƳ ƶƶ/])); 154 ok(eq_array(mro::get_linear_isa('ᛁ앛ଌᛠ'),[qw/ᛁ앛ଌᛠ xx main ƶƶ/])); 158 ok(eq_array(mro::get_linear_isa('ᛁ앛ଌᛠ'),[qw/ᛁ앛ଌᛠ/])); [all …]
|
| D | complex_dfs.t | 84 ok(eq_array( 89 ok(eq_array( 94 ok(eq_array( 99 ok(eq_array( 104 ok(eq_array( 109 ok(eq_array( 114 ok(eq_array( 119 ok(eq_array( 124 ok(eq_array( 129 ok(eq_array( [all …]
|
| D | complex_c3.t | 87 ok(eq_array( 92 ok(eq_array( 97 ok(eq_array( 102 ok(eq_array( 107 ok(eq_array( 112 ok(eq_array( 117 ok(eq_array( 122 ok(eq_array( 127 ok(eq_array( 132 ok(eq_array( [all …]
|
| D | basic.t | 34 ok(eq_array( 38 ok(eq_array(mro::get_linear_isa('MRO_F', 'dfs'), \@MFO_F_DFS)); 39 ok(eq_array(mro::get_linear_isa('MRO_F', 'c3'), \@MFO_F_C3)); 45 ok(eq_array( 49 ok(eq_array(mro::get_linear_isa('MRO_F', 'dfs'), \@MFO_F_DFS)); 50 ok(eq_array(mro::get_linear_isa('MRO_F', 'c3'), \@MFO_F_C3)); 55 ok(eq_array( 72 ok(eq_array( 158 ok(eq_array(mro::get_linear_isa('ISACLEAR'),[qw/ISACLEAR XX YY ZZ/])); 163 ok(eq_array(mro::get_linear_isa('ISACLEAR'),[qw/ISACLEAR XX main ZZ/])); [all …]
|
| D | basic_02_c3_utf8.t | 84 ok(eq_array( 89 ok(eq_array( 94 ok(eq_array( 99 ok(eq_array( 104 ok(eq_array( 109 ok(eq_array(
|
| D | basic_02_dfs_utf8.t | 84 ok(eq_array( 89 ok(eq_array( 94 ok(eq_array( 99 ok(eq_array( 104 ok(eq_array( 109 ok(eq_array(
|
| D | basic_02_dfs.t | 82 ok(eq_array( 87 ok(eq_array( 92 ok(eq_array( 97 ok(eq_array( 102 ok(eq_array( 107 ok(eq_array(
|
| D | basic_02_c3.t | 82 ok(eq_array( 87 ok(eq_array( 92 ok(eq_array( 97 ok(eq_array( 102 ok(eq_array( 107 ok(eq_array(
|
| D | next_method.t | 48 ok(eq_array(
|
| D | next_method_utf8.t | 50 ok(eq_array(
|
| D | basic_01_dfs.t | 40 ok(eq_array(
|
| D | basic_01_c3.t | 40 ok(eq_array(
|
| D | basic_04_dfs_utf8.t | 34 ok(eq_array(
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | hashassign.t | 36 ok (eq_array (\@comma, \@temp), 'list from comma hash'); 39 ok (eq_array (\@comma, \@temp), 'first each from comma hash'); 41 ok (eq_array ([], \@temp), 'last each from comma hash'); 54 ok (eq_array (\@temp, \@temp), 'list from copy of comma hash'); 57 ok (eq_array (\@temp, \@temp), 'first each from copy of comma hash'); 59 ok (eq_array ([], \@temp), 'last each from copy of comma hash'); 76 ok (eq_array (\@arrow, \@temp), 'list from arrow hash'); 79 ok (eq_array (\@arrow, \@temp), 'first each from arrow hash'); 81 ok (eq_array ([], \@temp), 'last each from arrow hash'); 94 ok (eq_array (\@temp, \@temp), 'list from copy of arrow hash'); [all …]
|
| D | kvaslice.t | 39 ok eq_array( \@a, [ (1 => 'b') x 3 ]), "repetead keys end with repeated results"; 65 ok( eq_array( \@a, ['a', 'b'] ), "correct array" ); 99 ok( eq_array( \@a, [0,2,2,4] ), "correct array" ); 100 ok( eq_array( \@i, [1,3] ), "indexes not touched" ); 109 ok( eq_array( \@a, [0,2,2,4] ), "correct array" ); 110 ok( eq_array( \@i, [1,3] ), "indexes not touched" );
|
| D | srand.t | 27 ok( eq_array(\@first_run, \@second_run), 'srand(), same arg, same rands' ); 37 ok( !eq_array(\@first_run, \@second_run), 50 ok( !eq_array(\@first_run, \@second_run), 62 ok( !eq_array(\@first_run, \@second_run), 'srand() called automatically');
|
| D | try.t | 196 ok(eq_array(\@array, [4, 5, 6]), 'try { return } in :lvalue sub in list context' ); 211 ok(eq_array(\@list, [1, 2, 3]), 'do { try } in list context'); 234 ok(eq_array(\@list, [4, 5, 6]), 'do { try/catch } in list context');
|
| D | kvhslice.t | 39 ok eq_array( \@a, [ ('c', 'C') x 3 ]), "repetead keys end with repeated results"; 178 ok( eq_array( [%h{'b','a', 'e'}], [qw(b B a A e), undef] ),
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| D | More.t | 92 ok( eq_array([qw(this that whatever)], [qw(this that whatever)]), 120 ok( eq_array(\@complex_array1, \@complex_array2), 130 ok( !eq_array(\@array1, \@array2),
|
| D | circular_data.t | 24 ok( eq_array ($a1, $a2) ); 40 ok( eq_array ([$s], [$r]) );
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | call | 398 ok(eq_array( [ &Devel::PPPort::call_sv(\&f, $flags, @$args) ], $expected)); 399 ok(eq_array( [ &Devel::PPPort::call_sv(*f, $flags, @$args) ], $expected)); 400 ok(eq_array( [ &Devel::PPPort::call_sv('f', $flags, @$args) ], $expected)); 401 ok(eq_array( [ &Devel::PPPort::call_pv('f', $flags, @$args) ], $expected)); 402 ok(eq_array( [ &Devel::PPPort::call_argv('f', $flags, @$args) ], $expected)); 403 ok(eq_array( [ &Devel::PPPort::eval_sv("f(qw(@$args))", $flags) ], $expected)); 404 ok(eq_array( [ &Devel::PPPort::call_method('meth', $flags, $obj, @$args) ], $expected)); 405 ok(eq_array( [ &Devel::PPPort::call_sv_G_METHOD('meth', $flags, $obj, @$args) ], $expected));
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | builtin.t | 313 ok(eq_array([indexed], [] ), 316 ok(eq_array([indexed "A"], [0, "A"] ), 319 ok(eq_array([indexed "X" .. "Z"], [0, "X", 1, "Y", 2, "Z"] ), 324 ok(eq_array(\@orig, [1 .. 3]), 'indexed copies values, does not alias');
|