---
osname= darwin
osvers= 8.0
arch=   darwin-thread-multi-2level
cc=     cc 
---
Flags:
    category=core
    severity=critical
    ack=no
---
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/pmc/mmd.t    2   512    38    2  37-38
t/pmc/sub.t    1   256    49    1  47
t/pmc/mmd............................ok 33/38
#     Failed test (t/pmc/mmd.t at line 1228)
#          got: 'Called wrong multi
# '
#     expected: 'Called multi for class
# '
t/pmc/mmd............................NOK 37
t/pmc/mmd............................NOK 38#     Failed test (t/pmc/mmd.t at line 1254)
#          got: 'error:imcc:The opcode 'invokecc_' (invokecc<1>) was not found. Check the type and number of the arguments
# in file '/Users/timbo/perl/parrot/t/pmc/mmd_38.pir' line 15
# '
#     expected: 'String:what
# Int:23
# '
# './parrot  --gc-debug "/Users/timbo/perl/parrot/t/pmc/mmd_38.pir"' failed with exit code 18
# Looks like you failed 2 tests of 38.
t/pmc/sub............................ok 37/49
#     Failed test (t/pmc/sub.t at line 1178)
#          got: 'error:imcc:The opcode 'invokecc_' (invokecc<1>) was not found. Check the type and number of the arguments
# in file '/Users/timbo/perl/parrot/t/pmc/sub_47.pir' line 7
# '
#     expected: 'ok
# '
# './parrot  --gc-debug "/Users/timbo/perl/parrot/t/pmc/sub_47.pir"' failed with exit code 18
---
Summary of my parrot 0.4.4 (r12862) configuration:
  configdate='Thu Jun  1 16:08:34 2006'
  Platform:
    osname=darwin, archname=darwin-thread-multi-2level
    jitcapable=1, jitarchname=i386-darwin,
    jitosname=DARWIN, jitcpuarch=i386
    execcapable=1
    perl=perl
  Compiler:
    cc='cc', ccflags='-fno-common -no-cpp-precomp -DDEBUGGING  -pipe -I/usr/local/include -I/opt/local/include -pipe -fno-common -Wno-long-double ',
  Linker and Libraries:
    ld='c++', ldflags=' -L/usr/local/lib -L/opt/local/lib -flat_namespace ',
    cc_ldflags='',
    libs='-lm'
  Dynamic Linking:
    share_ext='.dylib', ld_share_flags='-dynamiclib -undefined suppress',
    load_ext='.bundle', ld_load_flags='-bundle -undefined suppress'
  Types:
    iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
    ptrsize=4, ptr_alignment=1 byteorder=1234, 
    nv=double, numvalsize=8, doublesize=8
---
Environment:
    DYLD_LIBRARY_PATH    HOME    LANG    LANGUAGE    LD_LIBRARY_PATH    LOGDIR    PATH    PERL5LIB    PERLCRITIC    PERLTIDY    SHELL
Per Leo, failing tests were committed for these features to  
"encourage" development.
We've tried to let head be usable for this long, we should probably  
have some kind of procedure for dealing with this this sort of  
development to avoid this sort of confusion.
Thanks for the report!
--
Will "Coke" Coleda
wi...@coleda.com
Fixed for me. Thanks Leo!
Tim.