Checking if your kit is complete... Warning: prerequisite IO::File 1.14 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite Storable 2.04 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Looks good Warning: prerequisite Test::Builder 0.33 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite Test::Builder::Tester 1.04 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite Test::Simple 0.62 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Writing Makefile for Test::Class cp lib/Test/Class.pm blib/lib/Test/Class.pm cp lib/Test/Class/Load.pm blib/lib/Test/Class/Load.pm cp lib/Test/Class/MethodInfo.pm blib/lib/Test/Class/MethodInfo.pm Manifying blib/man3/Test::Class.3 Manifying blib/man3/Test::Class::Load.3 Manifying blib/man3/Test::Class::MethodInfo.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load...........1..1 ok 1 - use Test::Class::Load; # Testing Test::Class::Load 0.02, Perl 5.006001, /home/cpanrun/build/5.6.1/bin/perl ok t/20-load-classes...1..14 ok 1 - Classes in top level directories should be loaded ok 2 - ... as should tests in subdirectories ok 3 - ... and the methods should work correctly ok 4 - ... even if they are called from subclasses ok 5 - ... or they have their own methods ok 6 - Trying to load multiple lib paths should succeed ok 7 - Top level directories should be loaded even with multiple libs ok 8 - ... as should tests in subdirectories ok 9 - ... and the methods should work correctly ok 10 - ... even if they are called from subclasses ok 11 - ... or they have their own methods ok 12 - And secondary libs should be loaded ok 13 - ... and their methods should also work correctly ok 14 - Trying to load a bad module fails ok t/Tests.............1..2 # # My::Test->Tests_attribute_default_number_of_tests ok 1 - Tests attribute default number of tests # # My::Test->Tests_attribute_set_number_of_tests ok 2 - Tests attribute set number of tests ok t/_new..............1..6 ok 1 - use Test::Class; ok 2 - The object isa Test::Class ok 3 - key/value set ok 4 - The object isa Test::Class ok 5 - prototype key/value set ok 6 - new key/value set ok t/bad-autoloads.....1..0 # Skip need Contextual::Return skipped: need Contextual::Return t/bailout...........1..2 ok 1 - bailout works ok 2 - exit value okay ok t/builder...........1..1 ok 1 - builder ok t/compile...........1..2 ok 1 - cannot test anon sub ok 2 - bad number detected ok t/current_method....1..4 # # Local::Test->test ok 1 - current_method in setup ok 2 - current_method in method ok 3 - current_method in teardown ok 4 - current_test outside runtests ok t/diag_on_failure...1..1 not ok 1 - we show the test class and method name on test failure # Failed test (t/diag_on_failure.t at line 24) # STDERR is: # # # Failed test (t/diag_on_failure.t at line 15) # # (in MyTestClass->failing_test) # # not: # # Failed test (t/diag_on_failure.t at line 15) # # (in MyTestClass->failing_test) # # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/die_before_plan...1..1 not ok 1 - die before plan # Failed test (t/die_before_plan.t at line 30) # STDERR is: # # # Failed test (t/die_before_plan.t at line 29) # # (in Object::Test->setup) # # not: # # Failed test (t/die_before_plan.t at line 29) # # (in Object::Test->setup) # # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/expected_tests....1..10 ok 1 - all set ok 2 - no_plan setup ok 3 - no_plan test ok 4 - no_plan teardown ok 5 - no_plan startup ok 6 - no_plan shutdown ok 7 - expected_test_of ok 8 - no_plan expected_test_of ok 9 - bad test class ok 10 - undef test class ok t/fail1.............1..2 not ok 1 - FAIL_ALL with plan # Failed test (t/fail1.t at line 18) # STDERR is: # # # Failed test (t/fail1.t at line 15) # # # Failed test (t/fail1.t at line 15) # # not: # # Failed test (t/fail1.t at line 15) # # Failed test (t/fail1.t at line 15) # # as expected ok 2 - exit value okay FAILED test 1 Failed 1/2 tests, 50.00% okay t/fail2.............1..2 not ok 1 - fail2 # Failed test (t/fail2.t at line 37) # STDERR is: # # # Failed test (t/fail2.t at line 18) # # (in Object::Test->_test_new) # # The object isn't defined # # # Failed test (t/fail2.t at line 18) # # (in Object::Test->_test_new) # # not: # # Failed test (t/fail2.t at line 18) # # (in Object::Test->_test_new) # (?-xism:#\s+The object isn't defined\n) # # Failed test (t/fail2.t at line 18) # # (in Object::Test->_test_new) # # as expected ok 2 - exit value okay FAILED test 1 Failed 1/2 tests, 50.00% okay t/fail3.............not ok 1 - FAIL_ALL with no plan # Failed test (t/fail3.t at line 18) # STDERR is: # # # Failed test (t/fail3.t at line 15) # # not: # # Failed test (t/fail3.t at line 15) # # as expected ok 2 - exit value okay 1..2 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/header............ok 1 - no duplicate headers 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/late_header.......# # Local::Test->test 1..2 ok 1 - test number set ok 2 - builder expected tests set ok t/methodinfo........ok 1 - use Test::Class::MethodInfo; ok 2 - The object isa Test::Class::MethodInfo ok 3 - method type is test by default ok 4 - test methods default to 1 test 1..4 FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/named_test........ok 1 - test names set to method name by default 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/num_method_tests..1..19 ok 1 - fixed num tests ok 2 - no_plan tests ok 3 - cannot use non-method ok 4 - cannot update illegal value ok 5 - updated legal value ok 6 - update worked ok 7 - updated extended ok 8 - update worked ok 9 - extended method okay ok 10 - class expected_tests ok 11 - object expected_tests ok 12 - num_method_tests dies outside test class # # Bar->no_plan_test ok 13 - just passing ok 14 - no_plan_test just passing 1 ok 15 - no_plan_test just passing 2 # # Bar->no_plan_test2 ok 16 - no_plan_test2 just passing 1 ok 17 - no_plan_test2 just passing 2 # # Bar->two_tests ok 18 - two_tests just passing 1 ok 19 - two_tests just passing 2 ok t/num_tests.........1..4 # # Foo->test_num_tests ok 1 - num_tests access okay ok 2 - num_tests set okay # # Foo->test_num_tests ok 3 - num_tests access okay ok 4 - num_tests set okay ok t/override..........1..1 ok 1 - cannot override a public method with a test method ok t/rt15870..........."tests" is not exported by the Test::Exception module at t/rt15870.t line 5 Test::Exception 1 required--this is only version 0.15 (/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Test/Exception.pm) at t/rt15870.t line 5 BEGIN failed--compilation aborted at t/rt15870.t line 5. dubious Test returned status 255 (wstat 65280, 0xff00) t/rt17264..........."tests" is not exported by the Test::Exception module at t/rt17264.t line 5 Test::Exception 1 required--this is only version 0.15 (/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Test/Exception.pm) at t/rt17264.t line 5 BEGIN failed--compilation aborted at t/rt17264.t line 5. dubious Test returned status 255 (wstat 65280, 0xff00) t/run_all_tests.....1..5 ok 1 - Test::Class->SKIP_CLASS default ok 2 - Base::Test->SKIP_CLASS overridden ok 3 - A::Test->SKIP_CLASS default # # A::Test->setup ok 4 - non skipping test class run as expected ok 5 - runtests skipped classes with SKIP_CLASS set ok t/runtests..........1..18 # # Bar->test1 ok 1 - initialise2: methods ran in order ok 2 - test1: initialise1 ran once ok 3 - test1: initialise2 ran once ok 4 - test1: first test running ok 5 - test1: teardown not run ok 6 - teardown1: teardown run for every test ok 7 - teardown1: teardown run for every initialise1 ok 8 - teardown1: teardown run for every initialise2 ok 9 - teardown1: setup run for every test # # Bar->test2 ok 10 - initialise2: methods ran in order ok 11 - test2: initialise1 ran twice ok 12 - test2: initialise2 ran twice ok 13 - test2: second test running ok 14 - test2: teardown ran once ok 15 - teardown1: teardown run for every test ok 16 - teardown1: teardown run for every initialise1 ok 17 - teardown1: teardown run for every initialise2 ok 18 - teardown1: setup run for every test ok t/runtests_die......1..1 not ok 1 - early die handled # Failed test (t/runtests_die.t at line 31) # STDERR is: # # # Failed test (t/runtests_die.t at line 15) # # (in Foo->test_object) # # The object isn't defined # # # Failed test (t/runtests_die.t at line 30) # # (in Foo->test_object) # # not: # # Failed test (t/runtests_die.t at line 15) # # (in Foo->test_object) # # The object isn't defined # # Failed test (t/runtests_die.t at line 30) # # (in Foo->test_object) # # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/runtests_extra....1..1 ok 1 - extra test detected ok t/runtests_noplan...# # Foo->set_tests ok 1 - this should pass # # Foo->undef_tests ok 2 - runtime test 1 ok 3 - runtime test 2 ok 4 - expected number of tests ran 1..4 FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/runtests_of.......# # Tests1->test 1..3 ok 1 - Tests1 test # # Tests2->test ok 2 - Tests2 test ok 3 - correct number of tests ok t/runtests_result...1..4 not ok 1 - single failure ran okay # Failed test (t/runtests_result.t at line 41) # STDERR is: # # # Failed test (t/runtests_result.t at line 11) # # (in Fail->test1) # # not: # # Failed test (t/runtests_result.t at line 11) # # (in Fail->test1) # # as expected ok 2 - failure detected ok 3 - a successful test ok 4 - success detected FAILED test 1 Failed 1/4 tests, 75.00% okay t/runtests_return...1..1 ok 1 - early return handled ok t/runtests_trailing.1..1 not ok 1 - trailing expection detected # Failed test (t/runtests_trailing.t at line 25) # STDERR is: # # # Failed test (t/runtests_trailing.t at line 24) # # (in Foo->trailing_exception) # # not: # # Failed test (t/runtests_trailing.t at line 24) # # (in Foo->trailing_exception) # # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/skip1.............1..1 ok 1 - SKIP_ALL called skip_all ok t/skip2.............1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/skip_class_reason.1..3 ok 1 ok 2 ok 3 ok t/spaces............ok 1 - can have spaces around attributes 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/startup...........1..15 ok 1 - called start1 ok 2 - called start2 # # Foo::Test->test1 ok 3 - called setup1 ok 4 - called setup2 ok 5 - called test1 ok 6 - called tear1 ok 7 - called tear2 # # Foo::Test->test2 ok 8 - called setup1 ok 9 - called setup2 ok 10 - called test2 ok 11 - called tear1 ok 12 - called tear2 ok 13 - called end1 ok 14 - called end2 ok 15 - all expected methods ran ok t/startup_that_dies.1..1 not ok 1 - exception in startup method causes all tests to be skipped # Failed test (t/startup_that_dies.t at line 24) # STDERR is: # # # Failed test (t/startup_that_dies.t at line 23) # # (in StartMethodThatDies->startup_that_dies) # # not: # # Failed test (t/startup_that_dies.t at line 23) # # (in StartMethodThatDies->startup_that_dies) # # as expected FAILED test 1 Failed 1/1 tests, 0.00% okay t/test_classes......1..1 ok 1 - _test_classes deals with undef values ok t/test_deep.........1..1 ok 1 - Test::Deep is not included as a test class, even though isa always returns true ok t/test_method.......1..4 ok 1 - $ENV{TEST_METHOD} with an invalid regex should die ok 2 - no TEST_METHOD runs all tests ok 3 - single match just runs one test ok 4 - two matches run both tests ok t/test_verbose......1..1 ok 1 - TEST_VERBOSE outputs method diagnostic ok t/todo..............1..2 not ok 1 - todo tests work # Failed test (t/todo.t at line 29) # STDERR is: # # # Failed (TODO) test (t/todo.t at line 16) # # (in Foo->todo_test) # # not: # # Failed (TODO) test (t/todo.t at line 16) # # (in Foo->todo_test) # # as expected ok 2 - todo_test should run 1 test FAILED test 1 Failed 1/2 tests, 50.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/diag_on_failure.t 1 1 100.00% 1 t/die_before_plan.t 1 1 100.00% 1 t/fail1.t 2 1 50.00% 1 t/fail2.t 2 1 50.00% 1 t/fail3.t 2 2 100.00% 1-2 t/header.t 1 1 100.00% 1 t/methodinfo.t 4 4 100.00% 1-4 t/named_test.t 1 1 100.00% 1 t/rt15870.t 255 65280 ?? ?? % ?? t/rt17264.t 255 65280 ?? ?? % ?? t/runtests_die.t 1 1 100.00% 1 t/runtests_noplan.t 4 4 100.00% 1-4 t/runtests_result.t 4 1 25.00% 1 t/runtests_trailing.t 1 1 100.00% 1 t/spaces.t 1 1 100.00% 1 t/startup_that_dies.t 1 1 100.00% 1 t/todo.t 2 1 50.00% 1 1 test skipped. Failed 17/44 test scripts, 61.36% okay. 22/156 subtests failed, 85.90% okay. make: *** [test_dynamic] Error 29