OK, I actually have my ARM ac100 box ready, but it will need to wait a week 
before I 
get back to it.
Anyhow, there are the interesting parts from that log:

The following tests failed:

sage -t  -long -force_lib devel/sage/sage/structure/sage_object.pyx # 1 
doctests failed
sage -t  -long -force_lib devel/sage/sage/functions/other.py # 1 doctests 
failed
sage -t  -long -force_lib devel/sage/sage/symbolic/expression.pyx # 1 
doctests failed
sage -t  -long -force_lib devel/sage/sage/interfaces/maxima_abstract.py # 1 
doctests failed
sage -t  -long -force_lib devel/sage/sage/interfaces/quit.py # 1 doctests 
failed
sage -t  -long -force_lib devel/sage/sage/rings/arith.py # 1 doctests failed
----------------------------------------------------------------------

Of these, only sage_object.pyx and quit.py are not numerical noise (which 
it trivial to fix).

sage_object.pyx - pickling problems (seems to be all related to some mod2 
objects: can it be some long endian vs short endian problem?):

sage -t  -long -force_lib devel/sage/sage/structure/sage_object.pyx
**********************************************************************
File 
"/home/jpuydt/sage-4.7.2/devel/sage-main/sage/structure/sage_object.pyx", 
line 1103:
    sage: sage.structure.sage_object.unpickle_all()  # (4s on sage.math, 
2011)
Expected:
    Successfully unpickled ... objects.
    Failed to unpickle 0 objects.
Got:
     * unpickle failure: 
load('/home/jpuydt/.sage/temp/hecke/10996/dir_2/pickle_jar/_class__sage_coding_linear_code_LinearCode__.sobj')
     * unpickle failure: 
load('/home/jpuydt/.sage/temp/hecke/10996/dir_2/pickle_jar/_class__sage_crypto_mq_sr_SR_gf2__.sobj')
     * unpickle failure: 
load('/home/jpuydt/.sage/temp/hecke/10996/dir_2/pickle_jar/_class__sage_homology_chain_complex_ChainComplex__.sobj')
     * unpickle failure: 
load('/home/jpuydt/.sage/temp/hecke/10996/dir_2/pickle_jar/_type__sage_coding_binary_code_BinaryCode__.sobj')
     * unpickle failure: 
load('/home/jpuydt/.sage/temp/hecke/10996/dir_2/pickle_jar/_type__sage_matrix_matrix_mod2_dense_Matrix_mod2_dense__.sobj')
    Failed:
    _class__sage_coding_linear_code_LinearCode__.sobj
    _class__sage_crypto_mq_sr_SR_gf2__.sobj
    _class__sage_homology_chain_complex_ChainComplex__.sobj
    _type__sage_coding_binary_code_BinaryCode__.sobj
    _type__sage_matrix_matrix_mod2_dense_Matrix_mod2_dense__.sobj
    Successfully unpickled 582 objects.
    Failed to unpickle 5 objects.
**********************************************************************
1 items had failures:
   1 of   7 in __main__.example_25
***Test Failed*** 1 failures.
---------------------------------------------------------------------------------------------------------------

quit.py (no clue what it is...)
sage -t  -long -force_lib devel/sage/sage/interfaces/quit.py
**********************************************************************
File "/home/jpuydt/sage-4.7.2/devel/sage-main/sage/interfaces/quit.py", 
line 116:
    sage: a, b
Expected:
    (2, 3)
Got:
    ("__SAGE_SYNCHRO_MARKER_345524869", 3)
**********************************************************************
1 items had failures:
   1 of  10 in __main__.example_4

-- 
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