Failed two tests. Are these known problems or should I dig deeper?
Tim.
t/pmc/config...................NOK 2# Failed test (t/pmc/config.t at line 37)
# got: 'None'
# expected: '/Users/timbo/perl/parrot'
t/pmc/config...................ok 3/3# Looks like you failed 1 tests of 3.
t/dynclass/foo.................ok
1/3 skipped: No BigInt Lib configured
t/dynclass/gdbmhash............skipped
all skipped: No gdbm library available
t/dynclass/pybuiltin...........ok
1/6 skipped: No BigInt Lib configured
t/dynclass/pyclass.............ok
t/dynclass/pycomplex...........ok
t/dynclass/pyfunc..............ok
t/dynclass/pyint...............ok 25/26# Failed test (t/dynclass/pyint.t at line 620)
# '2147483647
# no bigint lib loaded
# '
# doesn't match '/^\d+
# -\d+
# PyLong/
# '
# './parrot --gc-debug "/Users/timbo/perl/parrot/t/dynclass/pyint_26.pir"' failed with exit code 1
# Looks like you failed 1 tests of 26.
t/dynclass/pyint...............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 26
Failed 1/26 tests, 96.15% okay
...
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/dynclass/pyint.t 1 256 26 1 3.85% 26
t/pmc/config.t 1 256 3 1 33.33% 2
3 tests and 74 subtests skipped.
Failed 2/151 test scripts, 98.68% okay. 2/2443 subtests failed, 99.92% okay.
first???\ zzzz :-)
> Failed Test Stat Wstat Total Fail Failed List of Failed
> -------------------------------------------------------------------------------
> t/dynclass/pyint.t 1 256 26 1 3.85% 26
This test should be skipped if GMP isn't linked with parrot.
> t/pmc/config.t 1 256 3 1 33.33% 2
Confirmed and strange.
I'll have a look at both tomorrow.
Thanks for reporting,
leo
> Failed two tests. Are these known problems or should I dig deeper?
Fixed - rev 8082.
leo
I know, I know. Real life, real work and all that. I've been "watching
from afar" though at all this great work. I still won't have much time
but figured I ought to do *something*!
> Fixed - rev 8082.
> leo
Thanks Leo.
Tim.