# New Ticket Created by  James Keenan 
# Please include the string:  [perl #46515]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46515 >


Linux. r22201.

[li11-226:parrot] 552 $ prove -v t/pmc/threads.t
t/pmc/threads....1..20
ok 1 - interp identity
ok 2 - thread type 1
ok 3 - thread type 1 -- repeated
ok 4 - thread type 2
ok 5 - thread - kill
ok 6 - join, get retval
ok 7 - detach
ok 8 - share a PMC
ok 9 - multi-threaded
ok 10 - sub name lookup in new thread
ok 11 - CLONE_CODE only
ok 12 - CLONE_CODE | CLONE_GLOBALS
not ok 13 - CLONE_CODE | CLONE_CLASSES; superclass not built-in

#     Failed test (t/pmc/threads.t at line 577)
# Exited with error code: [SIGNAL 11]
# Received:
# in thread:
#
# Expected:
# in thread:
# A Bar
# called Bar's barmeth
# called Foo's foometh
# Integer? 0
# Foo? 1
# Bar? 1
# in main:
# A Bar
# called Bar's barmeth
# called Foo's foometh
# Integer? 0
# Foo? 1
# Bar? 1
#
not ok 14 - CLONE_CODE | CLONE_CLASSES; superclass built-in

#     Failed test (t/pmc/threads.t at line 661)
# Exited with error code: [SIGNAL 11]
# Received:
# in thread:
#
# Expected:
# in thread:
# A Bar
# called Bar's barmeth
# called Foo's foometh
# Integer? 1
# Foo? 1
# Bar? 1
# in main:
# A Bar
# called Bar's barmeth
# called Foo's foometh
# Integer? 1
# Foo? 1
# Bar? 1
#
ok 15 - CLONE_CODE | CLONE_GLOBALS| CLONE_HLL
ok 16 - globals + constant table subs issue
not ok 17 - CLONE_CODE|CLONE_GLOBALS|CLONE_HLL|CLONE_LIBRARIES # TODO  
RT#41373

#     Failed (TODO) test (t/pmc/threads.t at line 943)
# Exited with error code: 1
# Received:
# Class 'PerlInt' not found
# current instr.: 'main' pc 85 (/home/jimk/work/parrot/t/pmc/ 
threads_17.pir:46)
#
# Expected:
# in thread:
# 0
# ok (equal)
# 42
# in main:
# 0
# ok (equal)
# 42
#
ok 18 - multi-threaded strings via SharedRef
ok 19 # skip no shared Strings yet
ok 20 # skip no shared Strings yet
# Looks like you failed 2 tests of 20.
dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 13-14
         Failed 2/20 tests, 90.00% okay (less 2 skipped tests: 16  
okay, 80.00%)
Failed Test     Stat Wstat Total Fail  List of Failed
------------------------------------------------------------------------ 
-------
t/pmc/threads.t    2   512    20    2  13-14
2 subtests skipped.
Failed 1/1 test scripts. 2/20 subtests failed.
Files=1, Tests=20,  8 wallclock secs ( 1.32 cusr +  0.13 csys =  1.45  
CPU)
Failed 1/1 test programs. 2/20 subtests failed.

Reply via email to