tags 391866 + confirmed
thanks

Thank you for your report, Jérémy!

On Mon, 2006-10-09 at 04:47 +0200, Jérémy Bobbio wrote:
> albatross does not build on my amd64 pbuilder:
[...]
>   ======================================================================
>   Testing "doctest/tags-value1" failed, Line 6: output does not match
>   example
>   Expected:
>   hash('spam') is 1626740519
> 
>   Got:
>   hash('spam') is -1840390907728881881

This particular test is not written in a portable way. Python's built-in
hash() function is not guaranteed to return the same value over
invocations or on different platforms. It just guarantees that hash(x)
== hash(y) if x == y.

So I'll look into replacing this test with something more portable.

In the meantime, anyone wishing to build albatross on amd64 can replace
that value in the test, or disable testing completely as a workaround.

Cheers,
-- 
Fabian Fagerholm <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to