id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1317,t/pmc/fixedpmcarray.t:  fix to work with prederef of JIT,jkeenan,,"I am transferring into Trac what was [http://rt.perl.org/rt3/Ticket/Display.html?id=46855 RT #46855]. That RT was closed when our JIT was deprecated, but a reference to RT #46855 remained in a TODO-ed test in t/pmc/timer.t. That TODO must be tracked in a Trac ticket. 
{{{
 67 .sub test_sort
 68      .local pmc compares, cmp_fun
 69      # RT #46855 doesnt work wit prederef of JIT
 70      bounds 1
 71      compares = new ['Integer']
 72      compares = 0
 73      set_global ""compares"", compares
 74      cmp_fun = get_global ""cmp_fun""
 75      sort_ar()
 76      sort_ar(cmp_fun)
 77 .end
}}}",todo,closed,normal,,testing,1.8.0,medium,wontfix,jit,NotFound,,,
