Skip Menu |

This queue is for tickets about the ExtUtils-Install CPAN distribution.

Report information
The Basics
Id: 121684
Status: new
Priority: 0/
Queue: ExtUtils-Install

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

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



Subject: MS Windows - t/can_write_dir.t fails
Here is what I've got when trying to install ExtUtils-Install-2.08 on 5.26.0-RC1
C:\tmpg\data\.cpanm\work\1494835332.21164\ExtUtils-Install-2.08>gmake test
"C:\tmpg\perl\bin\perl.exe" "-Ilib" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/can_write_dir.t .. 1/?
#   Failed test at t/can_write_dir.t line 50.
#     Structures begin differing at:
#          $got->[0] = '1'
#     $expected->[0] = '0'

#   Failed test at t/can_write_dir.t line 51.
#     Structures begin differing at:
#          $got->[0] = '1'
#     $expected->[0] = '0'
# Looks like you failed 2 tests of 12.
t/can_write_dir.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests
t/Install.t ........ ok
t/Installapi2.t .... ok
t/Installed.t ...... ok
t/InstallWithMM.t .. ok
t/Packlist.t ....... ok
t/pod-coverage.t ... skipped: Skipping author tests. Set AUTHOR_TESTING=1 to run them.
t/pod.t ............ ok

Test Summary Report
-------------------
t/can_write_dir.t (Wstat: 512 Tests: 12 Failed: 2)
  Failed tests:  7-8
  Non-zero exit status: 2
Files=8, Tests=274, 18 wallclock secs ( 0.08 usr +  0.01 sys =  0.09 CPU)
Result: FAIL
Failed 1/8 test programs. 2/274 subtests failed.
gmake: *** [Makefile:889: test_dynamic] Error 255