"Nick Glencross" <[EMAIL PROTECTED]> wrote:
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
imcc\t\syn\clash.t 3 768 15 3 20.00% 1-2 8
imcc\t\syn\labels.t 1 256 7 1 14.29% 3
t\dynclass\foo.t 8 2048 9 8 88.89% 1-5 7-9
t\dynclass\gdbmhash.t 13 3328 13 13 100.00% 1-13
t\op\gc.t 1 256 19 1 5.26% 12
t\op\jit.t 12 3072 60 12 20.00% 5 8 13 16 21 24 28
33 36
52-53 59
Can I just check, are the python dynclasses being executed and passing, or
not being run in these tests?
A whle back leo wrote:-
* python PMCs that mess with interpreter context or duplicate Parrot's
function call API need rework - compiling dynclasses/py* is disabled.
So they're not being built, and thus not being tested.
Jonathan