Here is entire output of make test on cygwin, FYI.
[EMAIL PROTECTED] ~/parrot/parrot $ make test perl t/harness t/src/*.t t/src/basic.......ok t/src/exit........NOK 3 # got: 'ex3 # ' # expected: 'ex3 # ex2 # ex1 # ' # Looks like you failed 1 tests of 3. t/src/exit........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/src/extend......ok 10/12# Failed test (t/src/extend.t at line 338) # got: '' # expected: 'in sub1 # backextend......NOK 11 # hello in sub2 # back # ' # './t/src/extend_11.exe' failed with exit code 1 # Failed test (t/src/extend.t at line 394) t/src/extend......NOK 12 # caught # back # ' # './t/src/extend_12.exe' failed with exit code 1 # Looks like you failed 2 tests of 12. t/src/extend......dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 11-12 Failed 2/12 tests, 83.33% okay t/src/hash........ok 6/12# Failed test (t/src/hash.t at line 255) # got: ''NOK 7 # expected: '42 # ' t/src/hash........ok 12/12# Looks like you failed 1 tests of 12. t/src/hash........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/12 tests, 91.67% okay (less 2 skipped tests: 9 okay, 75.00%) t/src/intlist.....ok t/src/io..........ok 3/16# Failed test (t/src/io.t at line 91) # got: 'Hello, World! # 'rc/io..........NOK 4 # expected: 'Hello, World! # 3: Hel # 3: lo, # 3: Wo # 3: rld # 2: ! # # 0: # ' t/src/io..........NOK 10have read "." not ".f?aÄf?a"done # ' # expected: 'done # ' t/src/io..........ok 15/16# Looks like you failed 2 tests of 16. t/src/io..........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 4, 10 Failed 2/16 tests, 87.50% okay (less 1 skipped test: 13 okay, 81.25%) t/src/list........ok 1/2# Failed test (t/src/list.t at line 268) # got: '' # expected: 'ok 1 2 # ok 2 # ' # Looks like you failed 1 tests of 2. t/src/list........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/src/manifest....ok t/src/sprintf.....NOK 3 # '0123456789abcdef101112131415161718191a1b1c1d1e1f20212223242 5262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f404142434445464748494a4 b4c4 d4e4f505152535455565758595a5b5c5d5e5f606162636465666768696a6b6c6d6e6f7071727 3747 5767778797a7b7c7d7e7f808182838485868788898a8b8c8d8e8f909192939495969798999a9 b9c9 d9e9fa0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebfc0c1c2c 3c4c 5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedfe0e1e2e3e4e5e6e7e8e9eae bece deeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff10010110210310410510610710810910a10b10c 10d1 0e10f11011111211311411511611711811911a11b11c11d11e11f12012112212312412512612 7128 12912a12b12c12d12e12f13013113213313413513613713813913a13b13c13d13e13f1401411 4214 314414514614714814914a14b14c14d14e14f15015115215315415515615715815915a15b15c 15d1 5e15f16016116216316416516616716816916a16b16c16d16e16f17017117217317417517617 7178 17917a17b17c17d17e17f18018118218318418518618718818918a18b18c18d18e18f1901911 9219 319419519619719819919a19b19c19d19e19f1a01a11a21a31a41a51a61a71a81a91aa1ab1ac 1ad1 ae1af1b01b11b21b31b41b51b61b71b81b91ba1bb1bc1bd1be1bf1c01c11c21c31c41c51c61c 71c8 1c91ca1cb1cc1cd1ce1cf1d01d11d21d31d41d51d61d71d81d91da1db1dc1dd1de1df1e01e11 e21e 31e41e51e61e71e81e91ea1eb1ec1ed1ee1ef1f01f11f21f31f41f51f61f71f81f91fa1fb1fc 1fd1 fe1ff20020120220320420520620720820920a20b20c20d20e20f21021121221321421521621 7218 21921a21b21c21d21e21f22022122222322422522622722822922a22b22c22d22e22f2302312 3223 323423523623723823923a23b23c23d23e23f24024124224324424524624724824924a24b24c 24d2 4e24f250251252253' # doesn't match '/[0-9a-f]* # ok # /' # Looks like you failed 1 tests of 3. t/src/sprintf.....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------- --- t/src/exit.t 1 256 3 1 33.33% 3 t/src/extend.t 2 512 12 2 16.67% 11-12 t/src/hash.t 1 256 12 1 8.33% 7 t/src/io.t 2 512 16 2 12.50% 4 10 t/src/list.t 1 256 2 1 50.00% 2 t/src/sprintf.t 1 256 3 1 33.33% 3 3 subtests skipped. Failed 6/9 test scripts, 33.33% okay. 8/59 subtests failed, 86.44% okay. make: *** [src_tests] Error 2 -- Note I killed the proccesses for 11 and 12, like I said in my post a moment ago, so I could obtain the rest of the test results. Jonathan