[silent lurker alert]

Parrot will build on Cygwin, as long as you configure with:

perl Configure.pl --define-inet_aton

The tests, however, are a different story. Notably, extend_12 runs away and starts hopelessly consuming memory until manually killed.

Here's the testing summary from the end of 'make test':

Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
imcc/t/syn/pcc.t 1 256 31 1 3.23% 16
t/op/comp.t 1 256 7 1 14.29% 7
t/op/gc.t 1 256 8 1 12.50% 4
t/op/lexicals.t 1 256 6 1 16.67% 4
t/op/stacks.t 1 256 56 1 1.79% 24
t/op/string.t 9 2304 126 9 7.14% 36 40 44 48-49 52-53 56 92
t/op/types.t 1 256 3 1 33.33% 1
t/pmc/dumper.t 6 1536 11 6 54.55% 6-11
t/pmc/eval.t 1 256 6 1 16.67% 6
t/pmc/exception.t 1 256 22 1 4.55% 16
t/pmc/freeze.t 2 512 11 2 18.18% 7 11
t/pmc/io.t 2 512 21 2 9.52% 2 4
t/pmc/managedstruct.t 3 768 5 3 60.00% 2-4
t/pmc/objects.t 1 256 25 1 4.00% 13
t/pmc/perlhash.t 3 768 32 3 9.38% 1 8 18
t/pmc/perlstring.t 1 256 29 1 3.45% 16
t/pmc/pmc.t 1 256 92 1 1.09% 62
t/pmc/scratchpad.t 2 512 5 2 40.00% 3 5
t/pmc/sort.t 4 1024 9 4 44.44% 1-3 6
t/pmc/sub.t 3 768 66 3 4.55% 59-61
t/pmc/tqueue.t 1 256 1 1 100.00% 1
t/src/extend.t 1 256 13 1 7.69% 12
t/src/io.t 2 512 20 2 10.00% 4 7
2 tests and 70 subtests skipped.
Failed 23/95 test scripts, 75.79% okay. 49/1370 subtests failed, 96.42% okay.


If there's desire, I'll glady submit the whole output from the tests.

TJ Anthony

Reply via email to