Start 2010-04-28T18:04:14 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Wed, 28 Apr 2010 21:27:06 GMT Running make for A/AD/ADIE/Test-Class-0.35.tar.gz Checksum for /net/nas/data/cpan/authors/id/A/AD/ADIE/Test-Class-0.35.tar.gz ok Will not use Archive::Tar, need 1.00 Test-Class-0.35 Test-Class-0.35/Build.PL Test-Class-0.35/Changes Test-Class-0.35/LICENSE Test-Class-0.35/Makefile.PL Test-Class-0.35/MANIFEST Test-Class-0.35/META.yml Test-Class-0.35/README Test-Class-0.35/lib Test-Class-0.35/lib/Test Test-Class-0.35/lib/Test/Class.pm Test-Class-0.35/lib/Test/Class Test-Class-0.35/lib/Test/Class/Load.pm Test-Class-0.35/lib/Test/Class/MethodInfo.pm Test-Class-0.35/t Test-Class-0.35/t/00-load.t Test-Class-0.35/t/20-load-classes.t Test-Class-0.35/t/21-load-subclassed.t Test-Class-0.35/t/_new.t Test-Class-0.35/t/bad-autoloads.t Test-Class-0.35/t/bailout.t Test-Class-0.35/t/builder.t Test-Class-0.35/t/compile.t Test-Class-0.35/t/current_method.t Test-Class-0.35/t/diag_on_failure.t Test-Class-0.35/t/die_before_plan.t Test-Class-0.35/t/expected_tests.t Test-Class-0.35/t/fail1.t Test-Class-0.35/t/fail2.t Test-Class-0.35/t/fail3.t Test-Class-0.35/t/header.t Test-Class-0.35/t/late_header.t Test-Class-0.35/t/methodinfo.t Test-Class-0.35/t/named_test.t Test-Class-0.35/t/num_method_tests.t Test-Class-0.35/t/num_tests.t Test-Class-0.35/t/override.t Test-Class-0.35/t/rt15870.t Test-Class-0.35/t/rt17264.t Test-Class-0.35/t/run_all_tests.t Test-Class-0.35/t/runtests.t Test-Class-0.35/t/runtests_die.t Test-Class-0.35/t/runtests_extra.t Test-Class-0.35/t/runtests_noplan.t Test-Class-0.35/t/runtests_of.t Test-Class-0.35/t/runtests_result.t Test-Class-0.35/t/runtests_return.t Test-Class-0.35/t/runtests_trailing.t Test-Class-0.35/t/runtests_with_wrong_class.t Test-Class-0.35/t/show_plan_in_shutdown.t Test-Class-0.35/t/skip1.t Test-Class-0.35/t/skip2.t Test-Class-0.35/t/skip_class_reason.t Test-Class-0.35/t/spaces.t Test-Class-0.35/t/startup.t Test-Class-0.35/t/startup_that_dies.t Test-Class-0.35/t/test_classes.t Test-Class-0.35/t/test_deep.t Test-Class-0.35/t/test_method.t Test-Class-0.35/t/test_verbose.t Test-Class-0.35/t/TestClassLoadSubclass.pm Test-Class-0.35/t/Tests.t Test-Class-0.35/t/todo.t Test-Class-0.35/t/test-libs Test-Class-0.35/t/test-libs/fail Test-Class-0.35/t/test-libs/fail/MyFail.pm Test-Class-0.35/t/test-libs/lib1 Test-Class-0.35/t/test-libs/lib1/Tests Test-Class-0.35/t/test-libs/lib1/Tests/Foo.pm Test-Class-0.35/t/test-libs/lib1/Tests/Foo Test-Class-0.35/t/test-libs/lib1/Tests/Foo/Bar.pm Test-Class-0.35/t/test-libs/lib2 Test-Class-0.35/t/test-libs/lib2/MyTest Test-Class-0.35/t/test-libs/lib2/MyTest/Baz.pm Test-Class-0.35/t/test-libs/lib3 Test-Class-0.35/t/test-libs/lib3/Tests Test-Class-0.35/t/test-libs/lib3/Tests/Bad1.pm Test-Class-0.35/t/test-libs/lib3/Tests/Good1.pm Test-Class-0.35/t/test-libs/lib3/Tests/Good2.pm Test-Class-0.35/t/test-libs/lib3/Tests/Subdir Test-Class-0.35/t/test-libs/lib3/Tests/Subdir/Bad2.pm Test-Class-0.35/t/test-libs/lib3/Tests/Subdir/Good3.pm Test-Class-0.35/xt Test-Class-0.35/xt/documented.t Test-Class-0.35/xt/meta.t Test-Class-0.35/xt/perlcritic.t /bin/tar: Read 7168 bytes from - Test-Class-0.35/xt/perlcriticrc Test-Class-0.35/xt/pmv.t Test-Class-0.35/xt/pod.t Test-Class-0.35/xt/spelling.t CPAN.pm: Going to build A/AD/ADIE/Test-Class-0.35.tar.gz >>> /home/fly1003/ap1003/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.35.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Class::Load 0.35, Perl 5.010000, /home/fly1003/ap1003/bin/perl-static t/00-load.t .................... 1..1 ok 1 - use Test::Class::Load; ok t/20-load-classes.t ............ 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.t ......... 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.t ....................... 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.t .............. 1..2 ok 1 - use Test::Class; ok 2 - avoided warnings from Contextual::Return::Value ok t/bailout.t .................... 1..2 ok 1 - bailout works ok 2 - exit value okay ok t/builder.t .................... 1..1 ok 1 - builder ok t/compile.t .................... 1..2 ok 1 - cannot test anon sub ok 2 - bad number detected ok # # Local::Test->test t/current_method.t ............. 1..4 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.t ............ 1..1 ok 1 - we show the test class and method name on test failure ok t/die_before_plan.t ............ 1..1 ok 1 - die before plan ok t/expected_tests.t ............. 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.t ...................... 1..2 ok 1 - FAIL_ALL with plan ok 2 - exit value okay ok t/fail2.t ...................... 1..2 ok 1 - fail2 ok 2 - exit value okay ok t/fail3.t ...................... ok 1 - FAIL_ALL with no plan ok 2 - exit value okay 1..2 ok t/header.t ..................... ok 1 - no duplicate headers 1..1 ok # # Local::Test->test t/late_header.t ................ 1..2 ok 1 - test number set ok 2 - builder expected tests set ok t/methodinfo.t ................. 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.t ................. ok 1 - test names set to method name by default 1..1 ok # # Bar->no_plan_test # # Bar->no_plan_test2 # # Bar->two_tests t/num_method_tests.t ........... 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 ok # # Foo->test_num_tests # # Foo->test_num_tests t/num_tests.t .................. 1..4 ok 1 - num_tests access okay ok 2 - num_tests set okay ok 3 - num_tests access okay ok 4 - num_tests set okay ok t/override.t ................... 1..1 ok 1 - cannot override a public method with a test method ok t/rt15870.t .................... 1..1 ok 1 - sensible error if new() is overridden ok t/rt17264.t .................... 1..1 ok 1 - we figured out that we loaded Test::Class too late ok # # A::Test->setup t/run_all_tests.t .............. 1..5 ok 1 - Test::Class->SKIP_CLASS default ok 2 - Base::Test->SKIP_CLASS overridden ok 3 - A::Test->SKIP_CLASS default ok 4 - non skipping test class run as expected ok 5 - runtests skipped classes with SKIP_CLASS set ok # # Bar->test1 # # Bar->test2 t/runtests.t ................... 1..18 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 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.t ............... 1..1 ok 1 - early die handled ok t/runtests_extra.t ............. 1..1 ok 1 - extra test detected ok # # Foo->set_tests # # Foo->undef_tests t/runtests_noplan.t ............ ok 1 - this should pass ok 2 - runtime test 1 ok 3 - runtime test 2 ok 4 - expected number of tests ran 1..4 ok # # Tests1->test # # Tests2->test t/runtests_of.t ................ 1..3 ok 1 - Tests1 test ok 2 - Tests2 test ok 3 - correct number of tests ok t/runtests_result.t ............ 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.t ............ 1..1 ok 1 - early return handled ok t/runtests_trailing.t .......... 1..1 ok 1 - trailing expection detected ok t/runtests_with_wrong_class.t .. 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.t ...... 1..1 ok 1 - shutdown method has run ok t/skip1.t ...................... 1..1 ok 1 - SKIP_ALL called skip_all ok t/skip2.t ...................... 1..6 # Running under perl version 5.010000 for linux # Current time local: Wed Apr 28 18:04:19 2010 # Current time GMT: Thu Apr 29 01:04:19 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/skip_class_reason.t .......... 1..3 # Running under perl version 5.010000 for linux # Current time local: Wed Apr 28 18:04:19 2010 # Current time GMT: Thu Apr 29 01:04:19 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok t/spaces.t ..................... ok 1 - can have spaces around attributes 1..1 ok # # Foo::Test->test1 # # Foo::Test->test2 t/startup.t .................... 1..15 ok 1 - called start1 ok 2 - called start2 ok 3 - called setup1 ok 4 - called setup2 ok 5 - called test1 ok 6 - called tear1 ok 7 - called tear2 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.t .......... 1..1 ok 1 - exception in startup method causes all tests to be skipped ok t/test_classes.t ............... 1..1 ok 1 - _test_classes deals with undef values ok t/test_deep.t .................. 1..1 ok 1 - Test::Deep is not included as a test class, even though isa always returns true ok t/test_method.t ................ 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.t ............... 1..1 ok 1 - TEST_VERBOSE outputs method diagnostic ok # # My::Test->Tests_attribute_default_number_of_tests # # My::Test->Tests_attribute_set_number_of_tests t/Tests.t ...................... 1..2 ok 1 - Tests attribute default number of tests ok 2 - Tests attribute set number of tests ok t/todo.t ....................... 1..2 ok 1 - todo tests work ok 2 - todo_test should run 1 test ok All tests successful. Files=47, Tests=170, 2 wallclock secs ( 0.11 usr 0.06 sys + 1.96 cusr 0.29 csys = 2.42 CPU) Result: PASS ADIE/Test-Class-0.35.tar.gz make test TEST_VERBOSE=1 -- OK Adrian Howard <adrianh@quietstars.com> Easily create test classes in an xUnit/JUnit style >>> (cd /home/fly1003/var/cpan/build/Test-Class-0.35-5JxdMm && tar cvf - Test-Class-0.35.ppd blib) | gzip -c >/home/fly1003/var/REPO/A/AD/ADIE/Test-Class-0.35.tar.gz Test-Class-0.35.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/Class/ blib/lib/Test/Class/MethodInfo.pm blib/lib/Test/Class/Load.pm blib/lib/Test/Class.pm blib/man3/ blib/man3/Test::Class::MethodInfo.3 blib/man3/Test::Class.3 blib/man3/Test::Class::Load.3 >>> mv /home/fly1003/var/cpan/build/Test-Class-0.35-5JxdMm/Test-Class-0.35.ppd /home/fly1003/var/REPO/A/AD/ADIE Finished 2010-04-28T18:04:21