On Friday 22 August 2008 08:26:49 Kevin Tew wrote:

> Jitted nci stubs are supported now on i386 linux and win32.
> However jitted nci stubs are DISABLED by default.
> Once we have this initial merge completed and everyone happy, I will
> enable jitted nci stubs as the default, accompanied by another message
> to parrot-porters
> If you want to test jitted nci stubs uncomment tools/build
> cs/nativecall.pl:308, make realclean, rinse, etc

Test Summary Report
-------------------
t/pmc/threads                      (Wstat: 1792 Tests: 20 Failed: 7)
  Failed tests:  4, 6-9, 11, 18
  Non-zero exit status: 7
t/stm/basic_mt                     (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  1, 4
  Non-zero exit status: 2
t/stm/runtime                      (Wstat: 256 Tests: 5 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1

#   Failed test 'thread type 2'
#   at t/pmc/threads.t line 164.
# Exited with error code: 139
# Received:
# ok 1
# Null PMC access in get_integer_keyed_str()
# current instr.: 'foo' pc 49 
(/home/chromatic/dev/parrot/t/pmc/threads_4.pir:20
)
# Segmentation fault
# 
# Expected:
# ok 1
# hello from thread
# ParrotThread tid 1
# from 10 interp

#   Failed test 'join, get retval'
#   at t/pmc/threads.t line 247.
# Exited with error code: 1
# Received:
# get_integer() not implemented in class 'Sub'
# current instr.: '_main' pc 27 
(/home/chromatic/dev/parrot/t/pmc/threads_6.pir:
13)
# 
# Expected:
# 500500
# 500500
# 

#   Failed test 'detach'
#   at t/pmc/threads.t line 300.
# Exited with error code: 139
# Received:
# Null PMC access in get_integer_keyed_str()
# current instr.: '_foo' pc 37 
(/home/chromatic/dev/parrot/t/pmc/threads_7.pir:1
7)
# Segmentation fault
# 
# Expected:
# /(done\nthread\n)|(thread\ndone\n)/
# 

#   Failed test 'share a PMC'
#   at t/pmc/threads.t line 329.
# Exited with error code: 1
# Received:
# get_pmc_keyed() not implemented in class 'Integer'
# current instr.: 'main' pc 23 
(/home/chromatic/dev/parrot/t/pmc/threads_8.pir:1
1)
# 
# Expected:
# thread
# 20
# done
# 21
# 

#   Failed test 'multi-threaded'
#   at t/pmc/threads.t line 365.
# Exited with error code: 1
# Received:
# get_pmc_keyed() not implemented in class 'TQueue'
# current instr.: 'main' pc 43 
(/home/chromatic/dev/parrot/t/pmc/threads_9.pir:1
9)
# 
# Expected:
# 3
# 1
# 2
# 3
# done thread
# done main
# 

#   Failed test 'CLONE_CODE only'
#   at t/pmc/threads.t line 446.
# Exited with error code: 1
# Received:
# get_integer() not implemented in class 'Sub'
# current instr.: 'parrot;main;main' pc 76 
(/home/chromatic/dev/parrot/t/pmc/thr
eads_11.pir:47)
# 
# Expected:
# ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# 

#   Failed test 'multi-threaded strings via SharedRef'
#   at t/pmc/threads.t line 1026.
# Exited with error code: 1
# Received:
# get_pmc_keyed() not implemented in class 'TQueue'
# current instr.: 'main' pc 55 
(/home/chromatic/dev/parrot/t/pmc/threads_18.pir:
25)
# 
# Expected:
# 3
# ok 1
# ok 2
# ok 3
# done thread
# done main
# 

#   Failed test 'wait (simple)'
#   at t/stm/basic_mt.t line 31.
# Exited with error code: 139
# Received:
# Null PMC access in get_integer_keyed_str()
# current instr.: 'waiter' pc 0 
(/home/chromatic/dev/parrot/t/stm/basic_mt_1.pir
:2)
# Segmentation fault
# 
# Expected:
# okay
# 

#   Failed test 'wait + invalidate outer transcation'
#   at t/stm/basic_mt.t line 217.
# Exited with error code: 139
# Received:
# Null PMC access in get_integer_keyed_str()
# current instr.: 'waiter' pc 0 
(/home/chromatic/dev/parrot/t/stm/basic_mt_4.pir
:2)
# Segmentation fault
# 
# Expected:
# okay
# 

#   Failed test 'queue adapted for the library'
#   at t/stm/runtime.t line 506.
# Exited with error code: 1
# Received:
# get_integer() not implemented in class 'STMQueue'
# current instr.: 'parrot;STMQueue;main' pc 508 
(/home/chromatic/dev/parrot/t/st
m/runtime_4.pir:228)
# 
# Expected:
# ok
# 

-- c

Reply via email to