Subject: | make test failure on Cygwin for 9999.12 |
Version 9999.12 fails on Cygwin.
CYGWIN_NT-5.1 chorny 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin
This is perl, v5.8.7 built for cygwin-thread-multi-64int
(with 1 registered patch, see perl -V for more detail)
Modified test to include data:
print "\@slurp_lines:\n@slurp_lines\n";
print "\@data_lines:\n@data_lines\n";
ok( eq_array( \@data_lines, \@slurp_lines ), 'list slurp of DATA' ) ;
make test TEST_FILES=t/data_list.t TEST_VERBOSE=1 > fileslurp.out 2>&1
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1,
'blib/lib', 'blib/arch')" t/data_list.t
t/data_list....1..2
ok 1 - use File::Slurp;
# Failed test 'list slurp of DATA'
# in t/data_list.t at line 52.
# Looks like you failed 1 test of 2.
@slurp_lines:
line one
second line
more lines
still more
enough lines
we can't test long handle slurps from DATA since i would have to type
too much stuff
so we will stop here
@data_lines:
line one
second line
more lines
still more
enough lin
not ok 2 - list slurp of DATA
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/data_list.t 1 256 2 1 50.00% 2
Failed 1/1 test scripts, 0.00% okay. 1/2 subtests failed, 50.00% okay.
make: *** [test_dynamic] Error 14
-------
Alexandr Ciornii, http://chorny.net