Re: [perl #45503] one test in 't/op/string.t' is failling for jit runcore

2008-05-13 Thread NotFound
On Mon, May 12, 2008 at 7:40 PM, chromatic <[EMAIL PROTECTED]> wrote: > I fixed a few similar problems with the optimized build. Is r27069 any > guidance? r23771 looks like it might affect this function as well. string_bool signature was modified in 23771, but was marked as not null anyway.

Re: [perl #45503] one test in 't/op/string.t' is failling for jit runcore

2008-05-12 Thread chromatic
On Monday 12 May 2008 09:23:18 NotFound wrote: > The problem is that the opcode checks for nullness before calling > string_bool: > > op if (invar STR, labelconst INT) { > if ($1 && string_bool(interp, $1)) > goto OFFSET($2); > } > > And the jitted code apparently calls string_bool unc

Re: [perl #45503] one test in 't/op/string.t' is failling for jit runcore

2008-05-12 Thread NotFound
On Tue, Sep 18, 2007 at 6:59 PM, via RT Nuno Carvalho <[EMAIL PROTECTED]> wrote: > 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 tes

[perl #45503] one test in 't/op/string.t' is failling for jit runcore

2007-09-18 Thread via RT
# New Ticket Created by Nuno Carvalho # Please include the string: [perl #45503] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45503 > Greetings, While running 'make fulltest', for today's release, we noticed there is a