# New Ticket Created by Jerome Quelin # Please include the string: [perl #18064] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=18064 >
Parrot currently fails test 75 of t/pmc/pmc.t with --gc-debug but passes without it : ___BEGIN SESSION___ $ perl t/harness --gc-debug t/pmc/pmc.t t/pmc/pmc....ok 75/83# Failed test (t/pmc/pmc.t at line 1624) # got: '' # expected: 'All names and ids ok. # ' t/pmc/pmc....ok 82/83# Looks like you failed 1 tests of 83. t/pmc/pmc....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 76 Failed 1/83 tests, 98.80% okay (-1 skipped test: 81 okay, 97.59%) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/pmc/pmc.t 1 256 83 1 1.20% 76 1 subtest skipped. Failed 1/1 test scripts, 0.00% okay. 1/83 subtests failed, 98.80% okay. $ perl t/harness t/pmc/pmc.t t/pmc/pmc....ok, 1/83 skipped: string->int not finished yet All tests successful, 1 subtest skipped. Files=1, Tests=83, 31 wallclock secs (25.23 cusr + 2.98 csys = 28.21 CPU) $ gcc -v Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs gcc version 2.96 20000731 (Mandrake Linux 8.1 2.96-0.63.1mdk) $ uname -a Linux merlin.jq.fr 2.4.8-26mdk #1 Sun Sep 23 17:06:39 CEST 2001 i686 unknown $ perl -v This is perl, v5.6.1 built for i386-linux [...] ___END SESSION___ I just rsync'ed my parrot, perl Configure without options, make without errors nor warnings. Jerome -- [EMAIL PROTECTED]