This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- (After upgrading Test::Builder, this has different output than the last submission.) CPAN.pm: Going to build R/RG/RGARCIA/Test-LongString-0.09.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Test::LongString cp lib/Test/LongString.pm blib/lib/Test/LongString.pm Manifying blib/man3/Test::LongString.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01teststring.... # Failed test 'two small strings different' t/01teststring....ok 1/11# in t/01teststring.t at line 23. t/01teststring....ok 2/11# STDERR is: t/01teststring....NOK 3# # Failed test 'foo is foo' # # in t/01teststring.t at line 22. # # got: "bar" # # length: 3 # # expected: "foo" # # length: 3 # # strings begin to differ at char 1 # # not: # # Failed test (t/01teststring.t at line 22) # # got: "bar" # # length: 3 # # expected: "foo" # # length: 3 # # strings begin to differ at char 1 # # as expected t/01teststring....NOK 4 # Failed test 'got undef, expected small string' # in t/01teststring.t at line 30. # STDERR is: # # Failed test 'foo is foo' # # in t/01teststring.t at line 29. # # got: undef # # expected: "foo" # # not: # # Failed test (t/01teststring.t at line 29) # # got: undef # # expected: "foo" # # as expected t/01teststring....NOK 5 # Failed test 'expected undef, got small string' # in t/01teststring.t at line 37. # STDERR is: # # Failed test 'foo is foo' # # in t/01teststring.t at line 36. # # got: "foo" # # expected: undef # # not: # # Failed test (t/01teststring.t at line 36) # # got: "foo" # # expected: undef # # as expected t/01teststring....NOK 6 # Failed test 'display of long strings and of control chars' # in t/01teststring.t at line 51. # STDERR is: # # Failed test 'long binary strings' # # in t/01teststring.t at line 46. # # got: "This is a long string that will be truncated by th"... # # length: 70 # # expected: "\x{00}\x{01}foo\x{0a}bar" # # length: 9 # # strings begin to differ at char 1 # # not: # # Failed test (t/01teststring.t at line 46) # # got: "This is a long string that will be truncated by th"... # # length: 70 # # expected: "\x{00}\x{01}foo\x{0a}bar" # # length: 9 # # strings begin to differ at char 1 # # as expected t/01teststring....NOK 7 # Failed test 'Escape high-ascii chars' # in t/01teststring.t at line 65. # STDERR is: # # Failed test 'spelling' # # in t/01teststring.t at line 60. # # got: "Element" # # length: 7 # # expected: "El\x{e9}ment" # # length: 7 # # strings begin to differ at char 3 # # not: # # Failed test (t/01teststring.t at line 60) # # got: "Element" # # length: 7 # # expected: "El\x{e9}ment" # # length: 7 # # strings begin to differ at char 3 # # as expected t/01teststring....NOK 8 # Failed test 'Count correctly prefix with multiline strings' # in t/01teststring.t at line 75. # STDERR is: # # Failed test 'foo\nfoo is foo\nfoo' # # in t/01teststring.t at line 74. # # got: "foo\x{0a}foo" # # length: 7 # # expected: "foo\x{0a}fpo" # # length: 7 # # strings begin to differ at char 6 # # not: # # Failed test (t/01teststring.t at line 74) # # got: "foo\x{0a}foo" # # length: 7 # # expected: "foo\x{0a}fpo" # # length: 7 # # strings begin to differ at char 6 # # as expected t/01teststring....NOK 9 # Failed test 'Display offset in diagnostics' # in t/01teststring.t at line 101. # STDERR is: # # Failed test 'this isn't Ulysses' # # in t/01teststring.t at line 84. # # got: ..."he bowl aloft and intoned:\x{0a}--Introibo ad altare de"... # # length: 275 # # expected: ..."he bowl alift and intoned:\x{0a}--Introibo ad altare de"... # # length: 275 # # strings begin to differ at char 233 # # not: # # Failed test (t/01teststring.t at line 84) # # got: ..."he bowl aloft and intoned:\x{0a}--Introibo ad altare de"... # # length: 275 # # expected: ..."he bowl alift and intoned:\x{0a}--Introibo ad altare de"... # # length: 275 # # strings begin to differ at char 233 # # as expected t/01teststring....ok 10/11 t/01teststring....NOK 11# Failed test 'is_string_nows tests correctly' # in t/01teststring.t at line 124. # STDERR is: # # Failed test 'non-ws differs' # # in t/01teststring.t at line 123. # # after whitespace removal: # # got: "abc" # # length: 3 # # expected: "abd" # # length: 3 # # strings begin to differ at char 3 # # not: # # Failed test (t/01teststring.t at line 123) # # after whitespace removal: # # got: "abc" # # length: 3 # # expected: "abd" # # length: 3 # # strings begin to differ at char 3 # # as expected t/01teststring....FAILED tests 3-9, 11 Failed 8/11 tests, 27.27% okay t/02import........NOK 1 # Failed test '5 chars in output' # in t/02import.t at line 18. # STDERR is: # # Failed test 'foobar is foobar' # # in t/02import.t at line 17. # # got: "foobu"... # # length: 6 # # expected: "fooba"... # # length: 6 # # strings begin to differ at char 5 # # not: # # Failed test (t/02import.t at line 17) # # got: "foobu"... # # length: 6 # # expected: "fooba"... # # length: 6 # # strings begin to differ at char 5 # # as expected t/02import........FAILED test 1 Failed 1/1 tests, 0.00% okay t/03like..........ok 1/5 t/03like..........NOK 2# Failed test 'a small string doesn't match' # in t/03like.t at line 20. # STDERR is: # # Failed test 'foo matches foo' # # in t/03like.t at line 19. # # got: "bar" # # length: 3 # # doesn't match '(?-xism:foo)' # # not: # # Failed test (t/03like.t at line 19) # # got: "bar" # # length: 3 # # doesn't match '(?-xism:foo)' # # as expected t/03like..........NOK 3 # Failed test 'got undef' # in t/03like.t at line 28. # STDERR is: # # Failed test 'foo matches foo' # # in t/03like.t at line 27. # # got: undef # # length: - # # doesn't match '(?-xism:foo)' # # not: # # Failed test (t/03like.t at line 27) # # got: undef # # length: - # # doesn't match '(?-xism:foo)' # # as expected t/03like..........NOK 4 # Failed test 'a huge string doesn't match' # in t/03like.t at line 36. # STDERR is: # # Failed test 'long string matches a*' # # in t/03like.t at line 35. # # got: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"... # # length: 100 # # doesn't match '(?-xism:^a*$)' # # not: # # Failed test (t/03like.t at line 35) # # got: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"... # # length: 100 # # doesn't match '(?-xism:^a*$)' # # as expected t/03like..........NOK 5 # Failed test 'a small string matches while it shouldn't' # in t/03like.t at line 44. # STDERR is: # # Failed test 'foo doesn't match bar' # # in t/03like.t at line 43. # # got: "bar" # # length: 3 # # matches '(?-xism:bar)' # # not: # # Failed test (t/03like.t at line 43) # # got: "bar" # # length: 3 # # matches '(?-xism:bar)' # # as expected t/03like..........FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/04contains......Undefined subroutine &main::contains_string called at t/04contains.t line 12. t/04contains......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/05lacks.........Undefined subroutine &main::lacks_string called at t/05lacks.t line 12. t/05lacks.........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/pod-coverage....skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............skipped all skipped: Test::Pod 1.14 required for testing POD Failed Test Stat Wstat Total Fail Failed Lis of Failed ------------------------------------------------------------------------------- t/01teststring.t 11 8 72.73% 3-9 11 t/02import.t 1 1 100.00% 1 t/03like.t 5 4 80.00% 2-5 t/04contains.t 255 65280 4 8 200.00% 1-4 t/05lacks.t 255 65280 4 8 200.00% 1-4 2 tests skipped. Failed 5/7 test scripts, 28.57% okay. 21/25 subtests failed, 16.00% okay. *** Error code 2 -- Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=freebsd, osvers=5.1-beta, archname=i386-freebsd uname='freebsd freebsd.org 5.1-beta freebsd 5.1-beta #0: fri may 23 07:41:21 pdt 2003 [EMAIL PROTECTED]:usrsrcsysmagickernelpath i386 ' config_args='-sde -Dprefix=/usr/local -Darchlib=/usr/local/lib/perl5/5.8.0/mach -Dprivlib=/usr/local/lib/perl5/5.8.0 -Dman3dir=/usr/local/lib/perl5/5.8.0/man/man3 -Dsitearch=/usr/local/lib/perl5/site_perl/5.8.0/mach -Dsitelib=/usr/local/lib/perl5/site_perl/5.8.0 -Dscriptdir=/usr/local/bin -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dcc=cc -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -Ui_gdbm -Dusemymalloc=n -Dusethreads=n' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include', optimize='-O -pipe -mcpu=pentiumpro', cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.2.2 [FreeBSD] 20030205 (release)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-E -L/usr/local/lib' libpth=/usr/lib /usr/local/lib libs=-lm -lc -lcrypt -lutil perllibs=-lm -lc -lcrypt -lutil libc=, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
