Ticket #1317 (closed todo: wontfix)
t/pmc/fixedpmcarray.t: fix to work with prederef of JIT
Reported by: | jkeenan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | testing | Version: | 1.8.0 |
Severity: | medium | Keywords: | jit |
Cc: | NotFound | Language: | |
Patch status: | Platform: |
Description
I am transferring into Trac what was 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
Change History
Note: See
TracTickets for help on using
tickets.