Skip Menu |

This queue is for tickets about the Tapper-TAP-Harness CPAN distribution.

Report information
The Basics
Id: 110450
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Tapper-TAP-Harness

People
Owner: schwigon [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 5.0.0
Fixed in: 5.0.2



Subject: "prove" may be called differently in bleadperl installations
Running the test suite on a perl 5.23.5 system generates the following failure: Can't open perl script "/bbbike/perl-5.23.5t/bin/prove": Datei oder Verzeichnis nicht gefunden # Failed test 'Generate HTML for TAP with section names that lead to illegal file names' # at t/dot_section.t line 30. # '' # doesn't match '(?^:autogenerated_filename__dot_</a>)' Can't open perl script "/bbbike/perl-5.23.5t/bin/prove": Datei oder Verzeichnis nicht gefunden # Failed test 'Generate HTML for TAP with section names that contain dots but don't lead to illegal file names' # at t/dot_section.t line 31. # '' # doesn't match '(?^:some.section</a>)' # Looks like you failed 2 tests of 5. t/dot_section.t ........................................ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/5 subtests prove exists for this perl, but it has a "5.23.5" suffix, which is the default if perl is built with -Dusedevel (I think): $ ls -l /bbbike/perl-5.23.5t/bin/prove* -rwxr-xr-x 1 root root 13588 Nov 24 22:04 /bbbike/perl-5.23.5t/bin/prove5.23.5
On 2015-12-19 05:39:25, SREZIC wrote: Show quoted text
> Running the test suite on a perl 5.23.5 system generates the following > failure: > > Can't open perl script "/bbbike/perl-5.23.5t/bin/prove": Datei oder > Verzeichnis nicht gefunden > > # Failed test 'Generate HTML for TAP with section names that lead to > illegal file names' > # at t/dot_section.t line 30. > # '' > # doesn't match '(?^:autogenerated_filename__dot_</a>)' > Can't open perl script "/bbbike/perl-5.23.5t/bin/prove": Datei oder > Verzeichnis nicht gefunden > > # Failed test 'Generate HTML for TAP with section names that contain > dots but don't lead to illegal file names' > # at t/dot_section.t line 31. > # '' > # doesn't match '(?^:some.section</a>)' > # Looks like you failed 2 tests of 5. > t/dot_section.t ........................................ > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/5 subtests > > > prove exists for this perl, but it has a "5.23.5" suffix, which is the > default if perl is built with -Dusedevel (I think): > > $ ls -l /bbbike/perl-5.23.5t/bin/prove* > -rwxr-xr-x 1 root root 13588 Nov 24 22:04 /bbbike/perl- > 5.23.5t/bin/prove5.23.5
On the other hand, for normal non-bleadperls there's never a x.y.z suffix. At least this is the case on my smoker. The following is a ls over all my perl directories, with stable and devel perls: $ ls -1 /opt/perl*/bin/prove5* /opt/perl-5.21.10/bin/prove5.21.10 /opt/perl-5.21.11/bin/prove5.21.11 /opt/perl-5.21.11t/bin/prove5.21.11 /opt/perl-5.21.3/bin/prove5.21.3 /opt/perl-5.21.4/bin/prove5.21.4 /opt/perl-5.21.5/bin/prove5.21.5 /opt/perl-5.21.6/bin/prove5.21.6 /opt/perl-5.21.7/bin/prove5.21.7 /opt/perl-5.21.8/bin/prove5.21.8 /opt/perl-5.21.9/bin/prove5.21.9 /opt/perl-5.23.1/bin/prove5.23.1 /opt/perl-5.23.2/bin/prove5.23.2 /opt/perl-5.23.3/bin/prove5.23.3 /opt/perl-5.23.4/bin/prove5.23.4 /opt/perl-5.23.5/bin/prove5.23.5 /opt/perl-5.23.5t/bin/prove5.23.5
On Mon Dec 21 14:38:14 2015, SREZIC wrote: Show quoted text
> On the other hand, for normal non-bleadperls there's never a x.y.z > suffix. At least this is the case on my smoker. The following is a ls > over all my perl directories, with stable and devel perls:
At least I seem to have this bug fixed now. Heading over to the strange 'find's now... Thanks for your attention. Kind regards, Steffen -- Steffen Schwigon <ss5@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>