new jit failures

Reini Urban rurban at x-ray.at
Sun Mar 1 09:40:20 UTC 2009


François,

jit is failing now.
mingw make testj is now failing with these errors.

t/op/trans.t                         (Wstat: 256 Tests: 22 Failed: 1)
  Failed test:  11
  TODO passed:   13
  Non-zero exit status: 1
t/pmc/fixedintegerarray.t            (Wstat: 256 Tests: 11 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
t/library/md5.t                      (Wstat: 1536 Tests: 6 Failed: 6)
  Failed tests:  1-6
  Non-zero exit status: 6
t/library/mt19937ar.t                (Wstat: 256 Tests: 10 Failed: 1)
  Failed test:  10
  Non-zero exit status: 1
t/library/rand.t                     (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1

Only trans was failing before.
        tanh 0.761594, 1.0
I guess this is a msvcrt.dll fault, similar to -0.0.

I guess rand, the mersenne twister and md5 are caused by the recent
rand and md5 changes.
maybe another jit rounding issue that was uncovered now.

repro:
set TEST_PROG_ARGS=-j
prove t\library\md5.t t/library/rand.t t/library/mt19937ar.t

confirmed on fedora core 1
-- 
Reini Urban
http://phpwiki.org/              http://murbreak.at/


More information about the parrot-dev mailing list