Changeset 11323 for lib

Show
Ignore:
Timestamp:
07/09/06 01:23:01 (2 years ago)
Author:
Darren_Duncan
Message:

removed now-empty t_disabled/ folders, added new initially-empty t_pugs/ folder, moved t/pugsrun/ to t_pugs/invocation/, renamed t/pugsbugs/ to t/bugs/, updated lib/Pugs/Doc/Hack.pod and other docs about the aforementioned ... still TODO: update the test/smoke harness to run t_pugs/*.t

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/Pugs/Doc/Hack.pod

    r11262 r11323  
    5353    |-- script       pugscc, the Pugs Compiler Collection 
    5454    |-- src          Source code for Pugs itself 
    55     |-- t            Perl 6 test suite 
    56     |-- t_disabled   Temporarily disabled tests 
     55    |-- t            Perl 6 general test suite, for all implementations 
     56    |-- t_pugs       Tests specific to the Pugs implementation of Perl 6 
    5757    `-- util         Utilities for hacking and testing Pugs 
    5858 
     
    204204    |   `-- syck               Import of Syck source 
    205205    | 
    206     |-- t                  Pugs/Perl 6 test library 
     206    |-- t                  Perl 6 general test suite, for all implementations 
    207207    |   |-- 01-sanity          Sanity checks that testing can proceed 
     208    |   |-- Dialects           Perl 6 non-standard dialects 
    208209    |   |-- Synopsis           Pointers to online AES docs and tests 
    209210    |   |-- Test-Less          Test index for test-less utility 
    210211    |   |-- builtins           Builtin function tests 
     212    |   |-- bugs               Uncategorized tests for known broken behavior 
    211213    |   |-- data_types         Basic data type tests 
    212214    |   |-- examples           Make examples/ tree act as tests 
     
    218220    |   |-- operators          Operator tests 
    219221    |   |-- packages           Tests for packages 
    220     |   |-- pugsbugs           Uncategorized tests for known broken behavior 
    221     |   |-- pugsrun            Tests for pugs (as opposed to Perl 6) 
    222222    |   |-- rules              Perl 6 rule and Perl 5 regex tests 
    223223    |   |-- statements         Statement-level construct tests 
     
    225225    |   |-- syntax             Basic syntax tests 
    226226    |   |-- types              Tests for types 
    227     |   |-- unspecced          Tests for Pugs extensions to Perl 6 
     227    |   |-- unspecced          Tests for unspecced extensions to Perl 6 
    228228    |   `-- var                Variable declaration tests 
    229229    | 
    230     |-- t_disabled         Disabled tests 
    231     |   |-- Dialects           Perl 6 non-standard dialects 
    232     |   |-- builtins           Problems with system() and strings with spaces 
    233     |   `-- rules              Port of tests from CPAN module Perl6::Rules 
     230    |-- t_pugs             Tests specific to the Pugs implementation of Perl 6 
     231    |   `-- invocation         Tests for pugs command-line arguments 
    234232    | 
    235233    `-- util               Utilities for hacking and testing Pugs 
    236234        `-- livecd             Tool to create a minimalistic Pugs Live CD 
     235 
     236 
     237 
    237238 
    238239=head2 Subversion properties