Changeset 21384 for perl5

Show
Ignore:
Timestamp:
07/18/08 22:33:01 (6 months ago)
Author:
fglock
Message:

moved local tests to t/v6-pm/; added t/spec/, etc # 408 tests pass

Location:
perl5/Pugs-Compiler-Perl6
Files:
1 added
4 removed
2 modified
1 copied
10 moved

Legend:

Unmodified
Added
Removed
  • perl5/Pugs-Compiler-Perl6/MANIFEST

    r21313 r21384  
    5656META.yml 
    5757 
     58t/02-test-pm/2-force_todo.t 
     59 
    5860t/01-sanity/01-tap.t 
    5961t/01-sanity/02-counter.t 
     
    6870t/01-sanity/07-isa.t 
    6971t/01-sanity/07-range.t 
    70 # don't copy one. We have a modified version.  
    71 # t/01-sanity/07-ref.t 
     72t/01-sanity/07-ref.t 
    7273t/01-sanity/07-simple-multisubs.t 
    7374t/01-sanity/07-split.t 
    7475t/01-sanity/07-substr.t 
    75 # t/01-sanity/07-tailcall.t 
    7676t/01-sanity/07-try.t 
    77  
    7877t/02-test-pm/0-compile.t 
    79 t/02-test-pm/2-force_todo.t 
    80  
    81 # t/builtins/arity.t 
    82  
    83 # t/builtins/io/exit-in-if.t 
    84 # t/builtins/io/exit.t  - error in make dist 
    85  
    86 # t/builtins/strings/append.t 
    87  
    88 # t/data_types/array_extending.t 
     78t/02-test-pm/3-output.t 
     79t/blocks/bare_block_with_dollar_underscore.t 
     80t/blocks/defaults.t 
     81t/blocks/meth_vs_sub_call.t 
     82t/blocks/nested_named.t 
     83t/blocks/primitive_named_params.t 
     84t/blocks/splatty_with_type.t 
     85t/builtins/math/pi_internals.t 
     86t/closure_traits/exit_in_begin.t 
     87t/examples/99problems/problem38.t 
     88t/examples/99problems/problem47.t 
     89t/examples/99problems/problem48.t 
     90t/examples/99problems/problem55.t 
     91t/examples/99problems/problem57.t 
     92t/examples/99problems/problem58.t 
     93t/examples/99problems/problem59.t 
     94t/examples/99problems/problem60.t 
     95t/examples/99problems/problem63.t 
     96t/examples/99problems/problem66.t 
     97t/examples/99problems/problem68.t 
     98t/examples/99problems/problem69.t 
     99t/examples/99problems/problem70.t 
     100t/examples/99problems/problem71.t 
     101t/examples/99problems/problem72.t 
     102t/examples/99problems/problem73.t 
     103t/examples/99problems/problem80.t 
     104t/examples/99problems/problem81.t 
     105t/examples/99problems/problem82.t 
     106t/examples/99problems/problem83.t 
     107t/examples/99problems/problem84.t 
     108t/examples/99problems/problem85.t 
     109t/examples/99problems/problem86.t 
     110t/examples/99problems/problem87.t 
     111t/examples/99problems/problem88.t 
     112t/examples/99problems/problem89.t 
     113t/examples/99problems/problem92.t 
     114t/examples/99problems/problem93.t 
     115t/examples/99problems/problem94.t 
     116t/examples/99problems/problem96.t 
     117t/examples/golf.t 
     118t/oo/roles/instantiation.t 
     119t/operators/brainos.t 
     120t/operators/relational.t 
     121t/operators/spaceship_and_datatypes.t 
     122t/packages/reflection.t 
     123t/regex/from_perl6_rules/anchors.t 
     124t/regex/from_perl6_rules/inline.t 
     125t/regex/from_perl6_rules/noncap.t 
     126t/regex/rx_perl5_escape.t 
     127t/regex/smartparse.t 
     128t/spec/S02-builtin_data_types/array_extending.t 
     129t/spec/S02-builtin_data_types/nested_arrays.t 
     130t/spec/S04-statements/until.t 
     131t/spec/S10-packages/import.t 
     132t/spec/S12-class/inheritance-class-methods.t 
     133t/spec/S12-role/composition.t 
     134t/spec/S16-filehandles/open.t 
     135t/spec/S16-io/say.t 
     136t/spec/S29-any/cmp.t 
     137t/spec/S29-array/exists.t 
     138t/spec/S29-context/exit-in-if.t 
     139t/spec/S29-context/exit.t 
     140t/spec/S29-list/mutating_listops.t 
     141t/spec/S29-str/append.t 
     142t/statements/modifiers/if.t 
     143t/statements/modifiers/unless.t 
     144t/statements/until.t 
     145t/statements/values_in_bool_context.t 
     146t/syntax/lf_in_list.t 
     147t/syntax/parsing/braces_in_rules.t 
     148t/syntax/parsing/braces_in_strings.t 
     149t/syntax/parsing/filetest.t 
     150t/syntax/parsing/non-dotted-new-disallowed.t 
     151t/syntax/parsing/pod_in_multi_line_exprs.t 
     152t/syntax/parsing/postfix_if_and_is.t 
     153t/syntax/single_quoted_strings.t 
     154t/var/lvalue_deep_brackets.t 
     155t/var/passing_the_pair_class_to_a_sub.t 
     156t/xx-uncategorized/empty_kwid.t 
     157t/xx-uncategorized/lexical-array-in-inner-block.t 
     158t/xx-uncategorized/return_in_anonymous_subs.t 
     159t/xx-uncategorized/short_circuiting.t 
     160t/xx-uncategorized/smartmatch_rx_obstacle.t 
    89161 
    90162t/Test.pm 
  • perl5/Pugs-Compiler-Perl6/Makefile.PL

    r21311 r21384  
    4545        my $src = "$inc[-1]/../$_"; 
    4646        $src = "$inc[-1]/../ext/Test/lib/Test.pm" if $_ eq 't/Test.pm'; 
     47        next unless -f $src; 
    4748        copy($src => $_); 
    4849        `$^X -i -pe ' s/^use v6;/use v6-alpha;/ ' '$_' `