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. -- PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic.......ok t/02throws......ok t/03tests....... # Failed test 'failing ==' # in t/03tests.t at line 55. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 49. # # While checking column 'fooid' # # got: 123 # # expected: 124 # # not: # # Failed test (t/03tests.t at line 49) # # While checking column 'fooid' # # got: 123 # # expected: 124 # # as expected # Failed test 'failing == verbose' # in t/03tests.t at line 72. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 65. # # While checking column 'fooid' # # got: 123 # # expected: 124 # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # not: # # Failed test (t/03tests.t at line 65) # # While checking column 'fooid' # # got: 123 # # expected: 124 # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # as expected # Failed test 'failing == verbose bind' # in t/03tests.t at line 90. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 84. # # While checking column 'fooid' # # got: 123 # # expected: 124 # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = ? # # The bound parameters were: # # 'dummy' # # on database 'bob' # # not: # # Failed test (t/03tests.t at line 84) # # While checking column 'fooid' # # got: 123 # # expected: 124 # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = ? # # The bound parameters were: # # 'dummy' # # on database 'bob' # # as expected # Failed test 'failing eq' # in t/03tests.t at line 103. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 97. # # While checking column 'name' # # got: 'fred' # # expected: 'frea' # # not: # # Failed test (t/03tests.t at line 97) # # While checking column 'name' # # got: 'fred' # # expected: 'frea' # # as expected # Failed test 'failing eq verbose' # in t/03tests.t at line 120. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 113. # # While checking column 'name' # # got: 'fred' # # expected: 'frea' # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # not: # # Failed test (t/03tests.t at line 113) # # While checking column 'name' # # got: 'fred' # # expected: 'frea' # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # as expected # Failed test 'failing =~' # in t/03tests.t at line 134. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 128. # # While checking column 'name' # # 'fred' # # =~ # # '(?-xism:rd)' # # not: # # Failed test (t/03tests.t at line 128) # # While checking column 'name' # # 'fred' # # =~ # # '(?-xism:rd)' # # as expected # Failed test 'failing =~ verbose' # in t/03tests.t at line 152. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 145. # # While checking column 'name' # # 'fred' # # =~ # # '(?-xism:rd)' # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # not: # # Failed test (t/03tests.t at line 145) # # While checking column 'name' # # 'fred' # # =~ # # '(?-xism:rd)' # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # as expected # Failed test 'failing <' # in t/03tests.t at line 164. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 160. # # While checking column 'fooid' # # '123' # # < # # '12' # # not: # # Failed test (t/03tests.t at line 160) # # While checking column 'fooid' # # '123' # # < # # '12' # # as expected # Failed test 'failing < verbose' # in t/03tests.t at line 180. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 175. # # While checking column 'fooid' # # '123' # # < # # '12' # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # not: # # Failed test (t/03tests.t at line 175) # # While checking column 'fooid' # # '123' # # < # # '12' # # The SQL executed was: # # SELECT * FROM dummy WHERE dummy = qtd<dummy> # # on database 'bob' # # as expected # Failed test 'no returned data' # in t/03tests.t at line 189. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 185. # # No matching row returned # # not: # # Failed test (t/03tests.t at line 185) # # No matching row returned # # as expected # Failed test 'no returned data verbose 1' # in t/03tests.t at line 204. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 199. # # No matching row returned # # The SQL executed was: # # foo # # bar # # baz # # on database 'bob' # # not: # # Failed test (t/03tests.t at line 199) # # No matching row returned # # The SQL executed was: # # foo # # bar # # baz # # on database 'bob' # # as expected # Failed test 'no returned data verbose 2' # in t/03tests.t at line 219. # STDERR is: # # Failed test 'matches' # # in t/03tests.t at line 213. # # No matching row returned # # The SQL executed was: # # SELECT * FROM foo WHERE fooid = qtd<1> # # on database 'bob' # # not: # # Failed test (t/03tests.t at line 213) # # No matching row returned # # The SQL executed was: # # SELECT * FROM foo WHERE fooid = qtd<1> # # on database 'bob' # # as expected FAILED tests 5-16 Failed 12/16 tests, 25.00% okay t/04local.......skipped all skipped: these tests run on authors pc only t/05warn........ok t/06multiple.... # Failed test 'wrong number' # in t/06multiple.t at line 51. # STDERR is: # # Failed test 'matches' # # in t/06multiple.t at line 47. # # Got the wrong number of rows back from the database. # # got: 2 rows back # # expected: 3 rows back # # not: # # Failed test (t/06multiple.t at line 47) # # Got the wrong number of rows back from the database. # # got: 2 rows back # # expected: 3 rows back # # as expected # Failed test 'wrong number, min' # in t/06multiple.t at line 62. # STDERR is: # # Failed test 'matches' # # in t/06multiple.t at line 58. # # Got too few rows back from the database. # # got: 2 rows back # # expected: 3 rows or more back # # not: # # Failed test (t/06multiple.t at line 58) # # Got too few rows back from the database. # # got: 2 rows back # # expected: 3 rows or more back # # as expected # Failed test 'wrong number, max' # in t/06multiple.t at line 73. # STDERR is: # # Failed test 'matches' # # in t/06multiple.t at line 69. # # Got too many rows back from the database. # # got: 2 rows back # # expected: 1 rows or fewer back # # not: # # Failed test (t/06multiple.t at line 69) # # Got too many rows back from the database. # # got: 2 rows back # # expected: 1 rows or fewer back # # as expected FAILED tests 5-7 Failed 3/8 tests, 62.50% okay t/07results.....ok t/08utf8........ok Failed 2/8 test scripts, 75.00% okay. 15/61 subtests failed, 75.41% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/03tests.t 16 12 75.00% 5-16 t/06multiple.t 8 3 37.50% 5-7 1 test skipped. *** Error code 25 Stop in /usr/src/.cpan/build/Test-DatabaseRow-1.04. -- Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=freebsd, osvers=4.5-release, archname=i386-freebsd uname='freebsd asana.summersault.com 4.5-release freebsd 4.5-release #1: sat apr 27 11:05:00 est 2002 [EMAIL PROTECTED]:usrobjusrsrcsysasana-20020427 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 -Ui_gdbm -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.0/BSDPAN"' 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 ', 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='2.95.3 20010315 (release) [FreeBSD]', 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=-lgdbm -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'
