On Sat Mar 01 04:18:38 2008, bernhard wrote: > Hi, > > with r26143 t/perl/Parrot_Test.t is failing for me. > Somewhat related might be that t/compilers/imcc/syn/errors.t, RT#51280, > is working for me. > I'm stumped. > >
Can you svn up, re-Configure, and re-make, and then try these tests again? As a consequence of removing specific versions of Test::More and Test::Builder from the Parrot distribution in r38262, we're having some problems with these two test files. In our tests, we have to accommodate both older and current versions of Test::Builder's output to STDERR when tests fail. I've applied some patches from Matt Kraai which are getting us to that goal, but we need to get feedback from people using both versions. > > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ prove -v t/perl/Parrot_Test.t > t/perl/Parrot_Test......You tried to run a test without a plan at > t/perl/Parrot_Test.t line 34. > BEGIN failed--compilation aborted at t/perl/Parrot_Test.t line 43. > # Looks like your test died before it could output anything. > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run > > Test Summary Report > ------------------- > t/perl/Parrot_Test.t (Wstat: 65280 Tests: 0 Failed: 0) > Non-zero exit status: 255 > Parse errors: No plan found in TAP output > Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.05 cusr > 0.00 csys = 0.06 CPU) > Result: FAIL > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ > > > My setup is: > > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ perl -MTest::Harness -e > 'print Test::Harness->VERSION(), "\n"' > 3.09 > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ perl -MTest::More -e 'print > Test::More->VERSION(), "\n"' > 0.75 > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ perl -MTest::Builder -e > 'print Test::Builder->VERSION(), "\n"' > 0.75 > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ uname -a > Linux heist 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 > GNU/Linux > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ cat /etc/issue > Ubuntu 7.10 \n \l > > [EMAIL PROTECTED]:~/devel/Parrot/trunk/parrot$ perl --version > > This is perl, v5.8.8 built for i486-linux-gnu-thread-multi > > Regards, > Bernhard > > >