Steven Schubiger <[EMAIL PROTECTED]> wrote: >> The test file t/pmc/pmc.t is full of Perl* tests. >> These should be factored out into t/pmc/perl*.t.
[ patches ] #34527 ignored #34528 - #34531 applied, thanks. Some more todo ;) Thanks, leo $ perl -Ilib t/pmc/pmc.t 1..51 ok 1 - newpmc ok 2 - illegal min newpmc ok 3 - illegal max newpmc ok 4 - if (P) - Int perlint.t ok 5 - unless (P) - In perlint.t ok 6 - if (P) - Num perlnum.t ok 7 - unless (P) - Num perlnum.t ok 8 - if (P) - String perlstring.t ok 9 - unless (P) - String perlstring.t ok 10 - undef-logical perlundef.t ... ... ok 16 - typeof ok 17 - inc, PerlInt perlint.t ok 18 - inc, PerlNum perlnum.t ... ... ok 26 - mod_p_p_i, PerlInt perlint.t ok 27 - PMC type check ok 28 - assign Px,Py ok 29 - exchange ok 30 - arithmetic with PerlUndef and native ints perlundef.t ok 31 - arithmetic with PerlUndef and native floats perlundef.t ok 32 - undef warning perlundef.t ok 33 - find_method ok 34 - new with a native type ok 35 - repeat perlstring.t ok 36 - bor undef perlundef.t ... ok 39 - bnot perlint.t ok 40 - if/unless with Integer PMC integer.t ok 41 - eq_addr same ok 42 - eq_addr diff ok 43 - isnull ok 44 - Random PMCs are singletons ok 45 - rand int random.t ok 46 - rand float random.t ok 47 - issame ok 48 - instantiate - no args ok 49 - set_p_pc - Sub constant ok 50 - .const - Sub constant ok 51 - get_mro