On Sun, Oct 10, 2004 at 12:05:53PM -0700, Yitzchak Scott-Thoennes <[EMAIL PROTECTED]> wrote: > On Fri, Oct 08, 2004 at 10:19:55PM +0200, "Gerrit P. Haase" <[EMAIL PROTECTED]> > wrote: > > Hello, > > > > Got this for ExtUtils::MakeMaker 6.21, with Cygwin 1.5.11: > > > > Failed Test Stat Wstat Total Fail Failed List of Failed > > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > t/basic.t 40 10240 79 40 50.63% 23-56 58-63 > > t/recurs.t 1 256 25 1 4.00% 6 > > 6 tests and 32 subtests skipped. > > Failed 2/35 test scripts, 94.29% okay. 41/569 subtests failed, 92.79% okay. > > > > Can someone confirm that it is a MakeMaker problem, or confirm that it > > works ok with cygwin-1.5.10? > > I'll give it a try if I get a chance; are you more interested in 6.21_03 or > 6.21 proper?
Using the cygwin distribution perl and 1.5.10-3, 1.5.11-1, and the 20040907 snapshot, I consistently got all tests successful for 6.21 and Command.t test 38 failing for 6.21_03. Full output for that test: $ perl -Iblib/lib -Iblib/arch t/Command.t 1..38 ok 1 - use ExtUtils::Command; ok 2 - concatenation worked ok 3 - testing non-existent file ok 4 - testing non-existent file ok 5 - now creating that file ok 6 - test_f preserves @ARGV ok 7 - created! ok 8 - checking modify time stamp ok 9 - newer file created ok 10 - eqtime ok 11 - eqtime doesn't clear the file being equalized ok 12 # skip different file permission semantics on cygwin ok 13 # skip different file permission semantics on cygwin ok 14 # skip different file permission semantics on cygwin ok 15 - chmod preserves @ARGV ok 16 - change a file to read-write ok 17 # skip different file permission semantics on cygwin ok 18 # skip different file permission semantics on cygwin ok 19 # skip different file permission semantics on cygwin ok 20 - temp directory not there yet ok 21 - temp directory created ok 22 - cp preserves @ARGV ok 23 - copied okay ok 24 - cp croaks on error ok 25 ok 26 - mv preserves @ARGV ok 27 - moved file away ok 28 - file in new location ok 29 - mv croaks on error ok 30 - expanded wildcard ? successfully ok 31 - expanded wildcard * successfully ok 32 - removed ecmddir/testfile.foo successfully ok 33 - removed ecmddir/temp2/testfile.foo successfully ok 34 - removed ecmddir successfully ok 35 - dos2unix ok 36 ok 37 - dos2unix preserves binaries # Looks like you planned 38 tests but only ran 37.
