Subject: | other test failures |
$ perl Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Writing Makefile for Class::Declare
$ make -j2
cp Declare/Dump.pm blib/lib/Class/Declare/Dump.pm
cp Declare.pm blib/lib/Class/Declare.pm
cp Declare/Hash.pm blib/lib/Class/Declare/Hash.pm
Manifying blib/man3/Class::Declare::Dump.3pm
Manifying blib/man3/Class::Declare.3pm
Manifying blib/man3/Class::Declare::Hash.3pm
$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.10.0 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01compile.t ..... ok
t/02declare.t ..... ok
t/03new.t ......... ok
t/04instance.t .... ok
t/05test.t ........ ok
t/06class.t ....... ok
t/07static.t ...... ok
t/08restricted.t .. ok
t/09public.t ...... ok
t/10private.t ..... ok
t/11protected.t ... ok
t/12abstract.t .... ok
t/13init.t ........ ok
t/14multiple.t .... ok
t/15has.t ......... ok
t/16version.t ..... ok
t/17arguments.t ... ok
t/18storable.t .... ok
t/19strict.t ...... ok
t/20friend.t ...... ok
# Failed test 'Class::Declare::Dump load failure: correct report'
# at t/21dump.t line 98.
# Failed test 'Class::Declare::Dump load failure: correct error report'
# at t/21dump.t line 101.
# Failed test 'Class::Declare::Dump load failure: correct report'
# at t/21dump.t line 108.
# Failed test 'Class::Declare::Dump load failure: correct error report'
# at t/21dump.t line 111.
# Looks like you failed 4 tests of 69.
t/21dump.t ........
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/69 subtests
t/22clone.t ....... ok
t/23shared.t ...... ok
t/24export.t ...... ok
t/25modifiers.t ... ok
t/26readonly.t .... ok
t/27readwrite.t ... ok
# Failed test 'Class::Declare::Hash load failure: correct report'
# at t/28hash.t line 104.
# Failed test 'Class::Declare::Hash load failure: correct error report'
# at t/28hash.t line 107.
# Failed test 'Class::Declare::Hash load failure: correct report'
# at t/28hash.t line 114.
# Failed test 'Class::Declare::Hash load failure: correct error report'
# at t/28hash.t line 117.
# Looks like you failed 4 tests of 25.
t/28hash.t ........
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/25 subtests
Test Summary Report
-------------------
t/21dump.t (Wstat: 1024 Tests: 69 Failed: 4)
Failed tests: 1-4
Non-zero exit status: 4
t/28hash.t (Wstat: 1024 Tests: 25 Failed: 4)
Failed tests: 1-4
Non-zero exit status: 4
Files=28, Tests=3196, 3 wallclock secs ( 0.38 usr 0.06 sys + 1.89
cusr 0.20 csys = 2.53 CPU)
Result: FAIL
Failed 2/28 test programs. 8/3196 subtests failed.
make: *** [test_dynamic] Erreur 4
error: Bad exit status from
/home/jquelin/rpm/cooker/perl-Class-Declare/BUILDROOT/rpm-tmp.Pnpvew
(%build)
this does not look to be the same than ticket #48499