Am 2015-10-07 um 01:16 schrieb Volker Braun:
> As always, you can get the latest beta version from the "develop" git branch.
> Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html

linux mint 17.2 64 bit: I did the following:

clone into a fresh directory
make; ./sage -i ccache; ./sage -b; make
./sage -tp 4 --all --long

and got many doctest failures. I include here just the first few lines of the
summary:

sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_rational_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/dev/sagedev.py  # OSError in doctesting
framework
sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_number_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/plot/plot.py  # Timed out after testing
finished
sage -t --long --warn-long 54.5 src/sage/geometry/lattice_polytope.py  # 498
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/graphics.py  # 39 doctests failed
sage -t --long --warn-long 54.5 src/sage/combinat/root_system/plot.py  # 4
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/plot3d/implicit_plot3d.py  # 42
doctests failed
sage -t --long --warn-long 54.5
src/sage/combinat/root_system/root_lattice_realizations.py  # 4 doctests failed

Then I called

./sage -btp 4 --all --long --logfile=logs/vanilla.log

once more. Then only one failing doctest remained, namely

sage.doctest.sources.FileDocTestSource._test_enough_doctests

There are 1 tests in sage/doctest/not_tested.py that are not being run

In fact,

$ git status
HEAD detached at 6.9.rc3
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        hello.spyx
        src/sage/doctest/not_tested.py

nothing added to commit but untracked files present (use "git add" to track)

And it seems that I am running into the same problem on my virtual 32 bit
machine as well.

Calling "make; ./sage -i ccache; ./sage -b; make" might be somewhat unorthodox
but I am surprised by the repercussions.

Regards,

Clemens

-- 
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 [email protected].
To post to this group, send email to [email protected].
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