Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\dynclass\gdbmhash.t 13 3328 13 13 100.00% 1-13 t\library\streams.t 2 512 20 2 10.00% 18 20 t\op\gc.t 1 256 22 1 4.55% 13 t\src\manifest.t 2 512 5 2 40.00% 4-5 t\src\opcode-doc.t 1 256 1 1 100.00% 1 4 tests and 88 subtests skipped. Failed 5/158 test scripts, 96.84% okay. 19/2685 subtests failed, 99.29% okay.
gdbmhash and streams failures are expected. here's the details on the rest: t\op\gc........................NOK 13# Failed test (t\op\gc.t at line 279) # got: '3 * 5 == 15! # Can't spawn ".\parrot.exe --gc-debug "D:\usr\local\parrot-HEAD\branches\leo-c tx5\t\op\gc_13.pir"": Bad file descriptor at lib/Parrot/Test.pm line 238. # ' # expected: '3 * 5 == 15! # ' # '.\parrot.exe --gc-debug "D:\usr\local\parrot-HEAD\branches\leo-ctx5\t\op\gc_ 13.pir"' failed with exit code 255 t\src\manifest.................NOK 4# Failed test (t\src\manifest.t at line 69) # Files ignored by SVN but not in MANIFEST.SKIP: # ^languages/Zcode/Makefile$ # ^languages/Zcode/Makefile/ t\src\manifest.................NOK 5# Failed test (t\src\manifest.t at line 75) # Missing files: # languages/tcl/lib/tclcommandlist.pir # Looks like you failed 2 tests of 5. t\src\manifest.................dubious Test returned status 2 (wstat 512, 0x200) t\src\opcode-doc...............NOK 1# Failed test (t\src\opcode-doc.t at lin e 80) # Opcode documentation errors: # ops/core.ops:407: no documentation for DELETED_invoke() # ops/core.ops:448: no documentation for DELETED_updatecc() # Looks like you failed 1 test of 1. t\src\opcode-doc...............dubious Test returned status 1 (wstat 256, 0x100) ~jerry