# New Ticket Created by johnb # Please include the string: [perl #61074] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61074 >
Hi, I was browsing the page: > http://perlgeek.de/blog-en/perl-5-to-6/20-a-grammar-for-xml.html and decided to following the instructions to download parrot/perl6. You asked for any failures: > After installing perl6 and running the following > Now run make spectest_regression, and if you get any failures, please send a mail to [EMAIL PROTECTED] ... so here are the results: Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/spec/S02-builtin_data_types/ano 1 256 ?? ?? % ?? t/spec/S02-builtin_data_types/arr 1 256 ?? ?? % ?? t/spec/S02-builtin_data_types/arr 12 2 16.67% 2 6 t/spec/S02-builtin_data_types/fla 1 256 34 32 94.12% 19-34 t/spec/S02-builtin_data_types/has 58 8 13.79% 27-30 36-39 t/spec/S02-builtin_data_types/num 47 3 6.38% 42-43 45 t/spec/S02-builtin_data_types/typ 1 256 28 22 78.57% 18-28 t/spec/S02-literals/radix.rakudo 1 256 194 70 36.08% 160-194 t/spec/S02-names_and_variables/pe 1 256 77 108 140.26% 24-77 t/spec/S03-junctions/boolean-cont 1 256 45 90 200.00% 1-45 t/spec/S03-junctions/misc.rakudo 1 256 78 82 105.13% 19 38-78 t/spec/S03-operators/arith.rakudo 192 65 33.85% 11-13 16-27 50-58 76-111 130-134 t/spec/S03-operators/assign-is-no 9 1 11.11% 8 t/spec/S03-operators/assign.rakud 1 256 ?? ?? % ?? t/spec/S03-operators/autoincremen 1 256 51 12 23.53% 46-51 t/spec/S03-operators/context.raku 35 1 2.86% 12 t/spec/S03-operators/range.rakudo 1 256 76 64 84.21% 45-76 t/spec/S03-operators/ternary.raku 15 2 13.33% 5-6 t/spec/S04-declarations/implicit- 1 256 ?? ?? % ?? t/spec/S04-declarations/my.rakudo 1 256 32 52 162.50% 7-32 t/spec/S04-statements/for.rakudo 1 256 43 28 65.12% 30-43 t/spec/S04-statements/given.rakud 1 256 ?? ?? % ?? t/spec/S04-statements/loop.rakudo 1 256 ?? ?? % ?? t/spec/S04-statements/while.t 1 256 ?? ?? % ?? t/spec/S05-metasyntax/regex.rakud 1 256 ?? ?? % ?? t/spec/S05-substitution/subst.rak 1 256 ?? ?? % ?? t/spec/S05-transliteration/trans. 1 256 51 25 49.02% 17 40-51 t/spec/S06-multi/type-based.rakud 1 256 ?? ?? % ?? t/spec/S06-signature/named-parame 1 256 67 16 23.88% 60-67 t/spec/S06-traits/is-rw.rakudo 1 256 6 3 50.00% 5-6 t/spec/S12-class/attributes.t 1 256 19 38 200.00% 1-19 t/spec/S12-class/inheritance.raku 1 256 ?? ?? % ?? t/spec/S29-hash/delete.rakudo 1 256 ?? ?? % ?? t/spec/S29-list/first.rakudo 1 256 9 4 44.44% 8-9 t/spec/S29-list/reduce.rakudo 1 256 ?? ?? % ?? t/spec/S29-list/reverse.rakudo 49 6 12.24% 1 10-13 46 t/spec/S29-str/substr.rakudo 1 256 42 68 161.90% 9-42 (4 subtests UNEXPECTEDLY SUCCEEDED), 412 subtests skipped. Details of my perl5 install: > [EMAIL PROTECTED]:~/install/parrot/languages/perl6# perl -V > Summary of my perl5 (revision 5 version 8 subversion 8) configuration: > Platform: > osname=linux, osvers=2.6.15.7, archname=i486-linux-gnu-thread-multi > uname='linux palmer 2.6.15.7 #1 smp thu sep 7 19:42:20 utc 2006 i686 > gnulinux ' > config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN > -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr > -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr > -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 > -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 > -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 > -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 > -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl > -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib > -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des' > hint=recommended, useposix=true, d_sigaction=define > usethreads=define use5005threads=undef useithreads=define > usemultiplicity=define > useperlio=define d_sfio=undef uselargefiles=define usesocks=undef > use64bitint=undef use64bitall=undef uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS > -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64', > optimize='-O2', > cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN > -fno-strict-aliasing -pipe -I/usr/local/include' > ccversion='', gccversion='4.1.3 20070831 (prerelease) (Ubuntu > 4.1.2-16ubuntu1)', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', > lseeksize=8 > alignbytes=4, prototype=define > Linker and Libraries: > ld='cc', ldflags =' -L/usr/local/lib' > libpth=/usr/local/lib /lib /usr/lib > libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt > perllibs=-ldl -lm -lpthread -lc -lcrypt > libc=/lib/libc-2.6.1.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8 > gnulibc_version='2.6.1' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' > cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib' > > > Characteristics of this binary (from libperl): > Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT > PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS > USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API > Built under linux > Compiled at Sep 29 2007 05:57:38 > @INC: > /etc/perl > /usr/local/lib/perl/5.8.8 > /usr/local/share/perl/5.8.8 > /usr/lib/perl5 > /usr/share/perl5 > /usr/lib/perl/5.8 > /usr/share/perl/5.8 > /usr/local/lib/site_perl > . My linux setup: Linux bjohnb-laptop 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux Here is as much of the other output as I could scroll back to: > called from Sub '_block11' pc 842 (EVAL_17:211) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 > (src/PCT/HLLCompiler.pir:481) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S04-statements/for...............................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED tests 30-43 > Failed 14/43 tests, 67.44% okay (less 2 skipped tests: 27 okay, > 62.79%) > t/spec/S04-statements/given.............................Missing '}' at line > 243, near ".{'key'} =" > > current instr.: 'parrot;PGE::Util;die' pc 119 > (runtime/parrot/library/PGE/Util.pir:82) > called from Sub 'parrot;Perl6::Grammar;block' pc 22236 > (src/gen_grammar.pir:2163) > called from Sub 'parrot;Perl6::Grammar;pblock' pc 21889 > (src/gen_grammar.pir:2023) > called from Sub 'parrot;Perl6::Grammar;given_statement' pc 35956 > (src/gen_grammar.pir:7342) > called from Sub 'parrot;Perl6::Grammar;statement_control' pc 28030 > (src/gen_grammar.pir:4345) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24488 > (src/gen_grammar.pir:3039) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;block' pc 22113 > (src/gen_grammar.pir:2114) > called from Sub 'parrot;Perl6::Grammar;pblock' pc 21889 > (src/gen_grammar.pir:2023) > called from Sub 'parrot;Perl6::Grammar;circumfix' pc 77546 > (src/gen_grammar.pir:23281) > called from Sub 'parrot;Perl6::Grammar;noun' pc 65083 > (src/gen_grammar.pir:18584) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;TOP' pc 17306 (src/gen_grammar.pir:225) > called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 > (src/PCT/HLLCompiler.pir:371) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S04-statements/given.............................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S04-statements/if................................ok > 5/24 skipped: various reasons > t/spec/S04-statements/loop..............................Statement not > terminated properly at line 59, near "{\n " > > current instr.: 'parrot;PGE::Util;die' pc 119 > (runtime/parrot/library/PGE/Util.pir:82) > called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 23987 > (src/gen_grammar.pir:2840) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 23036 > (src/gen_grammar.pir:2473) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;block' pc 22113 > (src/gen_grammar.pir:2114) > called from Sub 'parrot;Perl6::Grammar;pblock' pc 21889 > (src/gen_grammar.pir:2023) > called from Sub 'parrot;Perl6::Grammar;circumfix' pc 77546 > (src/gen_grammar.pir:23281) > called from Sub 'parrot;Perl6::Grammar;noun' pc 65083 > (src/gen_grammar.pir:18584) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;TOP' pc 17306 (src/gen_grammar.pir:225) > called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 > (src/PCT/HLLCompiler.pir:371) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S04-statements/loop..............................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S04-statements/no-implicit-block.................ok > 6/12 skipped: no last() to escape from loops > t/spec/S04-statements/repeat............................ok > 3/16 skipped: various reasons > t/spec/S04-statements/return............................ok > 2/15 skipped: various reasons > t/spec/S04-statements/terminator........................ok > t/spec/S04-statements/try...............................ok > 8/24 skipped: CATCH blocks not implemented > t/spec/S04-statements/unless............................ok > t/spec/S04-statements/until.............................ok > t/spec/S04-statements/while.............................Statement not > terminated properly at line 51, near "-> $x {\n " > > current instr.: 'parrot;PGE::Util;die' pc 119 > (runtime/parrot/library/PGE/Util.pir:82) > called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 23987 > (src/gen_grammar.pir:2840) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 23036 > (src/gen_grammar.pir:2473) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;block' pc 22113 > (src/gen_grammar.pir:2114) > called from Sub 'parrot;Perl6::Grammar;pblock' pc 21889 > (src/gen_grammar.pir:2023) > called from Sub 'parrot;Perl6::Grammar;circumfix' pc 77546 > (src/gen_grammar.pir:23281) > called from Sub 'parrot;Perl6::Grammar;noun' pc 65083 > (src/gen_grammar.pir:18584) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;TOP' pc 17306 (src/gen_grammar.pir:225) > called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 > (src/PCT/HLLCompiler.pir:371) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S04-statements/while.............................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S05-metasyntax/changed...........................ok > t/spec/S05-metasyntax/regex.............................Statement not > terminated properly at line 38, near "/;\n tod" > > current instr.: 'parrot;PGE::Util;die' pc 119 > (runtime/parrot/library/PGE/Util.pir:82) > called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 23987 > (src/gen_grammar.pir:2840) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 23036 > (src/gen_grammar.pir:2473) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;block' pc 22113 > (src/gen_grammar.pir:2114) > called from Sub 'parrot;Perl6::Grammar;pblock' pc 21889 > (src/gen_grammar.pir:2023) > called from Sub 'parrot;Perl6::Grammar;circumfix' pc 77546 > (src/gen_grammar.pir:23281) > called from Sub 'parrot;Perl6::Grammar;noun' pc 65083 > (src/gen_grammar.pir:18584) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;TOP' pc 17306 (src/gen_grammar.pir:225) > called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 > (src/PCT/HLLCompiler.pir:371) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S05-metasyntax/regex.............................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S05-metasyntax/unknown...........................ok > t/spec/S05-substitution/subst...........................MMD function > __concatenate not found for types (160, -98) > current instr.: 'parrot;Perl6;Grammar;Actions;dotty' pc 111170 > (src/gen_actions.pir:5274) > called from Sub 'parrot;Perl6::Grammar;dotty' pc 61672 > (src/gen_grammar.pir:17298) > called from Sub 'parrot;Perl6::Grammar;postfix' pc 60873 > (src/gen_grammar.pir:16994) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60456 > (src/gen_grammar.pir:16836) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;arglist' pc 92228 > (src/gen_grammar.pir:29009) > called from Sub 'parrot;Perl6::Grammar;term' pc 67182 > (src/gen_grammar.pir:19356) > called from Sub 'parrot;Perl6::Grammar;noun' pc 65681 > (src/gen_grammar.pir:18786) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;TOP' pc 17306 (src/gen_grammar.pir:225) > called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 > (src/PCT/HLLCompiler.pir:371) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S05-substitution/subst...........................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S05-transliteration/trans........................NOK 17Method 'shift' > not found for invocant of class 'Sub' > current instr.: 'parrot;Any;!transtable' pc 10353 (src/gen_builtins.pir:6709) > called from Sub 'parrot;Any;trans' pc 10613 (src/gen_builtins.pir:6825) > called from Sub '_block416' pc 3866 (EVAL_15:799) > called from Sub '_block11' pc 3464 (EVAL_15:702) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 > (src/PCT/HLLCompiler.pir:481) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S05-transliteration/trans........................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED tests 17, 40-51 > Failed 13/51 tests, 74.51% okay > t/spec/S06-multi/syntax.................................ok > t/spec/S06-multi/type-based.............................push_pmc() not > implemented in class 'Closure' > current instr.: 'parrot;PCT::HLLCompiler;evalpmc' pc 341826 ((unknown > file):-1) > t/spec/S06-multi/type-based.............................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S06-signature/mixed-placeholders.................ok > t/spec/S06-signature/named-parameters...................ok 1/67Method > 'ACCEPTS' not found for invocant of class 'Failure' > current instr.: 'infix:~~' pc 13334 (src/gen_builtins.pir:8464) > called from Sub '_block377' pc 3790 (EVAL_15:1171) > called from Sub '_block11' pc 1253 (EVAL_15:253) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 > (src/PCT/HLLCompiler.pir:481) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S06-signature/named-parameters...................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED tests 60-67 > Failed 8/67 tests, 88.06% okay (less 30 skipped tests: 29 okay, > 43.28%) > t/spec/S06-signature/named-placeholders.................ok > t/spec/S06-signature/positional-placeholders............ok > 3/6 skipped: Not yet implemented > t/spec/S06-signature/slurpy-placeholders................ok > t/spec/S06-traits/is-copy...............................ok > t/spec/S06-traits/is-rw.................................NOK 5Method 'pairs' > not found for invocant of class 'Perl6Hash' > current instr.: '_block50' pc 572 (EVAL_15:179) > called from Sub '_block11' pc 74 (EVAL_15:21) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 > (src/PCT/HLLCompiler.pir:481) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S06-traits/is-rw.................................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED tests 5-6 > Failed 2/6 tests, 66.67% okay (less 1 skipped test: 3 okay, 50.00%) > t/spec/S12-attributes/class.............................ok > t/spec/S12-attributes/delegation........................ok > 24/41 skipped: various reasons > t/spec/S12-class/anonymous..............................ok > t/spec/S12-class/attributes.............................get_bool() not > implemented in class 'Exception' > current instr.: 'ok' pc 805 (./Test.pir:300) > called from Sub '_block11' pc 110 (EVAL_18:36) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 > (src/PCT/HLLCompiler.pir:481) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S12-class/attributes.............................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED tests 1-19 > Failed 19/19 tests, 0.00% okay > t/spec/S12-class/inheritance-class-methods..............ok > t/spec/S12-class/inheritance............................Attempt to inherit > from non-existent parent class > current instr.: 'die' pc 11679 (src/gen_builtins.pir:7458) > called from Sub 'trait_auxiliary:is' pc 15234 (src/gen_builtins.pir:9794) > called from Sub '_block12' pc 1784 (EVAL_14:395) > called from Sub 'parrot;PCT::HLLCompiler;evalpmc' pc 744 > (src/PCT/HLLCompiler.pir:448) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S12-class/inheritance............................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S12-class/instantiate............................ok > t/spec/S12-class/parent_attributes......................ok > t/spec/S12-enums/as-role................................ok > t/spec/S12-methods/calling_syntax.......................ok > t/spec/S12-role/attributes..............................ok > 1/4 skipped: test passes but Parrot bug gets in the way > t/spec/S12-role/composition.............................ok > t/spec/S12-role/mixin...................................ok > t/spec/S16-filehandles/io_in_while_loops................ok > t/spec/S16-io/basic-open................................ok > t/spec/S16-io/say.......................................ok > t/spec/S29-any/cmp......................................ok > t/spec/S29-array/delete.................................ok > t/spec/S29-array/exists.................................ok > t/spec/S29-array/keys_values............................ok > t/spec/S29-array/kv.....................................ok > t/spec/S29-array/pairs..................................ok > t/spec/S29-array/pop....................................ok > t/spec/S29-array/push...................................ok > 1/42 skipped: whatever star not implemented > t/spec/S29-array/shift..................................ok > t/spec/S29-array/unshift................................ok > t/spec/S29-hash/delete..................................Statement not > terminated properly at line 19, near ":delete, $" > > current instr.: 'parrot;PGE::Util;die' pc 119 > (runtime/parrot/library/PGE/Util.pir:82) > called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 23987 > (src/gen_grammar.pir:2840) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 23036 > (src/gen_grammar.pir:2473) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;block' pc 22113 > (src/gen_grammar.pir:2114) > called from Sub 'parrot;Perl6::Grammar;pblock' pc 21889 > (src/gen_grammar.pir:2023) > called from Sub 'parrot;Perl6::Grammar;circumfix' pc 77546 > (src/gen_grammar.pir:23281) > called from Sub 'parrot;Perl6::Grammar;noun' pc 65083 > (src/gen_grammar.pir:18584) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;TOP' pc 17306 (src/gen_grammar.pir:225) > called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 > (src/PCT/HLLCompiler.pir:371) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S29-hash/delete..................................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S29-list/first...................................ok 1/9increment() not > implemented in class 'Undef' > current instr.: '_block99' pc 1101 (EVAL_15:332) > called from Sub 'parrot;List;first' pc 3073 (src/gen_builtins.pir:2132) > called from Sub '_block91' pc 905 (EVAL_15:268) > called from Sub '_block11' pc 128 (EVAL_15:31) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 > (src/PCT/HLLCompiler.pir:481) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S29-list/first...................................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED tests 8-9 > Failed 2/9 tests, 77.78% okay (less 2 skipped tests: 5 okay, 55.56%) > t/spec/S29-list/grep....................................ok > 19/29 skipped: various reasons > t/spec/S29-list/join....................................ok > t/spec/S29-list/map.....................................ok > 18/60 skipped: various reasons > t/spec/S29-list/map_empty_list..........................ok > t/spec/S29-list/map_flattening..........................ok > t/spec/S29-list/map_function_return_values..............ok > 1/2 skipped: Awaiting p6l clarification on Hash composer/block > t/spec/S29-list/map_topic...............................ok > t/spec/S29-list/minmax..................................ok > t/spec/S29-list/mutating_listops........................ok > t/spec/S29-list/reduce..................................Statement not > terminated properly at line 53, near ".{$key};\n " > > current instr.: 'parrot;PGE::Util;die' pc 119 > (runtime/parrot/library/PGE/Util.pir:82) > called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 23987 > (src/gen_grammar.pir:2840) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 23036 > (src/gen_grammar.pir:2473) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;block' pc 22113 > (src/gen_grammar.pir:2114) > called from Sub 'parrot;Perl6::Grammar;routine_def' pc 47273 > (src/gen_grammar.pir:11743) > called from Sub 'parrot;Perl6::Grammar;routine_declarator' pc 46052 > (src/gen_grammar.pir:11289) > called from Sub 'parrot;Perl6::Grammar;noun' pc 64671 > (src/gen_grammar.pir:18444) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;block' pc 22113 > (src/gen_grammar.pir:2114) > called from Sub 'parrot;Perl6::Grammar;pblock' pc 21889 > (src/gen_grammar.pir:2023) > called from Sub 'parrot;Perl6::Grammar;circumfix' pc 77546 > (src/gen_grammar.pir:23281) > called from Sub 'parrot;Perl6::Grammar;noun' pc 65083 > (src/gen_grammar.pir:18584) > called from Sub 'parrot;Perl6::Grammar;expect_term' pc 60346 > (src/gen_grammar.pir:16796) > called from Sub 'parrot;PGE::OPTable;parse' pc 1959 > (compilers/pge/PGE/OPTable.pir:554) > called from Sub 'parrot;Perl6::Grammar;statement' pc 24789 > (src/gen_grammar.pir:3146) > called from Sub 'parrot;Perl6::Grammar;statementlist' pc 22934 > (src/gen_grammar.pir:2437) > called from Sub 'parrot;Perl6::Grammar;statement_block' pc 20973 > (src/gen_grammar.pir:1665) > called from Sub 'parrot;Perl6::Grammar;TOP' pc 17306 (src/gen_grammar.pir:225) > called from Sub 'parrot;PCT::HLLCompiler;parse' pc 585 > (src/PCT/HLLCompiler.pir:371) > called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438 > (src/PCT/HLLCompiler.pir:303) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 776 > (src/PCT/HLLCompiler.pir:473) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S29-list/reduce..................................dubious > Test returned status 1 (wstat 256, 0x100) > t/spec/S29-list/reverse.................................FAILED tests 1, > 10-13, 46 > Failed 6/49 tests, 87.76% okay (less 6 skipped tests: 37 okay, 75.51%) > t/spec/S29-list/sort....................................ok > 4/21 skipped: various reasons > t/spec/S29-num/abs......................................ok > t/spec/S29-num/complex..................................ok > 27/129 skipped: Complex PMC RT #59630 > t/spec/S29-num/exp......................................ok > 20/44 skipped: Complex PMC RT #59630 > t/spec/S29-num/int......................................ok > t/spec/S29-num/log......................................ok > 8/12 skipped: Complex PMC RT #59630 > t/spec/S29-num/pi.......................................ok > 6/6 skipped: module Num not implemented > t/spec/S29-num/rand.....................................ok > t/spec/S29-num/sign.....................................ok > t/spec/S29-num/sqrt.....................................ok > 5/7 skipped: various reasons > t/spec/S29-str/append...................................ok > t/spec/S29-str/capitalize...............................ok > 1/11 skipped: unicode > t/spec/S29-str/chop.....................................ok > 6/10 skipped: various reasons > t/spec/S29-str/index....................................ok > 6/35 skipped: various reasons > t/spec/S29-str/lc.......................................ok > 4/12 skipped: unicode > t/spec/S29-str/lcfirst..................................ok > 2/8 skipped: unicode > t/spec/S29-str/sprintf..................................ok > t/spec/S29-str/substr...................................ok 1/42Cannot take > substr outside string > current instr.: 'parrot;Any;substr' pc 10329 (src/gen_builtins.pir:6692) > called from Sub '_block16' pc 696 (EVAL_13:170) > called from Sub '_block11' pc 42 (EVAL_13:15) > called from Sub 'parrot;PCT::HLLCompiler;eval' pc 806 > (src/PCT/HLLCompiler.pir:481) > called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1078 > (src/PCT/HLLCompiler.pir:610) > called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1257 > (src/PCT/HLLCompiler.pir:699) > called from Sub 'parrot;Perl6::Compiler;main' pc 15522 (perl6.pir:172) > t/spec/S29-str/substr...................................dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED tests 9-42 > Failed 34/42 tests, 19.05% okay > t/spec/S29-str/uc.......................................ok > 5/11 skipped: unicode > t/spec/S29-str/ucfirst..................................ok > 2/4 skipped: unicode > t/spec/S29-trig/trig....................................ok > Best regards....