Skip to content

Instantly share code, notes, and snippets.

@wchristian
Created January 11, 2011 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wchristian/775055 to your computer and use it in GitHub Desktop.
Save wchristian/775055 to your computer and use it in GitHub Desktop.
C:\Perl\cpan\build\CPAN-Reporter-1.1803-2Ptht8>dmake test
Skip blib\lib\CPAN\Reporter\History.pm (unchanged)
Skip blib\lib\CPAN\Reporter\API.pod (unchanged)
Skip blib\lib\CPAN\Reporter\FAQ.pod (unchanged)
Skip blib\lib\CPAN\Reporter\PrereqCheck.pod (unchanged)
Skip blib\lib\CPAN\Reporter.pm (unchanged)
Skip blib\lib\CPAN\Reporter\Config.pod (unchanged)
Skip blib\lib\CPAN\Reporter\Config.pm (unchanged)
Skip blib\lib\CPAN\Reporter\History.pod (unchanged)
Skip blib\lib\CPAN\Reporter\PrereqCheck.pm (unchanged)
Skip blib\lib\CPAN\Reporter.pod (unchanged)
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/01_CPAN_Reporter.t ................. ok
t/02_config_env_vars.t ............... ok
t/03_config_file.t ................... ok
t/04_option_parsing.t ................ ok
t/05_prompting.t ..................... ok
t/06_prompt_text.t ................... ok
t/10_prereq_pm.t ..................... ok
t/11_env_config.t .................... ok
t/12_toolchain_versions.t ............ ok
t/13_record_command.t ................ ok
t/14_command_timeout.t ............... skipped: $ENV{RELEASE_TESTING} required for Win32 timeout testing
t/15_option_validation.t ............. ok
t/20_report_output.t ................. ok
t/30_PL_report.t ..................... ok
t/31_PL_report_discard.t ............. ok
t/40_make_report.t ................... 7/40
# Failed test 't-Pass: 'C:\Perl\site\bin\dmake.exe' grade reported as 'pass''
# at t/40_make_report.t line 68.
# got: undef
# expected: 'pass'
# STDOUT:
# cp lib/Bogus/Module.pm blib\lib\Bogus\Module.pm
# (C:\Perl\site\bin\dmake.exe exited with 0)
# CPAN::Reporter: C:\Perl\site\bin\dmake.exe result is 'pass', No errors.
#
#
# STDERR:
#
t/40_make_report.t ................... 13/40
t/40_make_report.t ................... 19/40 # Failed test 'make-Fail: 'C:\Perl\site\bin\dmake.exe' grade reported as 'unknown''
# at t/40_make_report.t line 68.
# got: undef
# expected: 'unknown'
# STDOUT:
# cp lib/Bogus/Module.pm blib\lib\Bogus\Module.pm
# C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" Die.PL impossible_file.pm
# Problem making this distribution at Die.PL line 2.
# dmake.exe: Error code 255, while making 'impossible_file.pm'
# (C:\Perl\site\bin\dmake.exe exited with 65280)
# CPAN::Reporter: C:\Perl\site\bin\dmake.exe result is 'unknown', Stopped with an error.
# CPAN::Reporter: preparing a CPAN Testers report for Bogus-Module-1.23
# Do you want to review or edit the test report? (yes/no) [no] no
# CPAN::Reporter: sending test report with 'unknown' via Net::SMTP
#
#
# STDERR:
#
t/40_make_report.t ................... 31/40
# Failed test 'make-RequirePerl: 'C:\Perl\site\bin\dmake.exe' grade reported as 'na''
# at t/40_make_report.t line 68.
# got: undef
# expected: 'na'
# STDOUT:
# cp lib/Bogus/Module.pm blib\lib\Bogus\Module.pm
# C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" Die.PL impossible_file.pm
# Perl v5.999.999 required--this is only v5.10.1, stopped at Die.PL line 2.
# dmake.exe: Error code 255, while making 'impossible_file.pm'
# (C:\Perl\site\bin\dmake.exe exited with 65280)
# CPAN::Reporter: C:\Perl\site\bin\dmake.exe result is 'na', Perl version too low.
# CPAN::Reporter: preparing a CPAN Testers report for Bogus-Module-1.23
# CPAN::Reporter: sending test report with 'na' via Net::SMTP
#
#
# STDERR:
#
t/40_make_report.t ................... 37/40 # Looks like you failed 3 tests of 40.
t/40_make_report.t ................... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/40 subtests
t/41_make_report_discard.t ........... ok
t/50_test_report_pass.t .............. ok
t/51_test_report_fail.t .............. ok
t/52_test_report_unknown.t ........... ok
t/53_test_report_na.t ................ ok
t/54_test_report_split.t ............. ok
t/55_test_report_discard.t ........... ok
t/56_test_report_harness_versions.t .. ok
t/57_hang_interrupt.t ................ skipped: $ENV{RELEASE_TESTING} required for Win32 timeout testing
t/60_discard_triggers.t .............. ok
t/61_bad_dist_names.t ................ ok
t/62_duplicate_reports.t ............. ok
t/63_config_send_report.t ............ ok
t/64_transport.t ..................... ok
t/65_skipfile.t ...................... ok
t/66_have_tested.t ................... ok
t/67_distfile.t ...................... ok
t/68_is_make.t ....................... ok
t/70_darwin_move_config.t ............ ok
t/71_missing_config.t ................ ok
t/72_rename_history.t ................ ok
t/73_autoflush.t ..................... ok
Test Summary Report
-------------------
t/40_make_report.t (Wstat: 768 Tests: 40 Failed: 3)
Failed tests: 8, 20, 32
Non-zero exit status: 3
Files=38, Tests=1755, 369 wallclock secs ( 0.28 usr + 0.05 sys = 0.33 CPU)
Result: FAIL
Failed 1/38 test programs. 3/1755 subtests failed.
dmake.exe: Error code 255, while making 'test_dynamic'
C:\Perl\cpan\build\CPAN-Reporter-1.1803-2Ptht8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment