On Tue, 23 Aug 2011 at 02:39PM +0200, Julien Puydt wrote:
> sage -t -long -force_lib "devel/sage/sage/misc/sagedoc.py"
> **********************************************************************
> File "/home/jpuydt/sage-4.7.1/devel/sage/sage/misc/sagedoc.py", line 876:
>     sage: len(search_doc('tree', interact=False).splitlines()) >
> 2500 # long time
> Expected:
>     True
> Got:
>     False
> **********************************************************************
> File "/home/jpuydt/sage-4.7.1/devel/sage/sage/misc/sagedoc.py", line 491:
>     sage: 'abvar/homology' in _search_src_or_doc('doc', 'homology',
> 'variety', interact=False)
> Expected:
>     True
> Got:
>     False
> **********************************************************************
> 2 items had failures:
>    1 of   6 in __main__.example_14
>    1 of   8 in __main__.example_8
> ***Test Failed*** 2 failures.
> For whitespace errors, see the file
> /home/jpuydt/.sage//tmp/.doctest_sagedoc.py
>        [253.2 s]

Have you built the documentation? I seem to remember that those tests
fail if the docs haven't been built. IIRC those functions just use
built-in Python functions to search files, so they really shouldn't fail
if Python is working.

Dan

--
---  Dan Drake
-----  http://mathsci.kaist.ac.kr/~drake
-------

Attachment: signature.asc
Description: Digital signature

Reply via email to