Skip Menu |

This queue is for tickets about the Bit-Vector CPAN distribution.

Report information
The Basics
Id: 88678
Status: resolved
Priority: 0/
Queue: Bit-Vector

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

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



Subject: t/51_file_nstore.t fails on Cygwin
I am seeing this failure on a fresh cygwin64 install as well as an has been used for a while cygwin 32bit install. running just this test: % perl -Mblib -Ilib t/51_file_nstore.t shows that it dies at different test numbers (always on store or nstore though). This seems to be same problem as shown in the cpan testers matrix for a single failure on MSWin32 (this installed fine on my Strawberry perl on the same machine though).
Subject: maketest.txt
iscah64% make test PERL_DL_NONLAZY=1 /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_____version.t .. ok t/01_________new.t .. ok t/02_____destroy.t .. ok t/03__operations.t .. ok t/04___functions.t .. ok t/05______primes.t .. ok t/06______subset.t .. ok t/07_____compare.t .. ok t/08______resize.t .. ok t/09__parameters.t .. ok t/10___intervals.t .. ok t/11_______shift.t .. ok t/12______string.t .. ok t/13___increment.t .. ok t/14_______empty.t .. ok t/15_________add.t .. ok t/16____subtract.t .. ok t/17_________gcd.t .. ok t/28___chunklist.t .. ok t/30__overloaded.t .. ok t/40___auxiliary.t .. ok t/50_freeze_thaw.t .. ok t/51_file_nstore.t .. 3210/7083 can't create t/51_file_nstore.tmp: Permission denied at t/51_file_nstore.t line 73. t/51_file_nstore.t .. Dubious, test returned 13 (wstat 3328, 0xd00) Failed 754/7083 subtests Test Summary Report ------------------- t/51_file_nstore.t (Wstat: 3328 Tests: 6329 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 7083 tests but ran 6329. Files=23, Tests=91209, 6 wallclock secs ( 3.99 usr 0.06 sys + 1.08 cusr 1.37 csys = 6.51 CPU) Result: FAIL Failed 1/23 test programs. 0/91209 subtests failed. Makefile:1014: recipe for target `test_dynamic' failed make: *** [test_dynamic] Error 13
This doesn't seem to be a problem for me anymore, closing.