Start 2008-09-15T16:04:30 Going to read /home/fly818/var/cpan/Metadata Database was generated on Mon, 15 Sep 2008 10:02:49 GMT Running make for A/AD/ADIE/Test-Class-0.31.tar.gz Checksum for /net/nas/data/cpan/authors/id/A/AD/ADIE/Test-Class-0.31.tar.gz ok Test-Class-0.31/ Test-Class-0.31/Build.PL Test-Class-0.31/Changes Test-Class-0.31/lib/ Test-Class-0.31/lib/Test/ Test-Class-0.31/lib/Test/Class/ Test-Class-0.31/lib/Test/Class/Load.pm Test-Class-0.31/lib/Test/Class/MethodInfo.pm Test-Class-0.31/lib/Test/Class.pm Test-Class-0.31/Makefile.PL Test-Class-0.31/MANIFEST Test-Class-0.31/META.yml Test-Class-0.31/README Test-Class-0.31/t/ Test-Class-0.31/t/00-load.t Test-Class-0.31/t/20-load-classes.t Test-Class-0.31/t/21-load-subclassed.t Test-Class-0.31/t/_new.t Test-Class-0.31/t/bad-autoloads.t Test-Class-0.31/t/bailout.t Test-Class-0.31/t/builder.t Test-Class-0.31/t/compile.t Test-Class-0.31/t/current_method.t Test-Class-0.31/t/developer/ Test-Class-0.31/t/developer/documented.t Test-Class-0.31/t/developer/perlcritic.t Test-Class-0.31/t/developer/perlcriticrc Test-Class-0.31/t/developer/pod.t Test-Class-0.31/t/developer/spelling.t Test-Class-0.31/t/diag_on_failure.t Test-Class-0.31/t/die_before_plan.t Test-Class-0.31/t/expected_tests.t Test-Class-0.31/t/fail1.t Test-Class-0.31/t/fail2.t Test-Class-0.31/t/fail3.t Test-Class-0.31/t/header.t Test-Class-0.31/t/late_header.t Test-Class-0.31/t/methodinfo.t Test-Class-0.31/t/named_test.t Test-Class-0.31/t/num_method_tests.t Test-Class-0.31/t/num_tests.t Test-Class-0.31/t/override.t Test-Class-0.31/t/rt15870.t Test-Class-0.31/t/rt17264.t Test-Class-0.31/t/run_all_tests.t Test-Class-0.31/t/runtests.t Test-Class-0.31/t/runtests_die.t Test-Class-0.31/t/runtests_extra.t Test-Class-0.31/t/runtests_noplan.t Test-Class-0.31/t/runtests_of.t Test-Class-0.31/t/runtests_result.t Test-Class-0.31/t/runtests_return.t Test-Class-0.31/t/runtests_trailing.t Test-Class-0.31/t/runtests_with_wrong_class.t Test-Class-0.31/t/show_plan_in_shutdown.t Test-Class-0.31/t/skip1.t Test-Class-0.31/t/skip2.t Test-Class-0.31/t/skip_class_reason.t Test-Class-0.31/t/spaces.t Test-Class-0.31/t/startup.t Test-Class-0.31/t/startup_that_dies.t Test-Class-0.31/t/test-libs/ Test-Class-0.31/t/test-libs/fail/ Test-Class-0.31/t/test-libs/fail/MyFail.pm Test-Class-0.31/t/test-libs/lib1/ Test-Class-0.31/t/test-libs/lib1/Tests/ Test-Class-0.31/t/test-libs/lib1/Tests/Foo/ Test-Class-0.31/t/test-libs/lib1/Tests/Foo/Bar.pm Test-Class-0.31/t/test-libs/lib1/Tests/Foo.pm Test-Class-0.31/t/test-libs/lib2/ Test-Class-0.31/t/test-libs/lib2/MyTest/ Test-Class-0.31/t/test-libs/lib2/MyTest/Baz.pm Test-Class-0.31/t/test-libs/lib3/ Test-Class-0.31/t/test-libs/lib3/Tests/ Test-Class-0.31/t/test-libs/lib3/Tests/Bad1.pm Test-Class-0.31/t/test-libs/lib3/Tests/Good1.pm Test-Class-0.31/t/test-libs/lib3/Tests/Good2.pm Test-Class-0.31/t/test-libs/lib3/Tests/Subdir/ Test-Class-0.31/t/test-libs/lib3/Tests/Subdir/Bad2.pm Test-Class-0.31/t/test-libs/lib3/Tests/Subdir/Good3.pm Test-Class-0.31/t/test_classes.t Test-Class-0.31/t/test_deep.t Test-Class-0.31/t/test_method.t Test-Class-0.31/t/test_verbose.t Test-Class-0.31/t/TestClassLoadSubclass.pm Test-Class-0.31/t/Tests.t Test-Class-0.31/t/todo.t CPAN.pm: Going to build A/AD/ADIE/Test-Class-0.31.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::Class >>> make cp lib/Test/Class/MethodInfo.pm blib/lib/Test/Class/MethodInfo.pm cp lib/Test/Class.pm blib/lib/Test/Class.pm cp lib/Test/Class/Load.pm blib/lib/Test/Class/Load.pm Manifying blib/man3/Test::Class::MethodInfo.3 Manifying blib/man3/Test::Class.3 Manifying blib/man3/Test::Class::Load.3 ADIE/Test-Class-0.31.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load...................... 1..1 ok 1 - use Test::Class::Load; # Testing Test::Class::Load 0.03, Perl 5.008008, /home/fly818/ap818/bin/perl-static 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/21-load-subclassed........... 1..7 ok 1 - Classes in top level directories should be loaded ok 2 - ... as should classes in subdirectories ok 3 - Filtered out classes in top level directories should *not* be loaded ok 4 - Filtered out classes in subdirectories should *not* be loaded ok 5 - Class Tests::Good1 method work as expected ok 6 - Class Tests::Good2 method work as expected ok 7 - Class Tests::Subdir::Good3 method work as expected 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................Prototype mismatch: sub CORE::GLOBAL::caller (;$) vs none at /home/fly818/var/megalib/Contextual/Return.pm line 12. 1..2 ok 1 - use Test::Class; ok 2 - avoided warnings from Contextual::Return::Value ok 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 ok 1 - we show the test class and method name on test failure ok t/die_before_plan.............. 1..1 ok 1 - die before plan ok 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 ok 1 - FAIL_ALL with plan ok 2 - exit value okay ok t/fail2........................ 1..2 ok 1 - fail2 ok 2 - exit value okay ok t/fail3........................ ok 1 - FAIL_ALL with no plan ok 2 - exit value okay 1..2 ok t/header....................... ok 1 - no duplicate headers 1..1 ok 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 ok t/named_test................... ok 1 - test names set to method name by default 1..1 ok 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 ok 13 - just passing ok 14 - no_plan_test just passing 1 ok 15 - no_plan_test just passing 2 ok 16 - no_plan_test2 just passing 1 ok 17 - no_plan_test2 just passing 2 ok 18 - two_tests just passing 1 ok 19 - two_tests just passing 2 # # Bar->no_plan_test # # Bar->no_plan_test2 # # Bar->two_tests 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...................... 1..1 ok 1 - sensible error if new() is overridden ok t/rt17264...................... 1..1 ok 1 - we figured out that we loaded Test::Class too late ok 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 ok 1 - early die handled ok 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 ok 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 ok 1 - single failure ran okay ok 2 - failure detected ok 3 - a successful test ok 4 - success detected ok t/runtests_return.............. 1..1 ok 1 - early return handled ok t/runtests_trailing............ 1..1 ok 1 - trailing expection detected ok t/runtests_with_wrong_class.... 1..2 ok 1 - use Test::Class; ok 2 - runtests dies if we are given something that is not a test class ok t/show_plan_in_shutdown........ 1..1 ok 1 - shutdown method has run ok t/skip1........................ 1..1 ok 1 - SKIP_ALL called skip_all ok t/skip2........................ 1..6 # Running under perl version 5.008008 for linux # Current time local: Mon Sep 15 16:04:35 2008 # Current time GMT: Mon Sep 15 23:04:35 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/skip_class_reason............ 1..3 # Running under perl version 5.008008 for linux # Current time local: Mon Sep 15 16:04:35 2008 # Current time GMT: Mon Sep 15 23:04:35 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok t/spaces....................... ok 1 - can have spaces around attributes 1..1 ok 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 ok 1 - exception in startup method causes all tests to be skipped ok 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/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/todo......................... 1..2 ok 1 - todo tests work ok 2 - todo_test should run 1 test ok All tests successful. Files=47, Tests=170, 4 wallclock secs ( 0.00 usr 0.16 sys + 1.41 cusr 2.22 csys = 3.79 CPU) Result: PASS ADIE/Test-Class-0.31.tar.gz make test TEST_VERBOSE=1 -- OK Adrian Howard <adrianh@quietstars.com> Easily create test classes in an xUnit/JUnit style >>> (cd /home/fly818/var/cpan/build/Test-Class-0.31-lhafwY && tar cvf - Test-Class-0.31.ppd blib) | gzip -c >/home/fly818/var/REPO/A/AD/ADIE/Test-Class-0.31.tar.gz Test-Class-0.31.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/Class/ blib/lib/Test/Class/Load.pm blib/lib/Test/Class/MethodInfo.pm blib/lib/Test/Class.pm blib/man3/ blib/man3/Test::Class.3 blib/man3/Test::Class::Load.3 blib/man3/Test::Class::MethodInfo.3 >>> mv /home/fly818/var/cpan/build/Test-Class-0.31-lhafwY/Test-Class-0.31.ppd /home/fly818/var/REPO/A/AD/ADIE Finished 2008-09-15T16:04:36