Skip Menu |

This queue is for tickets about the App-Kit CPAN distribution.

Report information
The Basics
Id: 133603
Status: new
Priority: 0/
Queue: App-Kit

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/04.ns.t fails on some systems
On some of my smokers I see the following fail pattern: ... # Testing ns() for App::Kit 0.63 # Failed test 'sharedir() bad dist = undef' # at t/04.ns.t line 167. # got: '/usr/perl5.16.3t/lib/site_perl/5.16.3/amd64-freebsd-thread-multi/auto/Foo/Bar' # expected: undef # Failed test 'sharedir() bad dist - $@' # at t/04.ns.t line 168. # '' # doesn't match '(?^:Failed to find share dir for dist 'Foo-Bar')' # Failed test 'sharedir() unloaded module = undef' # at t/04.ns.t line 170. # got: '/usr/perl5.16.3t/lib/site_perl/5.16.3/amd64-freebsd-thread-multi/auto/Foo/Bar' # expected: undef # Failed test 'sharedir() unloaded module - $@' # at t/04.ns.t line 171. # '' # doesn't match '(?^:Failed to find share dir for dist 'Foo-Bar')' # Looks like you failed 4 tests of 29. t/04.ns.t ......... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/29 subtests ...