Subject: | Fails with latest version of Test-Simple now |
Looks like the latest version of Test-Simple (0.62) breaks the tests again.
Show quoted text
>>> Test phase [enabled]: dev-perl/Test-Memory-Cycle-0.02
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.6 "-MExtUtils::Command::MM" "-e" "test_harnes s(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.load..........# Testing Test::Memory::Cycle 0.02
ok
t/family-array.....
# Failed test 'Array family testing'
# in t/family-array.t at line 53.
# STDERR is:
# # Failed test 'The Array Family'
# # in t/family-array.t at line 52.
# # Cycle #1
# # %A->{parents} => @B
# # @B->[0] => %C
# # %C->{children} => @D
# # @D->[0] => %A
# # Cycle #2
# # %A->{parents} => @B
# # @B->[0] => %C
# # %C->{grandchildren} => @E
# # @E->[0] => %F
# # %F->{parents} => @G
# # @G->[0] => %A
#
# not:
# (?-xism:#\s+Failed\ test.*?\n?.*?t\/family\-array\.t at line 52.*\n?)
# # Cycle #1
#
# # %A->{parents} => @B
#
# # @B->[0] => %C
#
# # %C->{grandchildren} => @D
#
# # @D->[0] => %E
#
# # %E->{parents} => @F
#
# # @F->[0] => %A
#
# # Cycle #2
#
# # %A->{parents} => @B
#
# # @B->[0] => %C
#
# # %C->{children} => @G
#
# # @G->[0] => %A
#
# as expected
FAILED test 2
Failed 1/2 tests, 50.00% okay
t/family-hash......ok
t/family-object....ok
t/family-scalar....ok
t/good.............ok
t/pod-coverage.....ok
t/pod..............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/family-array.t 2 1 50.00% 2
Failed 1/8 test scripts, 87.50% okay. 1/16 subtests failed, 93.75% okay.
make: *** [test_dynamic] Error 255