# New Ticket Created by Nuno Carvalho # Please include the string: [perl #45503] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45503 >
Greetings, While running 'make fulltest', for today's release, we noticed there is a test failling for 't/op/string.t' when using jit runcore. This test is currently being skipped. The test that's failling is test number #91 "if_s_ic", the last part 'ok 10': clears if S1, BAD10 branch OK10 the if op for S1, which is null, is giving an assertion error. I tried to poke around the jit core source code for a bit, but wasn't able to fix it. My parrot's jit knowledge is not that good, I admit. Can anyone more confortable on this area shed some light on the subject. Many thanks. Best regards, ./smash