On Thu, 21 Apr 2005 20:37:04 -0700, Jeff Zucker <[EMAIL PROTECTED]> wrote:

> H.Merijn Brand wrote:
> 
> >Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay.
> >
> I added over 140 tests in recent releases (and doubled the Devel::Cover 
> coverage) and apparently forgot to wrap some of the requires in evals. 
> SQL::Statement has no prerequisites but since its most common use is 
> with DBI some of the tests do "eval{require DBI; require DBD::File}". 
> I've fixed the requires so that some of the tests will be skipped if DBI 
> and/or DBD::File are not found, but they should not show errors 
> regardless of what's available.
> 
> I'd much appreciate if those who experienced test failures could try 
> again with
> 
> http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.14.tar.gz

PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness
(0, 'blib/lib', 'blib/arch')" t/*.t t/00error............ok
t/01prepare..........ok
t/02executeDirect....ok
t/03executeDBD.......ok 1/18
t/03executeDBD.......NOK 17#     Failed test (t/03executeDBD.t at line 138)
# Looks like you failed 1 test of 18.
t/03executeDBD.......dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 17
        Failed 1/18 tests, 94.44% okay (less 1 skipped test: 16 okay, 88.89%)
t/04names............ok
t/05create...........ok
        1/5 skipped: No XBase installed
t/06group............ok
t/07case.............ok
t/08join.............ok
t/09ops..............ok
t/10limit............ok
t/11functions........ok
t/12eval.............ok
t/13call.............ok
t/14allcols..........ok
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03executeDBD.t    1   256    18    1   5.56%  17
2 subtests skipped.
Failed 1/15 test scripts, 93.33% okay. 1/239 subtests failed, 99.58% okay.


-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2  on HP-UX 10.20, 11.00 & 11.11,
 AIX 4.3 & 5.2, SuSE 9.1 & 9.2, and Cygwin. http://www.cmve.net/~merijn
Smoking perl: http://www.test-smoke.org,    perl QA: http://qa.perl.org
 reports  to: [EMAIL PROTECTED],                perl-qa@perl.org

Reply via email to