[issue3118] test_math fails on 64bit

2008-06-17 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks Mark. That seems to have done the trick. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3118] test_math fails on 64bit

2008-06-17 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On Tue, Jun 17, 2008 at 4:17 PM, Mark Dickinson <[EMAIL PROTECTED]> wrote: > > Mark Dickinson <[EMAIL PROTECTED]> added the comment: > > Committed, r64349. I'm watching the buildbots. You can bet I am, too. :) ___

[issue3118] test_math fails on 64bit

2008-06-17 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: Committed, r64349. I'm watching the buildbots. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3118] test_math fails on 64bit

2008-06-17 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: It looks fine to me. Please apply. -- assignee: -> marketdickinson ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3118] test_math fails on 64bit

2008-06-17 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: I further suspect that no-one with access to ia64 is monitoring this issue. :-) So maybe this should just be checked in, and then reverted if it either causes other buildbots to fail or doesn't help with Ubuntu/ia64. Benjamin, are you in

[issue3118] test_math fails on 64bit

2008-06-17 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: I suspect that what's happening is that errno is being set to ERANGE on a subnormal results; this is somewhat ... um ... unorthodox. In that case, the fix would be to raise OverflowError when errno is set to ERANGE and the function result x

[issue3118] test_math fails on 64bit

2008-06-15 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: Re-running failed tests in verbose mode Re-running test 'test_math' in verbose mode testAcos (test.test_math.MathTests) ... ok testAcosh (test.test_math.MathTests) ... ok testAsin (test.test_math.MathTests) ... ok testAsinh (test.test_mat