On 64-bit ubuntu, built from scratch, I had these (with make ptestlong):
The following tests failed: sage -t -long devel/sage/sage/misc/sagedoc.py # 3 doctests failed sage -t -long devel/sage/sage/libs/mwrank/all.py # 0 doctests failed sage -t -long devel/sage/sage/calculus/riemann.pyx # 5 doctests failed The last one was the same as reported by Georg. The middle one was not reproducible. The first one looks like this -- does not look too serious, but the test expected some docs to have been built which were not. John sage -t -long "devel/sage/sage/misc/sagedoc.py" ********************************************************************** File "/storage/jec/sage-4.4.2.alpha0/devel/sage/sage/misc/sagedoc.py", line 891: sage: len(search_doc('tree', interact=False).splitlines()) > 2000 Expected: True Got: Warning, the following Sage documentation hasn't been built, so documentation search results may be incomplete: <BLANKLINE> /home/jec/storage/sage-4.4.2.alpha0/devel/sage/doc/output/html/en/thematic_tutorials <BLANKLINE> You can build this with 'sage -docbuild thematic_tutorials html'. False ********************************************************************** File "/storage/jec/sage-4.4.2.alpha0/devel/sage/sage/misc/sagedoc.py", line 893: sage: len(search_doc('tree', whole_word=True, interact=False).splitlines()) < 200 Expected: True Got: Warning, the following Sage documentation hasn't been built, so documentation search results may be incomplete: <BLANKLINE> /home/jec/storage/sage-4.4.2.alpha0/devel/sage/doc/output/html/en/thematic_tutorials <BLANKLINE> You can build this with 'sage -docbuild thematic_tutorials html'. True ********************************************************************** File "/storage/jec/sage-4.4.2.alpha0/devel/sage/sage/misc/sagedoc.py", line 496: sage: 'abvar/homology' in _search_src_or_doc('doc', 'homology', 'variety', interact=False) Expected: True Got: Warning, the following Sage documentation hasn't been built, so documentation search results may be incomplete: <BLANKLINE> /home/jec/storage/sage-4.4.2.alpha0/devel/sage/doc/output/html/en/thematic_tutorials <BLANKLINE> You can build this with 'sage -docbuild thematic_tutorials html'. False ********************************************************************** -- 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