[Python-Dev] test failures...

Trent Mick trentm@activestate.com
Fri, 23 Jun 2000 19:19:23 -0700


On Fri, Jun 23, 2000 at 08:09:04PM -0500, Skip Montanaro wrote:
> Using the latest CVS code, I get failures for three tests on my Linux
> Mandrake 6.1 laptop:
> 
>   test test_exceptions failed -- Writing: 'spam', expected: 'Attr'

Don't know about this one.

>   test test_types crashed -- exceptions.OverflowError : long int too long to convert

This is related to some conversion checking that I added a while back, I
believe.


>   test test_long failed -- int(long(-sys.maxint-1)) overflowed!
> 
Same thing. Potentially this *should* overflow and the test should expect
that.


Don't take my word on this right now, only looked quickly. I will look at it
this weekend (hopefully). Skip, I don't get the test failures, although I am
a few days behind Python-CVS. Are these very new failures? Could you provide
the verbose output from running these tests indepedently? Thanks.


Trent


-- 
Trent Mick
trentm@activestate.com