# New Ticket Created by  "Ifejinelo Onyiah" 
# Please include the string:  [perl #62612]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62612 >


I have just updated my parrot & rakudo installation. I ran the spectests:

make test # all tests passed
make spectest
Failed Test                               Stat Wstat Total Fail  List of
Failed
-------------------------------------------------------------------------------
t/spec/S12-role/namespaced.t                 1   256     3    6  1-3
t/spec/integration/99problems-21-to-30.ra    1   256    15   16  8-15
1420 subtests skipped.
Failed 2/294 test scripts. 11/8239 subtests failed.
Files=294, Tests=8239, 1313 wallclock secs (1191.23 cusr + 26.65 csys =
1217.88 CPU)

There appears to be something wrong with the pick() method. I noticed it
when I tried to run:

*
http://github.com/j1n3l0/perl6-examples/blob/5c7f3562e4579b239b04ebe5032b510d8d9e4beb/wsg/beginner-2008/event008-j1n3l0.pl

j1n...@nelo-toshiba:~/Workspace/perl6-examples/wsg/beginner-2008$ perl6
event008-j1n3l0.pl
too many arguments passed (3) - 1 params expected
current instr.: 'parrot;Range;pick' pc 7640 (src/classes/Range.pir:81)
called from Sub '_block14' pc 129 (EVAL_22:58)
called from Sub '!UNIT_START' pc 18178 (src/builtins/guts.pir:321)
called from Sub 'parrot;PCT;HLLCompiler;eval' pc 950
(src/PCT/HLLCompiler.pir:527)
called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1275
(src/PCT/HLLCompiler.pir:688)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1456
(src/PCT/HLLCompiler.pir:778)
called from Sub 'parrot;Perl6;Compiler;main' pc 22211 (perl6.pir:158)
*** glibc detected *** perl6: corrupted double-linked list: 0x0a3ac880 ***

*
http://github.com/j1n3l0/perl6-examples/blob/5c7f3562e4579b239b04ebe5032b510d8d9e4beb/wsg/beginner-2008/event008-eric256.pl

j1n...@nelo-toshiba:~/Workspace/perl6-examples/wsg/beginner-2008$ perl6
event008-eric256.pl
elements() not implemented in class 'Integer'
current instr.: 'postcircumfix:[ ]' pc 3353 (src/classes/Positional.pir:108)
called from Sub '_block14' pc 126 (EVAL_19:54)
called from Sub '!UNIT_START' pc 18178 (src/builtins/guts.pir:321)
called from Sub 'parrot;PCT;HLLCompiler;eval' pc 950
(src/PCT/HLLCompiler.pir:527)
called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1275
(src/PCT/HLLCompiler.pir:688)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1456
(src/PCT/HLLCompiler.pir:778)
called from Sub 'parrot;Perl6;Compiler;main' pc 22211 (perl6.pir:158)
*** glibc detected *** perl6: corrupted double-linked list: 0x0a3a53b0 ***

The t/spec was at revision 24993.

I am using perl v5.10 on my ubuntu 8.10 Linux 2.6.27-9-generic #1 SMP Thu
Nov 20 21:57:00 UTC 2008 i686 GNU/Linux

The example code is available fro github at
https://github.com/j1n3l0/perl6-examples/tree/master

-- 
Nelo Onyiah

Reply via email to