On Mon, 3 Sep 2007, Andy Dougherty wrote:
> On Fri, 31 Aug 2007, James Keenan via RT wrote:
>
> > On Tue Aug 28 10:00:38 2007, doughera wrote:
> > > On Solaris, I'm getting the following failure in both 107-
> > > inter_progs.01.t
> > > and .02 .t. I suspect it has to do with the use of callbacks in the
> > > Solaris hints file.
> >
> > Andy: If you get a chance, could you do a checkout of the reconfigure
> > branch (https://svn.perl.org/parrot/branches/reconfigure) and run: perl
> > Configure.pl --test --configure_trace ?
>
> Here are the results: (I've skipped all the oks).
> The '0: Got wrong verision' failures are due to a wrong @INC somewhere
> picking up the wrong version of some library outside the parrot source
> tree.
Fixing up the @INC paths, I get only four issues: Failures (due to
callbacks) in 107-inter_progs.0[12], an uninitialized value in the yacc
test, and a mysterious message at the end: "Unable to execute
configuration tests", although I thought that's just what it was doing
all along!
t/configure/107-inter_progs.01....................Can't locate object method
"OPEN" via package "Parrot::IO::Capture::Mini" at lib/Parrot/Configure/Step.pm
line 437.
# Looks like you planned 24 tests but only ran 21.
# Looks like your test died just after 21.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 22-24
Failed 3/24 tests, 87.50% okay
t/configure/107-inter_progs.02....................Can't locate object method
"OPEN" via package "Parrot::IO::Capture::Mini" at lib/Parrot/Configure/Step.pm
line 437.
# Looks like you planned 24 tests but only ran 21.
# Looks like your test died just after 21.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 22-24
Failed 3/24 tests, 87.50% okay
t/configure/110-inter_yacc.05.....................Use of uninitialized value in
pattern match (m//) at config/inter/yacc.pm line 81.
ok
t/configure/156-gen_config_pm.....................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/configure/107-inter_progs.01.t 255 65280 24 6 25.00% 22-24
t/configure/107-inter_progs.02.t 255 65280 24 6 25.00% 22-24
Failed 2/108 test scripts, 98.15% okay. 6/1071 subtests failed, 99.44% okay.
Unable to execute configuration tests at lib/Parrot/Configure/Options/Test.pm
line 41.
--
Andy Dougherty [EMAIL PROTECTED]