As of r24274:

        $ perl Configure.pl
        $ make pbc_to_c.pir
        $ cd languages/perl6
        $ make
        $ ../../parrot pbc_to_c.pir perl6.pbc
        $ cd ../..
        $ languages/perl6/perl6 languages/perl6/t/01-sanity/01-tap.t 
        1..10
        ok 1
        ok 2
        ok
        # comment
        ok 4
        ok 5
        ok 6 foo
        ok 7 # skip
        ok 8 # skip bar
        not ok 9 # TODO
        not ok 10 # TODO baz
        $ 

-- c

Reply via email to