# New Ticket Created by Cosimo Streppone
# Please include the string: [perl #64864]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64864 >
S32-str/samecase.t fails for me.
Here's the test output:
----8<--------------------------------------
t/spec/S32-str/samecase....1/9 no ICU lib loaded
current instr.: 'parrot;Any;lc' pc 33694 (src/gen_setting.pir:3022)
called from Sub 'parrot;Any;_block1114' pc 37035 (src/gen_setting.pir:4077)
called from Sub 'parrot;Any;_block1086' pc 36320 (src/gen_setting.pir:3875)
called from Sub 'parrot;Any;_block1075' pc 36133 (src/gen_setting.pir:3801)
called from Sub 'parrot;Any;_block1059' pc 35985 (src/gen_setting.pir:3758)
called from Sub 'gather' pc 17104 (src\builtins\control.pir:106)
called from Sub 'parrot;Any;samecase' pc 35677 (src/gen_setting.pir:3656)
called from Sub '_block14' pc 470 (EVAL_17:139)
called from Sub '!UNIT_START' pc 19299 (src\builtins\guts.pir:380)
called from Sub 'parrot;PCT;HLLCompiler;eval' pc 950
(src\PCT\HLLCompiler.pir:529)
called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1275
(src\PCT\HLLCompiler.pir:690)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1470
(src\PCT\HLLCompiler.pir:791
)
called from Sub 'parrot;Perl6;Compiler;main' pc 23934 (perl6.pir:164)
t/spec/S32-str/samecase.... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests
(less 1 skipped subtest: 7 okay)
Test Summary Report
-------------------
t/spec/S32-str/samecase (Wstat: 256 Tests: 8 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 9 tests but ran 8.
Files=1, Tests=8, 2 wallclock secs ( 0.02 usr + 0.01 sys = 0.03 CPU)
Result: FAIL
----8<--------------------------------------
This is Rakudo Perl 6, revision 38200 built on parrot 1.0.0-devel
for MSWin32-x86-multi-thread.
Copyright 2006-2008, The Perl Foundation.
--
Cosimo