Hi folks,

Sage 4.1.2.alpha4 compiles OK on the following platform:

* Operating system: 32-bit Mandriva Linux 2009.0
* CPU: Intel(R) Xeon(R) CPU           X7460  @ 2.66GHz
* RAM: 1 GB
* Computer name: mandriva32 virtualized guest on boxen.math

The following doctests fail:

{{{
sage -t -long "devel/sage/sage/crypto/boolean_function.pyx"
**********************************************************************
File 
"/space/wstein/farm/sage-4.1.2.alpha4/devel/sage/sage/crypto/boolean_function.pyx",
line 1013:
    sage: B.nonlinearity()
Expected:
    222
Got:
    217
**********************************************************************
1 items had failures:
   1 of   6 in __main__.example_36
***Test Failed*** 1 failures.
For whitespace errors, see the file
/scratch/wstein/sage//tmp/.doctest_boolean_function.py
         [3.8 s]

<SNIP>

sage -t -long "devel/sage/sage/rings/polynomial/pbori.pyx"
**********************************************************************
File 
"/space/wstein/farm/sage-4.1.2.alpha4/devel/sage/sage/rings/polynomial/pbori.pyx",
line 3940:
    sage: x.stable_hash()
Expected:
    173100285919
Got:
    -845955105
**********************************************************************
File 
"/space/wstein/farm/sage-4.1.2.alpha4/devel/sage/sage/rings/polynomial/pbori.pyx",
line 4849:
    sage: s.stable_hash()
Expected:
    173100285919
Got:
    -845955105
**********************************************************************
File 
"/space/wstein/farm/sage-4.1.2.alpha4/devel/sage/sage/rings/polynomial/pbori.pyx",
line 1976:
    sage: m.stable_hash()
Expected:
    173100285919
Got:
    -845955105
**********************************************************************
3 items had failures:
   1 of   4 in __main__.example_128
   1 of   5 in __main__.example_165
   1 of   5 in __main__.example_48
***Test Failed*** 3 failures.
For whitespace errors, see the file /scratch/wstein/sage//tmp/.doctest_pbori.py
         [5.4 s]
}}}

Ticket #7020 [1] contains a patch to fix the following doctest failure:

sage -t -long "devel/sage/sage/crypto/boolean_function.pyx"

The full doctest log is up on sage.math [2].

[1] http://trac.sagemath.org/sage_trac/ticket/7020

[2] 
http://sage.math.washington.edu/home/mvngu/doc/doctest/sage-4.1.2/sage-4.1.2.alpha4/doctest-4.1.2.alpha4-mandriva32.log

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to