Running make ptestlong on Ubuntu 14.04 and using

--optional=arb,benzene,bliss,buckygen,cbc,cryptominisat,database_cremona_ellcurve,database_gap,database_odlyzko_zeta,database_pari,database_stein_watkins,database_symbolic_data,dot2tex,gambit,gap_packages,gcc,gdb,mcqd,modular_decomposition,mpir,nauty,plantri,python2,sage,scons,tides

I get 3 failures. The two failures in dynamic_class.py were already 
mentionned by John H Palmieri. For me too, when I test dynamic_class.py 
alone, I get All tests passed. But the one in doctest/test.py keeps being 
there.

----------------------------------------------------------------------
sage -t --long --warn-long 29.8 src/sage/doctest/test.py  # 1 doctest failed
sage -t --long --warn-long 29.8 src/sage/structure/dynamic_class.py  # 2 
doctests failed
----------------------------------------------------------------------

Sébastien



sage -t --long --warn-long 29.8 src/sage/doctest/test.py
**********************************************************************
File "src/sage/doctest/test.py", line 330, in sage.doctest.test
Failed example:
    subprocess.call(["sage", "-t",  "--warn-long", "0", "--gdb", 
"1second.rst"], stdin=open(os.devnull), **kwds)  # long time, optional: gdb
Expected:
    exec gdb ...
    Running doctests...
    Doctesting 1 file.
    sage -t 1second.rst
        [2 tests, ... s]
    ----------------------------------------------------------------------
    All tests passed!
    ----------------------------------------------------------------------
    ...
    0
Got:
    exec gdb -x "$SAGE_LOCAL/bin/sage-gdb-commands" --args python 
"$SAGE_LOCAL/bin/sage-runtests" --serial --timeout=0 
--stats_path=/home/labbe/.sage/timings2.json 
--optional=arb,benzene,bliss,buckygen,cbc,cryptominisat,database_cremona_ellcurve,database_gap,database_odlyzko_zeta,database_pari,database_stein_watkins,database_symbolic_data,dot2tex,gambit,gap_packages,gcc,gdb,mcqd,modular_decomposition,mpir,nauty,plantri,python2,sage,scons,tides
 
1second.rst
    GNU gdb (GDB) 7.8
    Copyright (C) 2014 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show 
copying"
    and "show warranty" for details.
    This GDB was configured as "x86_64-unknown-linux-gnu".
    Type "show configuration" for configuration details.
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>.
    Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.
    For help, type "help".
    Type "apropos word" to search for commands related to "word"...
    Reading symbols from python...done.
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library 
"/lib/x86_64-linux-gnu/libthread_db.so.1".
    warning: File 
"/home/labbe/Applications/sage-git/local/lib64/libstdc++.so.6.0.20-gdb.py" 
auto-loading has been declined by your `auto-load safe-path' set to 
"$debugdir:$datadir/auto-load".
    To enable execution of this file add
        add-auto-load-safe-path 
/home/labbe/Applications/sage-git/local/lib64/libstdc++.so.6.0.20-gdb.py
    line to your configuration file "/home/labbe/.gdbinit".
    To completely disable this security protection add
        set auto-load safe-path /
    line to your configuration file "/home/labbe/.gdbinit".
    For more information about this security protection see the
    "Auto-loading safe path" section in the GDB manual.  E.g., run from the 
shell:
        info "(gdb)Auto-loading safe path"
    Running doctests with ID 2015-07-08-18-17-37-501d940b.
    Git branch: develop
    Using 
--optional=arb,benzene,bliss,buckygen,cbc,cryptominisat,database_cremona_ellcurve,database_gap,database_odlyzko_zeta,database_pari,database_stein_watkins,database_symbolic_data,dot2tex,gambit,gap_packages,gcc,gdb,mcqd,modular_decomposition,mpir,nauty,plantri,python2,sage,scons,tides
    Doctesting 1 file.
    sage -t --warn-long 29.8 1second.rst
        [2 tests, 1.00 s]
    ----------------------------------------------------------------------
    All tests passed!
    ----------------------------------------------------------------------
    Total time for all tests: 1.0 seconds
        cpu time: 0.0 seconds
        cumulative wall time: 1.0 seconds
    [Inferior 1 (process 26263) exited normally]
    (gdb) quit
    0
**********************************************************************


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to