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.
>
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
15 matches
Mail list logo