On Mar 29, 2008, at 9:26 AM, William Stein wrote:
> FERMAT -- os x 10.4 g5 -- has interesting failures here in the
> new bitset code:
>           sage -t  devel/sage-main/sage/misc/misc_c.pyx
>
>     sage: test_bitset('00101', '01110', 4)
> Expected:
>     a.eq(b)      False
>     a.cmp(b)     1
>     a.copy()     00101
>     r.zero()     00000
>     not a        11010
>     a and b      00100
>     a or b       01111
>     a xor b      01011
>     a.rshift(n)  10000
>     a.lshift(n)  00000
>     a.first()           2
>     a.next(n)           4
>     a.first_diff(b)     1
>     a.next_diff(b, n)   4
>     a.hamming_weight()  2
>     a.hamming_weight_sparse()  2
> Got:
> ...
>     a.eq(b)      True
>     a.cmp(b)     1
>     a.copy()     00000
> ...
>
> This is now
>
>    http://trac.sagemath.org/sage_trac/ticket/2719

This is really strange. Could you give me a login on that machine so  
I could debug?

- Robert


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to