Subject: | GraphViz-2.12 t/foo.t fails |
Date: | Thu, 08 Nov 2012 17:08:53 +0100 |
To: | bug-GraphViz [...] rt.cpan.org |
From: | Ralf Corsépius <corsepiu [...] fedoraproject.org> |
Hi Ron,
GraphViz-2.12 t/foo.t fails with the error below on Fedora-16, 17
(perl-5.15.x), 18 and rawhide (perl-5.16.x):
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/dumper.t .. ok
# Failed test at t/foo.t line 98.
# ' graph [ratio=fill];
# '
# doesn't match '(?^:^\s*graph\s*\[bb=.*)'
# Failed test at t/foo.t line 99.
# ' node [label="\N"];
# '
# doesn't match '(?^:^.+ratio=fill)'
# Failed test at t/foo.t line 100.
# ' node1 [label=London, pos="38,18", width="1.0604",
height="0.5"];
# '
# doesn't match '(?^:^\s*node\s*\[\s*label\s*=\s*"\\N"\s*\];\s*)'
Use of uninitialized value $this in pattern match (m//) at t/foo.t line 101.
# Failed test at t/foo.t line 101.
# undef
# doesn't match '(?^:^.+label=London,)'
# Failed test at t/foo.t line 98.
# ' graph [ratio=fill];
# '
# doesn't match '(?^:^\s*graph\s*\[bb=.*)'
# Failed test at t/foo.t line 99.
# ' node [label="\N"];
# '
# doesn't match '(?^:^.+ratio=fill)'
# Failed test at t/foo.t line 100.
# ' node1 [label=London, pos="38,18", width="1.0604",
height="0.5"];
# '
# doesn't match '(?^:^\s*node\s*\[\s*label\s*=\s*"\\N"\s*\];\s*)'
Use of uninitialized value $this in pattern match (m//) at t/foo.t line 101.
# Failed test at t/foo.t line 101.
# undef
# doesn't match '(?^:^.+label=London,)'
# Failed test at t/foo.t line 98.
# ' graph [ratio=fill];
# '
# doesn't match '(?^:^\s*graph\s*\[bb=.*)'
# Failed test at t/foo.t line 99.
# ' node [label="\N"];
# '
# doesn't match '(?^:^.+ratio=fill)'
# Failed test at t/foo.t line 100.
# ' node1 [label=London, pos="38,18", width="1.0604",
height="0.5"];
# '
# doesn't match '(?^:^\s*node\s*\[\s*label\s*=\s*"\\N"\s*\];\s*)'
Use of uninitialized value $this in pattern match (m//) at t/foo.t line 101.
# Failed test at t/foo.t line 101.
# undef
# doesn't match '(?^:^.+label=London,)'
# Failed test at t/foo.t line 98.
# ' graph [ratio=fill];'
# doesn't match '(?^:^\s*graph\s*\[bb=.*)'
# Failed test at t/foo.t line 99.
# ' node [label="\N"];'
# doesn't match '(?^:^.+ratio=fill)'
# Failed test at t/foo.t line 100.
# ' node1 [label=London, pos="38,18", width="1.0604",
height="0.5"];'
# doesn't match '(?^:^\s*node\s*\[\s*label\s*=\s*"\\N"\s*\];\s*)'
Use of uninitialized value $this in pattern match (m//) at t/foo.t line 101.
# Failed test at t/foo.t line 101.
# undef
# doesn't match '(?^:^.+label=London,)'
# Failed test at t/foo.t line 98.
# ' graph [ratio=fill];'
# doesn't match '(?^:^\s*graph\s*\[bb=.*)'
# Failed test at t/foo.t line 99.
# ' node [label="\N"];'
# doesn't match '(?^:^.+ratio=fill)'
# Failed test at t/foo.t line 100.
# ' node1 [label=London, pos="38,18", width="1.0604",
height="0.5"];'
# doesn't match '(?^:^\s*node\s*\[\s*label\s*=\s*"\\N"\s*\];\s*)'
Use of uninitialized value $this in pattern match (m//) at t/foo.t line 101.
# Failed test at t/foo.t line 101.
# undef
# doesn't match '(?^:^.+label=London,)'
# Failed test at t/foo.t line 98.
# ' graph [ratio=fill];'
# doesn't match '(?^:^\s*graph\s*\[bb=.*)'
# Failed test at t/foo.t line 99.
# ' node [label="\N"];'
# doesn't match '(?^:^.+ratio=fill)'
# Failed test at t/foo.t line 100.
# ' node1 [label=London, pos="38,18", width="1.0604",
height="0.5"];'
# doesn't match '(?^:^\s*node\s*\[\s*label\s*=\s*"\\N"\s*\];\s*)'
Use of uninitialized value $this in pattern match (m//) at t/foo.t line 101.
# Failed test at t/foo.t line 101.
# undef
# doesn't match '(?^:^.+label=London,)'
# Looks like you failed 24 tests of 30.
t/foo.t .....
Dubious, test returned 24 (wstat 6144, 0x1800)
Failed 24/30 subtests
t/pod.t ..... ok
t/simple.t .. ok
Test Summary Report
-------------------
t/foo.t (Wstat: 6144 Tests: 30 Failed: 24)
Failed tests: 2-5, 7-10, 12-15, 17-20, 22-25, 27-30
Non-zero exit status: 24
Files=4, Tests=71, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.31 cusr
0.06 csys = 0.41 CPU)
Result: FAIL
Failed 1/4 test programs. 24/71 subtests failed.
For GraphViz-2.11 the testsuite works without any such errors.
Ralf