I tried it on Windows XP Pro on three different configurations - Cygwin perl, ActiveState 5.8.4 and ActiveState 5.6.1. The first had a test failre, and the other two failed to build.

$ make test
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'b
lib/arch')" t/*.t
t/00signature.............ok
1/1 skipped: Next time around, consider install Module::Signature, so yo
u can verify the integrity of this distribution.
t/00test_harness_check....ok
t/bad_plan................ok
t/buffer..................ok
t/Builder.................ok
t/curr_test...............ok
t/details.................ok
t/diag....................ok
t/eq_set..................ok
t/exit....................ok
t/extra...................ok
t/extra_one...............ok
t/fail-like...............ok
t/fail-more...............ok
t/fail....................ok
t/fail_one................ok
t/filehandles.............ok
t/fork....................ok
t/harness_active..........ok
t/has_plan................ok
t/has_plan2...............ok
t/import..................ok
t/is_deeply...............ok
t/maybe_regex.............ok
t/missing.................ok
t/More....................ok
t/no_diag.................ok
t/no_ending...............ok
t/no_header...............ok
t/no_plan.................ok
t/ok_obj..................ok
t/output..................ok
t/overload................ok
1/5 skipped: not really skipped, testing overloaded reason
t/plan....................ok
t/plan_is_noplan..........ok
t/plan_no_plan............ok
t/plan_skip_all...........skipped
all skipped: Just testing plan & skip_all
t/reset...................ok
t/simple..................ok
t/skip....................ok
7/15 skipped: Just testing the skip interface.
t/skipall.................ok
t/thread_taint............ok
t/threads.................dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 2-6
Failed 5/6 tests, 16.67% okay
t/todo....................ok
t/undef...................ok
t/use_ok..................ok
t/useing..................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/threads.t 0 139 6 10 166.67% 2-6
1 test and 9 subtests skipped.
Failed 1/47 test scripts, 97.87% okay. 5/299 subtests failed, 98.33% okay.
make: *** [test_dynamic] Error 14


$ /usr/bin/perl.exe "-MExtUtils::Command::MM" t/threads.t
1..6
ok 1 - Each of these should app the test number
Segmentation fault (core dumped)

$ perl -v

This is perl, v5.8.5 built for cygwin-thread-multi-64int

----------------------------------------

$ /bin/make
Makefile:298: *** multiple target patterns.  Stop.

$ c:/program\ files/UnxUtils/usr/local/wbin/make
makefile:298: *** multiple target patterns.  Stop.

$ c:/perl/bin/perl -v

This is perl, v5.8.4 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)

-----------------------------------------

$ make
Makefile:653: *** missing separator.  Stop.

$ c:/perl5.6/bin/perl -v

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

--
Danny R. Faught
Tejas Software Consulting
http://tejasconsulting.com/

Reply via email to