Ticket #530 (closed bug: wontfix)
Failure of atan2 in jit core - ref TT #38
Reported by: | mikehh | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | linux |
Description
Failure of atan2 in jit core on Kubuntu Intrepid i386 at r37825.
from make fulltest at r37704
not ok 13 - atan2 # TODO broken under JIT TT #201
TT #201 was marked as duplicate of TT #38
from make fulltest at r37825 (and r37831)
# Failed test 'atan2' # at t/op/trans.t line 275. # got: 'not ok 1 # not ok 2 # not ok 3 # not ok 4 # not ok 5 # not ok 6 # not ok 7 # not ok 8 # not ok 9 # not ok 10 # not ok 11 # not ok 12 # ok 13 # ok 14 # ok 15 # ok 16 # ' # expected: 'ok 1 # ok 2 # ok 3 # ok 4 # ok 5 # ok 6 # ok 7 # ok 8 # ok 9 # ok 10 # ok 11 # ok 12 # ok 13 # ok 14 # ok 15 # ok 16 # ' # Looks like you failed 1 test of 22. t/op/trans.t ........................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/22 subtests
smolder test passes http://smolder.plusthree.com/app/public_projects/report_details/19505
also 19530 - the other cores pass the test.
I have recently been running on Ubuntu Intrepid Amd64 where make fulltest PASSes but that does not test the jit core.
I have seen some work done on atan (supposedly on Solaris) recently - that might have had an effect?
I tried to reopen TT #38, but did not have permission.
Cheers Michael (mikehh)