#7993: whitespace error in doctest causes A Mysterious Error.
-------------------------------------+--------------------------------------
Reporter: wjp | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.4
Component: doctest | Keywords:
Author: Willem Jan Palenstijn | Upstream: N/A
Reviewer: Paul Zimmermann | Merged:
Work_issues: |
-------------------------------------+--------------------------------------
Changes (by zimmerma):
* status: needs_info => needs_review
* reviewer: => Paul Zimmermann
Comment:
with the patch, we now get with the initial example:
{{{
tarte% sage -t a.sage
sage -t "a.sage"
Exception raised by doctesting framework. Use -verbose for details.
[1.4 s]
----------------------------------------------------------------------
The following tests failed:
sage -t "a.sage" # Exception from doctest framework
Total time for all tests: 1.4 seconds
}}}
and the whole doctest still produces 22 Segfaults (see #7773). However,
instead of say:
{{{
sage -t tests/benchmark.py
A mysterious error (perhaps a memory error?) occurred, which may have
crashed d\
octest.
[62.3 s]
}}}
we now get:
{{{
sage -t tests/benchmark.py
The doctested process was killed by signal 14
[62.5 s]
}}}
which is more informative. I thus give a positive review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7993#comment:13>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.