Perl-Lint [feature/name_conventions/capitalization](06cd39dfa9) FAIL
Compare: https://github.com/moznion/Perl-Lint/compare/38e4b6b644b1^...06cd39dfa9b2
Elapsed Time: 8 sec
- 06cd39d moznion: Add tests that are related to PPI
_ 2014-05-23T00:19:11 [INFO] [feature/name_conventions/capitalization] ukigumo-client 0.31 _ 2014-05-23T00:19:11 [INFO] [feature/name_conventions/capitalization] start testing : https://github.com/moznion/Perl-Lint feature/name_conventions/capitalization _ 2014-05-23T00:19:11 [INFO] [feature/name_conventions/capitalization] working directory : /tmp/Perl-Lint/feature_name_conventions_capitalization _ 2014-05-23T00:19:11 [INFO] [feature/name_conventions/capitalization] run vc : Ukigumo::Client::VC::Git _ 2014-05-23T00:19:11 [INFO] [feature/name_conventions/capitalization] workdir is /tmp/Perl-Lint/feature_name_conventions_capitalization _ 2014-05-23T00:19:11 [INFO] [feature/name_conventions/capitalization] command: git clone --branch feature/name_conventions/capitalization https://github.com/moznion/Perl-Lint ./ _ Cloning into '.'... _ 2014-05-23T00:19:14 [INFO] [feature/name_conventions/capitalization] command: git pull -f origin feature/name_conventions/capitalization _ From https://github.com/moznion/Perl-Lint _ * branch feature/name_conventions/capitalization -> FETCH_HEAD _ Already up-to-date. _ 2014-05-23T00:19:15 [INFO] [feature/name_conventions/capitalization] command: git submodule init _ 2014-05-23T00:19:15 [INFO] [feature/name_conventions/capitalization] command: git submodule update _ 2014-05-23T00:19:15 [INFO] [feature/name_conventions/capitalization] command: git clean -dxf _ 2014-05-23T00:19:15 [INFO] [feature/name_conventions/capitalization] command: git status _ # On branch feature/name_conventions/capitalization _ nothing to commit, working directory clean _ 2014-05-23T00:19:15 [INFO] [feature/name_conventions/capitalization] [before_install] cpanm -L $HOME/.ukigumo/perl-lint/extlib --installdeps -n . _ 2014-05-23T00:19:17 [INFO] [feature/name_conventions/capitalization] [install] ln -s $HOME/.ukigumo/perl-lint/extlib ./extlib _ 2014-05-23T00:19:17 [INFO] [feature/name_conventions/capitalization] run executor : Ukigumo::Client::Executor::Command _ 2014-05-23T00:19:17 [INFO] [feature/name_conventions/capitalization] command: prove -lrv -Iextlib/lib/perl5 t _ _ [00:19:18] ==> t/00_compile.t <==================================================== _ _ ✓ use Perl::Lint; _ _ ok _ ok 580 ms _ _ [00:19:19] ==> t/Evaluate/ErrorHandling/require_carping.t <======================== _ _ Unspectacular die _ ✓ L23: is scalar @$violations, 3; _ Unspectacular warn _ ✓ L37: is scalar @$violations, 3; _ Carping _ ✓ L51: is scalar @$violations, 0; _ No croaking _ ✓ L60: is scalar @$violations, 1; _ Complain about cases without arguments _ ✓ L70: is scalar @$violations, 2; _ Complain about cases with empty list arguments _ ✓ L80: is scalar @$violations, 2; _ Complain about cases with non-string arguments _ ✓ L95: is scalar @$violations, 7; _ Don't complain if message ends with "\n" in double quotes _ ✓ L105: is scalar @$violations, 0; _ Don't complain if message ends with literal "\n" _ ✓ L121: is scalar @$violations, 0; _ Don't complain if message is a heredoc, which must end in "\n" _ ✓ L136: is scalar @$violations, 0; _ Complain if message ends with "\n" in single quotes _ ✓ L146: is scalar @$violations, 2; _ Don't complain if message ends with "\n" in interpolated quotelike operator _ ✓ L157: is scalar @$violations, 0; _ Complain if message ends with "\n" in non-interpolated quotelike operator _ ✓ L168: is scalar @$violations, 3; _ Don't complain if message is a list with a last element that ends with "\n" _ ✓ L180: is scalar @$violations, 0; _ Don't complain if message is a parenthesised list with a last element that ends with "\n" _ ✓ L192: is scalar @$violations, 0; _ Don't complain if message is a list with "sub" lists with a last (flattened list) element that ends with "\n" _ ✓ L222: is scalar @$violations, 0; _ Complain if message is a list with "sub" lists with a last (flattened list) element that doesn't end with "\n" _ ✓ L253: is scalar @$violations, 10; _ Don't complain if message is a concatenation with a last element that ends with "\n" _ ✓ L263: is scalar @$violations, 0; _ Don't complain if followed by postfix operator and otherwise valid _ ✓ L298: is scalar @$violations, 0; _ Complain if followed by postfix operator with "\n" ending last operand and otherwise invalid. _ ✓ L333: is scalar @$violations, 24; _ Complain if message has a last element that ends with "\n" but has an operation in front _ ✓ L350: is scalar @$violations, 8; _ Complain if config doesn't allow newlines. _ ✓ L363: is scalar @$violations, 1; _ Complain if in main:: and option not set _ ✓ L374: is scalar @$violations, 1; _ Don't complain if in main:: and option set (RT #56619) _ ✓ L389: is scalar @$violations, 0; _ Don't complain if implicitly in main:: and option set _ ✓ L402: is scalar @$violations, 0; _ Complain if in main:: but in subroutine _ ✓ L417: is scalar @$violations, 1; _ Complain if in main:: but in anonymous subroutine _ ✓ L432: is scalar @$violations, 1; _ Don't complain about obvious uses of references because they're likely being used as exception objects. _ ✓ L466: is scalar @$violations, 0; _ _ ok _ ok 128 ms _ _ [00:19:19] ==> t/Evaluate/ErrorHandling/require_checking_return_value_of_eval.t <== _ _ ✓ Basic Failure _ ✓ Assignment _ ✓ Assignment with comma separated statements. _ ✓ if _ ✓ foreach _ ✓ C-style for with eval in condition or assignment _ ✓ C-style for with eval in initialization or increment with no assignment _ ✓ while _ ✓ Postfix if _ ✓ Ternary _ ✓ Postfix foreach _ ✓ First value in comma-separated list in condition _ ✓ Last value in comma-separated list in condition _ ✓ Last value in comma-separated list that isn't the last element in another list in condition _ ✓ "Proper" handling of return value _ ✓ A grep is a check -- RT \#69489 _ _ ok _ ok 258 ms _ _ [00:19:19] ==> t/Evaluate/NamingConventions/Capitalization.t <===================== _ _ Can't locate String/CamelCase.pm in @INC (@INC contains: /tmp/Perl-Lint/feature_name_conventions_capitalization/lib /tmp/Perl-Lint/feature_name_conventions_capitalization/extlib/lib/perl5/x86_64-linux /tmp/Perl-Lint/feature_name_conventions_capitalization/extlib/lib/perl5 /home/moznion/var/www/Ukigumo-Agent/local/lib/perl5/x86_64-linux /home/moznion/var/www/Ukigumo-Agent/local/lib/perl5 /home/moznion/.plenv/versions/5.16.3/lib/perl5/site_perl/5.16.3/x86_64-linux /home/moznion/.plenv/versions/5.16.3/lib/perl5/site_perl/5.16.3 /home/moznion/.plenv/versions/5.16.3/lib/perl5/5.16.3/x86_64-linux /home/moznion/.plenv/versions/5.16.3/lib/perl5/5.16.3 .) at /tmp/Perl-Lint/feature_name_conventions_capitalization/lib/Perl/Lint/Evaluator/NamingConventions/Capitalization.pm line 4. _ BEGIN failed--compilation aborted at /tmp/Perl-Lint/feature_name_conventions_capitalization/lib/Perl/Lint/Evaluator/NamingConventions/Capitalization.pm line 4. _ Compilation failed in require at t/Evaluate/NamingConventions/Capitalization.t line 5. _ BEGIN failed--compilation aborted at t/Evaluate/NamingConventions/Capitalization.t line 5. _ _ not ok _ Dubious, test returned 2 (wstat 512, 0x200) _ Failed 1/1 subtests _ [00:19:19] ==> t/Evaluate/Objects/indirect_syntax.t <============================== _ _ basic passes _ ✓ L25: is scalar @$violations, 0; _ basic failures _ ✓ L43: is scalar @$violations, 6; _ specify name of subroutine to check _ unchecked indirect objects _ ✓ L70: is scalar @$violations, 0; _ checked indirect objects _ ✓ L80: is scalar @$violations, 10; _ _ ok _ ok 93 ms _ _ [00:19:19] ==> t/Evaluate/TestingAndDebugging/prohibit_no_strict.t <=============== _ _ ✓ strictures disabled _ ✓ selective strictures disabled _ ✓ selective strictures disabled _ ✓ allowed no strict _ ✓ partially allowed no strict _ ✓ partially allowed no strict _ ✓ allow no strict, mixed case config _ ✓ allow no strict, comma-delimimted config _ ✓ wrong case, funky config _ _ ok _ ok 101 ms _ _ [00:19:19] ==> t/Evaluate/Variables/augumented_assignment_in_declaration.t <======= _ _ Normal assignment ok _ ✓ L20: is_deeply $violations, []; _ Normal assignment with operators ok _ ✓ L31: is_deeply $violations, []; _ real life regression _ ✓ L44: is_deeply $violations, []; _ scalar augumented assignment _ ✓ L119: is scalar @$violations, 52; _ real life examples _ ✓ L136: is scalar @$violations, 8; _ _ ok _ ok 96 ms _ _ [00:19:19] ==> t/Evaluate/Variables/conditional_declarations.t <=================== _ _ with if at post-position _ ✓ L22: is scalar @$violations, 4; _ with unless at post-position _ ✓ L35: is scalar @$violations, 4; _ with while at post-position _ ✓ L47: is scalar @$violations, 4; _ with for at post-position _ ✓ L59: is scalar @$violations, 4; _ with foreach at post-position _ ✓ L71: is scalar @$violations, 4; _ passing cases _ ✓ L92: is scalar @$violations, 0; _ local is exempt _ ✓ L108: is scalar @$violations, 0; _ _ ok _ ok 102 ms _ [00:19:19] _ _ Test Summary Report _ ------------------- _ t/Evaluate/NamingConventions/Capitalization.t (Wstat: 512 Tests: 1 Failed: 1) _ Failed test: 1 _ Non-zero exit status: 2 _ Files=8, Tests=8, 2 wallclock secs ( 0.07 usr 0.02 sys + 0.60 cusr 0.10 csys = 0.79 CPU) _ Result: FAIL _ 2014-05-23T00:19:19 [INFO] [feature/name_conventions/capitalization] finished testing : 2