On May 30, 2008, at 2:04 PM, Robert Bradshaw wrote: > That's a 32 vs 64 bit issue...I'm fine with you fixing it (or I could > do it myself).
What I mean by this is that the behavior is varying as expected on both platforms, the test should be re-written to be platform agnostic (e.g. by not printing pos itself, just pos > 0). > > - Robert > > On May 30, 2008, at 3:02 AM, Dag Sverre Seljebotn wrote: > >> Title says it all: >> >> File "/home/dagss/cython/may30/BUILD/run/big_indices.so", line >> 108, in >> big_indices >> Failed example: >> test() >> Expected: >> neg -1 >> pos 4294967294 >> neg >> pos >> neg >> pos >> Got: >> neg -1 >> pos 18446744073709551614 >> neg >> pos >> neg >> pos >> >> >> (I rather not fix test cases I didn't write and know in detail.) >> >> >> -- >> Dag Sverre >> _______________________________________________ >> Cython-dev mailing list >> [email protected] >> http://codespeak.net/mailman/listinfo/cython-dev > > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
