# New Ticket Created by James Keenan # Please include the string: [perl #46517] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46517 >
Linux. r22201. [li11-226:parrot] 554 $ prove -v t/stm/llqueue.t t/stm/llqueue....1..2 not ok 1 - single-threaded case # Failed test (t/stm/llqueue.t at line 38) # Exited with error code: 1 # Received: # share_ro() not implemented in class 'STMLLQueue::Node' # current instr.: 'parrot;STM;_transaction' pc 104 (runtime/parrot/ library/STM.pir:88) # called from Sub 'parrot;STM;transaction' pc 590 (runtime/parrot/ library/STM.pir:298) # called from Sub 'parrot;STMLLQueue;add_head' pc 320 (/home/jimk/ work/parrot/./STMLLQueue.pir:119) # called from Sub 'main' pc 11 (/home/jimk/work/parrot/t/stm/ llqueue_1.pir:6) # # Expected: # 0123 # ok 2 # skip known segfault; needs GC/STM hackery # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/2 tests, 50.00% okay (less 1 skipped test: 0 okay, 0.00%) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------ ------- t/stm/llqueue.t 1 256 2 1 1 1 subtest skipped. Failed 1/1 test scripts. 1/2 subtests failed. Files=1, Tests=2, 0 wallclock secs ( 0.06 cusr + 0.02 csys = 0.08 CPU) Failed 1/1 test programs. 1/2 subtests failed.