Re: [perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-18 Thread Cosimo Streppone
Jerry Gay via RT wrote: applied as r24965. it's causing a heck of a lot of failing tests. however, i'll leave them in for a day or three, while we see what we can do to get them passing. hint: getting 'fudge' working on rakudo would do us a world of good. ~jerry Do you mean running: perl6

[perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-17 Thread Jerry Gay via RT
applied as r24965. it's causing a heck of a lot of failing tests. however, i'll leave them in for a day or three, while we see what we can do to get them passing. hint: getting 'fudge' working on rakudo would do us a world of good. ~jerry

Re: [perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-13 Thread Patrick R. Michaud
On Sun, Jan 13, 2008 at 10:54:57AM +0100, Cosimo Streppone wrote: > I had discussed the [S29/subdir/*.t] structure with > particle over irc, but probably I misunderstood. > > So I'd better change these tests to something like: > > t/spec/S29-str/chomp.t > t/spec/S29-str/p5chomp.t > ... >

Re: [perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-13 Thread Cosimo Streppone
Patrick wrote: I've been hoping to avoid subdirs in the SXX directories. In other words, instead of having S29-functions/type1/*.t S29-functions/type2/*.t S29-functions/type3/*.t I'd like to see S29-type1/*.t S29-type2/*.t S29-type3/*.t The idea is to have one directory under spe

Re: [perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-12 Thread Patrick R. Michaud
On Sat, Jan 12, 2008 at 08:57:11AM -0800, Cosimo Streppone wrote: > # New Ticket Created by Cosimo Streppone > # Please include the string: [perl #49714] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=49714 > > > > This

[perl #49714] [PATCH] Extend perl6 spectest to fetch and execute S04-S29 tests

2008-01-12 Thread via RT
# New Ticket Created by Cosimo Streppone # Please include the string: [perl #49714] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49714 > This is a patch to modify `make spectest' target for languages/perl6 to fetch also n