Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failures, 5.21.2, darwin #28

Open
karenetheridge opened this issue Aug 11, 2014 · 1 comment
Open

test failures, 5.21.2, darwin #28

karenetheridge opened this issue Aug 11, 2014 · 1 comment

Comments

@karenetheridge
Copy link
Member

Tests are failing pretty consistently. PERL_INSTALL_QUIET is not set :)

t/18_all_from.t ......................... ok

#   Failed test 'has one author'
#   at t/20_authors_with_special_characters.t line 93.
old INSTALLDIRS (probably set by makemaker_args) is overriden by installdirs

#   Failed test 'has one author'
#   at t/20_authors_with_special_characters.t line 118.
# Looks like you failed 2 tests of 26.
t/20_authors_with_special_characters.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/26 subtests 
Warning: prerequisite Test::More 9999 not found. We have 1.301001026.
t/05_share.t ............................ ok
@kevindawson
Copy link
Member

is the following of any help?

running on

kevin@vinny:~/GitHub/Module-Install$ perl -v
This is perl 5, version 21, subversion 2 (v5.21.2) built for i686-linux-thread-multi

using

kevin@vinny:~/GitHub/Module-Install$ git branch
* issue-27
  master

I get the following

kevin@vinny:~/GitHub/Module-Install$ prove -l
t/01_compile.t .......................... ok     
t/02_mymeta.t ........................... skipped: New EU::MM has own MYMETA support
t/03_autoinstall.t ...................... skipped: Skipping dangerous test
t/04_version.t .......................... ok     
t/05_share.t ............................ ok     
t/06_ppport.t ........................... ok   
t/07_perl_version.t ..................... ok     
t/08_dsl.t .............................. ok   
t/09_read.t ............................. ok   
t/10_test.t ............................. ok     
t/11_extraction.t ....................... ok     
t/12_eumm_params.t ...................... ok     
t/13_author_tests.t ..................... ok     
t/13_author_tests_ext.t ................. skipped: requires Module::Install::AuthorTests
t/13_author_tests_ext2.t ................ skipped: requires Module::Install::ExtraTests 0.007
t/14_auto_include_deps_with_version.t ... skipped: your perl is new enough to have File::Spec 3.30 in core
t/15_wrong_usage.t ...................... ok   
t/16_require.t .......................... ok   
t/17_sign.t ............................. ok     
t/18_all_from.t ......................... ok     
t/19_authors.t .......................... ok     
t/20_authors_with_special_characters.t .. ok     
t/21_makemaker_args.t ................... ok     
t/22_installdirs.t ...................... 2/24 old INSTALLDIRS (probably set by makemaker_args) is overriden by installdirs
t/22_installdirs.t ...................... ok     
t/23_pl_files.t ......................... ok     
t/24_multiple_license_blocks.t .......... ok   
t/25_perl_version_from.t ................ ok     
t/26_unknown_func.t ..................... ok     
t/27_build_requires_and_include.t ....... 1/14 Warning: prerequisite Test::More 9999 not found. We have 1.001003.
t/27_build_requires_and_include.t ....... ok     
t/28_makemaker_args.t ................... ok   
t/29_requires_from.t .................... ok     
t/30_build_subdirs.t .................... ok     
t/31_add_metadata.t ..................... ok   
t/32_module_name.t ...................... ok   
t/40_license_apache.t ................... ok     
t/41_license_artistic.t ................. ok     
t/42_license_artistic_2.t ............... ok     
t/43_license_bsd.t ...................... ok     
t/44_license_gpl.t ...................... ok     
t/45_license_lgpl.t ..................... ok     
t/46_license_mit.t ...................... ok     
t/47_license_mozilla.t .................. ok     
t/48_license_open_source.t .............. ok     
t/49_license_perl.t ..................... ok     
t/50_license_restrictive.t .............. ok     
t/51_license_unrestricted.t ............. ok     
t/52_license_unknown.t .................. 1/7 ERROR: license is not a recognised meta name - rubharb
t/52_license_unknown.t .................. ok   
All tests successful.
Files=47, Tests=738, 44 wallclock secs ( 0.40 usr  0.08 sys + 37.05 cusr  2.40 csys = 39.93 CPU)
Result: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants