Skip Menu |

This queue is for tickets about the perl-ldap CPAN distribution.

Report information
The Basics
Id: 677
Status: resolved
Priority: 0/
Queue: perl-ldap

People
Owner: GBARR [...] CPAN.ORG
Requestors: charden [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Sun, 19 May 2002 19:53:16 -0500
From: Clif Harden <charden [...] pobox.com>
To: Graham Barr <gbarr [...] pobox.com>
Subject: perl-ldap 25.02
Graham, This is an error I got when I did the make test on 25.02 release. /apps/clif/perls/perl-ldap-0.25_02 14 : make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00ldif-entry......FAILED test 2 Failed 1/11 tests, 90.91% okay t/01canon_dn........ok t/02filter..........ok t/50populate........skipping test on this platform t/51search..........skipping test on this platform t/52modify..........skipping test on this platform t/53schema..........ok t/54dse.............skipping test on this platform t/55ssl.............skipping test on this platform t/70sortctrl........skipping test on this platform Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- t/00ldif-entry. 11 1 9.09% 2 6 tests skipped. Failed 1/10 test scripts, 90.00% okay. 1/418 subtests failed, 99.76% okay. -- Regards, Clif Harden charden@pobox.com
I cannot reproduce it. Can you run the test standalone with perl -Mblib t/00ldif-entry.t
From: russ [...] hawaii.edu
[charden@pobox.com - Tue May 28 08:02:19 2002]: Show quoted text
> > Graham, > > This is an error I got when I did the make test > on 25.02 release. > > /apps/clif/perls/perl-ldap-0.25_02 14 : make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' > t/*.t > t/00ldif-entry......FAILED test 2 > Failed 1/11 tests, 90.91% okay > t/01canon_dn........ok > t/02filter..........ok > t/50populate........skipping test on this platform > t/51search..........skipping test on this platform > t/52modify..........skipping test on this platform > t/53schema..........ok > t/54dse.............skipping test on this platform > t/55ssl.............skipping test on this platform > t/70sortctrl........skipping test on this platform > Failed Test Status Wstat Total Fail Failed List of failed >
------------------------------------------------------------------------------- Show quoted text
> t/00ldif-entry. 11 1 9.09% 2 > 6 tests skipped. > Failed 1/10 test scripts, 90.00% okay. 1/418 subtests failed, 99.76% > okay.
On Cygwin 1.3.10 over Windows 2K Professional, the first 4 of 9 tests of 00ldif.t fail for version 0.251 and 0.23. For the first test, here's the tops of the input and output files: $ sed 5q data/00-in.ldif dn: o=University of Michigan, c=US objectclass: top objectclass: organization objectclass: domainRelatedObject objectclass: quipuObject $ sed 5q temp/00-out1.ldif dn: o=University of Michigan, c=US objectclass:: dG9wDQ== objectclass:: b3JnYW5pemF0aW9uDQ== objectclass:: ZG9tYWluUmVsYXRlZE9iamVjdA0= objectclass:: cXVpcHVPYmplY3QN Here's the output from 00ldif.t by itself: $ perl -Mblib t/00ldif-entry.t Using /cygdrive/c/perl-mods/perl-ldap-0.251/blib 1..9 not ok 1 not ok 2 not ok 3 not ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 Russ
From: russ [...] hawaii.edu
[guest - Thu May 30 19:51:59 2002]: Show quoted text
> [charden@pobox.com - Tue May 28 08:02:19 2002]: >
> > > > Graham, > > > > This is an error I got when I did the make test > > on 25.02 release. > > > > /apps/clif/perls/perl-ldap-0.25_02 14 : make test > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > > -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use > > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' > > t/*.t > > t/00ldif-entry......FAILED test 2 > > Failed 1/11 tests, 90.91% okay > > t/01canon_dn........ok > > t/02filter..........ok > > t/50populate........skipping test on this platform > > t/51search..........skipping test on this platform > > t/52modify..........skipping test on this platform > > t/53schema..........ok > > t/54dse.............skipping test on this platform > > t/55ssl.............skipping test on this platform > > t/70sortctrl........skipping test on this platform > > Failed Test Status Wstat Total Fail Failed List of failed > >
>
------------------------------------------------------------------------------- Show quoted text
> > t/00ldif-entry. 11 1 9.09% 2 > > 6 tests skipped. > > Failed 1/10 test scripts, 90.00% okay. 1/418 subtests failed, 99.76% > > okay.
> > > On Cygwin 1.3.10 over Windows 2K Professional, the first 4 of 9 tests > of 00ldif.t fail for version 0.251 and 0.23. For the first test, > here's the tops of the input and output files: > > $ sed 5q data/00-in.ldif > dn: o=University of Michigan, c=US > objectclass: top > objectclass: organization > objectclass: domainRelatedObject > objectclass: quipuObject > > $ sed 5q temp/00-out1.ldif > dn: o=University of Michigan, c=US > objectclass:: dG9wDQ== > objectclass:: b3JnYW5pemF0aW9uDQ== > objectclass:: ZG9tYWluUmVsYXRlZE9iamVjdA0= > objectclass:: cXVpcHVPYmplY3QN > > Here's the output from 00ldif.t by itself: > > $ perl -Mblib t/00ldif-entry.t > Using /cygdrive/c/perl-mods/perl-ldap-0.251/blib > 1..9 > not ok 1 > not ok 2 > not ok 3 > not ok 4 > ok 5 > ok 6 > ok 7 > ok 8 > ok 9 > > Russ
Sorry, but the problem was due to the carriage return (Ctrl-M) characters from the MS-DOS format when I unpacked the distribution using WinZip instead of gzip/tar. The 00ldif.t tests pass. Apologies for the false alarm. $ make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/c gwin-multi -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00ldif-entry......ok t/01canon_dn........ok t/02filter..........ok t/50populate........skipped test on this platform t/51search..........skipped test on this platform t/52modify..........skipped test on this platform t/53schema..........ok t/54dse.............skipped test on this platform t/55ssl.............skipped test on this platform t/70sortctrl........skipped test on this platform All tests successful, 6 tests skipped. Files=10, Tests=204, 9 wallclock secs ( 2.69 cusr + 1.27 csys = 3.96 CPU) Thanks, Russ