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. -- Dear Stevan Little, This is a computer-generated report for Class-Throwable-0.10 on perl-5.8.8, created automatically by CPAN-Reporter-1.04 and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems with your distribution. If these results are not what you expect, please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: http://cpantest.grango.org Sections of this report: * Tester comments * Program output * Prerequisites * Environment and other context ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PROGRAM OUTPUT ------------------------------ Output from 'C:\strawberry-perl\dmake\bin\dmake.EXE test': C:\strawberry-perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/10_Class_Throwable_test........................ # Failed test '... got the stack trace we expected' # at t/10_Class_Throwable_test.t line 49. # Structures begin differing at: # $got->[0][1] = 't/10_Class_Throwable_test.t' # $expected->[0][1] = 't\10_Class_Throwable_test.t' # Failed test '... got the stack trace we expected' # at t/10_Class_Throwable_test.t line 56. # Structures begin differing at: # $got->[1] = 't/10_Class_Throwable_test.t' # $expected->[1] = 't\10_Class_Throwable_test.t' # Failed test '... got the stack trace string we expected' # at t/10_Class_Throwable_test.t line 62. # got: ' |--[ main::(eval) called in t/10_Class_Throwable_test.t line 35 ]' # expected: ' |--[ main::(eval) called in t\10_Class_Throwable_test.t line 35 ]' # Failed test '... got the stringified result we expected' # at t/10_Class_Throwable_test.t line 78. # got: 'Class::Throwable : Test Message # |--[ main::(eval) called in t/10_Class_Throwable_test.t line 35 ] # ' # expected: 'Class::Throwable : Test Message # |--[ main::(eval) called in t\10_Class_Throwable_test.t line 35 ] # ' # Failed test '... got the stack trace we expected' # at t/10_Class_Throwable_test.t line 113. # Structures begin differing at: # $got->[1] = 't/10_Class_Throwable_test.t' # $expected->[1] = 't\10_Class_Throwable_test.t' # Failed test '... got the big stack trace we were expecting' # at t/10_Class_Throwable_test.t line 146. # got: 'Class::Throwable : Foo!! # |--[ Foo::foo called in t/10_Class_Throwable_test.t line 126 ] # |--[ main::(eval) called in t/10_Class_Throwable_test.t line 126 ] # + Class::Throwable : Bar!! # |--[ Bar::bar called in t/10_Class_Throwable_test.t line 119 ] # |--[ Foo::(eval) called in t/10_Class_Throwable_test.t line 119 ] # |--[ Foo::foo called in t/10_Class_Throwable_test.t line 126 ] # |--[ main::(eval) called in t/10_Class_Throwable_test.t line 126 ] # + Class::Throwable : Baz!! # |--[ Baz::baz called in t/10_Class_Throwable_test.t line 121 ] # |--[ Bar::(eval) called in t/10_Class_Throwable_test.t line 121 ] # |--[ Bar::bar called in t/10_Class_Throwable_test.t line 119 ] # |--[ Foo::(eval) called in t/10_Class_Throwable_test.t line 119 ] # |--[ Foo::foo called in t/10_Class_Throwable_test.t line 126 ] # |--[ main::(eval) called in t/10_Class_Throwable_test.t line 126 ] # ' # expected: 'Class::Throwable : Foo!! # |--[ Foo::foo called in t\10_Class_Throwable_test.t line 126 ] # |--[ main::(eval) called in t\10_Class_Throwable_test.t line 126 ] # + Class::Throwable : Bar!! # |--[ Bar::bar called in t\10_Class_Throwable_test.t line 119 ] # |--[ Foo::(eval) called in t\10_Class_Throwable_test.t line 119 ] # |--[ Foo::foo called in t\10_Class_Throwable_test.t line 126 ] # |--[ main::(eval) called in t\10_Class_Throwable_test.t line 126 ] # + Class::Throwable : Baz!! # |--[ Baz::baz called in t\10_Class_Throwable_test.t line 121 ] # |--[ Bar::(eval) called in t\10_Class_Throwable_test.t line 121 ] # |--[ Bar::bar called in t\10_Class_Throwable_test.t line 119 ] # |--[ Foo::(eval) called in t\10_Class_Throwable_test.t line 119 ] # |--[ Foo::foo called in t\10_Class_Throwable_test.t line 126 ] # |--[ main::(eval) called in t\10_Class_Throwable_test.t line 126 ] # ' # Looks like you failed 6 tests of 30. Dubious, test returned 6 (wstat 1536, 0x600) Failed 6/30 subtests t/20_Class_Throwable_subException_test........... # Failed test '... toString prints subexceptions too' # at t/20_Class_Throwable_subException_test.t line 55. # got: 'Class::Throwable : This is our third exception # |--[ main::(eval) called in t/20_Class_Throwable_subException_test.t line 28 ] # + Class::Throwable : This is our second exception # |--[ main::(eval) called in t/20_Class_Throwable_subException_test.t line 22 ] # + Class::Throwable : This is our first exception # |--[ main::(eval) called in t/20_Class_Throwable_subException_test.t line 16 ] # ' # expected: 'Class::Throwable : This is our third exception # |--[ main::(eval) called in t\20_Class_Throwable_subException_test.t line 28 ] # + Class::Throwable : This is our second exception # |--[ main::(eval) called in t\20_Class_Throwable_subException_test.t line 22 ] # + Class::Throwable : This is our first exception # |--[ main::(eval) called in t\20_Class_Throwable_subException_test.t line 16 ] # ' # Failed test '... toString prints what we expected' # at t/20_Class_Throwable_subException_test.t line 75. # got: 'Class::Throwable : Testing non-object sub-Exceptions # |--[ main::(eval) called in t/20_Class_Throwable_subException_test.t line 57 ] # + Illegal division by zero at t/20_Class_Throwable_subException_test.t line 58. # ' # expected: 'Class::Throwable : Testing non-object sub-Exceptions # |--[ main::(eval) called in t\20_Class_Throwable_subException_test.t line 57 ] # + Illegal division by zero at t\20_Class_Throwable_subException_test.t line 58. # ' # Looks like you failed 2 tests of 17. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/17 subtests t/30_Class_Throwable_inline_exceptions_test......ok t/35_Class_Throwable_sub_class_test.............. # Failed test '... got the output we expected' # at t/35_Class_Throwable_sub_class_test.t line 27. # got: 'TestException : This is my message # |--[ main::(eval) called in t/35_Class_Throwable_sub_class_test.t line 18 ] # ' # expected: 'TestException : This is my message # |--[ main::(eval) called in t\35_Class_Throwable_sub_class_test.t line 18 ] # ' # Looks like you failed 1 test of 4. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/40_Class_Throwable_misc_test...................ok t/50_Class_Throwable_retrofit_test...............ok t/pod............................................ok t/pod_coverage...................................ok Test Summary Report ------------------- t/10_Class_Throwable_test.t (Wstat: 1536 Tests: 30 Failed: 6) Failed test number(s): 12-13, 15, 19, 29-30 Non-zero exit status: 6 t/20_Class_Throwable_subException_test.t (Wstat: 512 Tests: 17 Failed: 2) Failed test number(s): 13, 17 Non-zero exit status: 2 t/35_Class_Throwable_sub_class_test.t (Wstat: 256 Tests: 4 Failed: 1) Failed test number(s): 2 Non-zero exit status: 1 Files=8, Tests=77, 1 wallclock secs ( 0.05 usr + 0.01 sys = 0.06 CPU) Result: FAIL Failed 3/8 test programs. 9/77 subtests failed. dmake.EXE: Error code 255, while making 'test_dynamic' ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ------------ ---- ---- Scalar::Util 1.1 1.19 Test::More 0.47 0.72 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: COMSPEC = F:\WINDOWS\system32\cmd.exe INCLUDE = ;C:\strawberry-perl\mingw\include;C:\strawberry-perl\perl\lib\CORE;C:\strawberry-perl\perl\lib\encode LIB = ;C:\strawberry-perl\mingw\lib;C:\strawberry-perl\perl\bin NUMBER_OF_PROCESSORS = 1 PATH = F:\WINDOWS\system32;F:\WINDOWS;F:\WINDOWS\System32\Wbem;C:\strawberry-perl\perl\bin;C:\strawberry-perl\dmake\bin;C:\strawberry-perl\mingw\bin PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 376 PERL5_CPAN_IS_RUNNING = 376 PERL_MM_USE_DEFAULT = 1 PROCESSOR_IDENTIFIER = x86 Family 15 Model 12 Stepping 0, AuthenticAMD TEMP = F:\DOCUME~1\MATTHE~1\LOCALS~1\Temp Perl special variables (and OS-specific diagnostics, for MSWin32): $^X = C:\strawberry-perl\perl\bin\perl.exe $UID/$EUID = 0 / 0 $GID = 0 $EGID = 0 Win32::GetOSName = WinXP/.Net Win32::GetOSVersion = Service Pack 2, 5, 1, 2600, 2, 2, 0, 256, 1 Win32::IsAdminUser = 1 Perl module toolchain versions installed: Module Have ------------------- ------- CPAN 1.9204 Cwd 3.25 ExtUtils::CBuilder 0.21 ExtUtils::Command 1.13 ExtUtils::Install 1.44 ExtUtils::MakeMaker 6.36 ExtUtils::Manifest 1.51 ExtUtils::ParseXS 2.18 File::Spec 3.25 Module::Build 0.2808 Module::Signature n/a Test::Harness 2.99_09 Test::More 0.72 YAML 0.66 YAML::Syck 0.99 version 0.74 -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX', optimize='-s -O2', cppflags='-DWIN32' ccversion='', gccversion='3.4.5', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='g++', ldflags ='-s -L"c:\strawberry-perl\perl\lib\CORE" -L"c:\strawberry-perl\mingw\lib"' libpth=c:\strawberry-perl\mingw\lib libs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 perllibs= -lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 libc=-lmsvcrt, so=dll, useshrplib=yes, libperl=libperl58.a gnulibc_version='' Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-mdll -s -L"c:\strawberry-perl\perl\lib\CORE" -L"c:\strawberry-perl\mingw\lib"'
