Subject: | Test t/10_user_profile.t Failed test 'Invalid profile path' |
Date: | Sun, 22 Sep 2013 13:12:47 -0700 (PDT) |
To: | "bug-Perl-Critic [...] rt.cpan.org" <bug-Perl-Critic [...] rt.cpan.org> |
From: | Steve Siano <steve.siano [...] yahoo.com> |
Module:
Perl-Critic-1.118
Perl:
This is perl 5, version 16, subversion 2 (v5.16.2) built for darwin-thread-multi-2level
(with 3 registered patches, see perl -V for more detail)
System:
Darwin Steves-MacBook-Pro.local 13.0.0 Darwin Kernel Version 13.0.0: Fri Sep 13 23:35:55
PDT 2013; root:xnu-2422.1.72~1/RELEASE_X86_64 x86_64
Test:
eval { Perl::Critic::UserProfile->new( -profile => 'bogus' ) };
like(
$EVAL_ERROR,
qr/File [ ] 'bogus' [ ] does [ ] not [ ] exist/xms,
'Invalid profile path',
);
Test Result:
t/10_user_profile.t ........................... 1/41
# Failed test 'Invalid profile path'
# at t/10_user_profile.t line 295.
# 'Could not parse profile "bogus": Failed to open file 'bogus' for reading: No such file or directory'
# doesn't match '(?^msx:File [ ] 'bogus' [ ] does [ ] not [ ] exist)'
# Looks like you failed 1 test of 41.
t/10_user_profile.t ........................... Dubious, test returned 1 (wstat 256, 0x100)
Test Summary Report
-------------------
t/10_user_profile.t (Wstat: 256 Tests: 41 Failed: 1)
Failed test: 38
Non-zero exit status: 1
Files=38, Tests=7644, 65 wallclock secs ( 0.83 usr 0.15 sys + 47.85 cusr 2.66 csys = 51.49 CPU)
Result: FAIL
Failed 1/38 test programs. 1/7644 subtests failed.
THALJEF/Perl-Critic-1.118.tar.gz
./Build test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports THALJEF/Perl-Critic-1.118.tar.gz
Running Build install
make test had returned bad status, won't install without force
Sincerely,
Steve Siano