Re: language testing on pdd25cx, preparing to merge (rakudo)

2008-07-21 Thread Moritz Lenz
Allison Randal wrote: > Allison Randal wrote: >> Moritz Lenz wrote: >>> >>> I also get errors in parrot's PGE tests (I guess they are known already; >>> if not I can happily send the details) >> >> I get no errors in PGE's tests on Mac OS X or Ubuntu as of r29552, so >> please send the details. >

Re: language testing on pdd25cx, preparing to merge

2008-07-20 Thread Allison Randal
Allison Randal wrote: Bob Rogers wrote: The attached patch (against the trunk) adds a case which fails in pdd25cx but works in trunk. Should I go ahead and commit it, and if so, to branch, trunk or both? Looks like you forgot to attach the patch. Got it, thanks. That patch demonstrates the

Re: language testing on pdd25cx, preparing to merge

2008-07-20 Thread Stephen Weeks
Not long ago, Allison Randal proclaimed... > After temporarily disabling the graph coloring register allocator, the > pdd25cx branch passes all Parrot tests. Please run the tests for your > language and report/debug any test failures that are different than the > test failures in trunk. > > The

Re: language testing on pdd25cx, preparing to merge

2008-07-19 Thread Allison Randal
Bob Rogers wrote: The attached patch (against the trunk) adds a case which fails in pdd25cx but works in trunk. Should I go ahead and commit it, and if so, to branch, trunk or both? Looks like you forgot to attach the patch. Allison

language testing on pdd25cx, preparing to merge

2008-07-19 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Fri, 18 Jul 2008 00:14:57 -0400 The same Kea-CL tests are failing . . . I will try to write a test case for this, but not before Saturday at the earliest. The attached patch (against the trunk) adds a case which fails in pdd25cx but works

Re: language testing on pdd25cx, preparing to merge

2008-07-18 Thread Bob Rogers
From: Allison Randal <[EMAIL PROTECTED]> Date: Fri, 18 Jul 2008 09:26:05 -0700 Bob Rogers wrote: > The same Kea-CL tests are failing in pdd25cx revision 29565 . . . In the new implementation 'pushaction' subs are no longer automatically run when executing an exception handler o

Re: language testing on pdd25cx, preparing to merge (rakudo)

2008-07-18 Thread Allison Randal
Allison Randal wrote: Moritz Lenz wrote: I also get errors in parrot's PGE tests (I guess they are known already; if not I can happily send the details) I get no errors in PGE's tests on Mac OS X or Ubuntu as of r29552, so please send the details. Oh, but do make sure you've updated to the

Re: language testing on pdd25cx, preparing to merge

2008-07-18 Thread Allison Randal
Bob Rogers wrote: The same Kea-CL tests are failing in pdd25cx revision 29565 as I mentioned in this message: From: Bob Rogers <[EMAIL PROTECTED]> Date: Tue, 8 Jul 2008 22:21:06 -0400 . . . I am seeing three test failures when it should execute a pushaction sub, but does not. Two

Re: language testing on pdd25cx, preparing to merge (rakudo)

2008-07-18 Thread Allison Randal
Moritz Lenz wrote: I also get errors in parrot's PGE tests (I guess they are known already; if not I can happily send the details) I get no errors in PGE's tests on Mac OS X or Ubuntu as of r29552, so please send the details. Allison

language testing on pdd25cx, preparing to merge

2008-07-17 Thread Bob Rogers
From: Allison Randal <[EMAIL PROTECTED]> Date: Thu, 17 Jul 2008 01:27:14 -0700 After temporarily disabling the graph coloring register allocator, the pdd25cx branch passes all Parrot tests. Please run the tests for your language and report/debug any test failures that are differen

Re: language testing on pdd25cx, preparing to merge (rakudo)

2008-07-17 Thread Moritz Lenz
Allison Randal wrote: > After temporarily disabling the graph coloring register allocator, the > pdd25cx branch passes all Parrot tests. Please run the tests for your > language and report/debug any test failures that are different than the > test failures in trunk. I ran the tests for rakudo.

language testing on pdd25cx, preparing to merge

2008-07-17 Thread Allison Randal
After temporarily disabling the graph coloring register allocator, the pdd25cx branch passes all Parrot tests. Please run the tests for your language and report/debug any test failures that are different than the test failures in trunk. The plan is to merge the branch back into trunk on Friday

Re: Language Testing

2007-01-30 Thread Klaas-Jan Stol
Thanks a bunch! It's working :-) kjs Will Coleda wrote: I just tried this setup in my sandbox as well. Turns out you have an unfortunately named language, as language=>"PIR" forces the usage of output_is(), as the author assumed PIR was reserved for internal testing. This will require eith

Re: Language Testing

2007-01-30 Thread Will Coleda
I just tried this setup in my sandbox as well. Turns out you have an unfortunately named language, as language=>"PIR" forces the usage of output_is(), as the author assumed PIR was reserved for internal testing. This will require either an update to lib/Parrot/Test.pm, or that you use a d

Language Testing

2007-01-30 Thread Klaas-Jan Stol
hello, I'm trying to set up a test harness for languages/PIR I did the following: 1. added a file lib\Parrot\Test\PIR.pm (there are others, like Punie.pm). I changed this file a bit, so it uses pir.pbc as compiler (I copied the file from Punie.pm, and changed the compiler from punie.pbc t