#9316: Spurious (?) "# File not found" error at end of doctests
-----------------------+----------------------------------------------------
Reporter: was | Owner: wjp
Type: defect | Status: new
Priority: major | Milestone: sage-4.5
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by cremona):
Example:
{{{
sage -t "devel/sage/sage/rings/number_field/number_field_rel.py"
*** *** Error: TIMED OUT! PROCESS KILLED! *** ***
*** *** Error: TIMED OUT! *** ***
Traceback (most recent call last):
File "/home/john/sage-4.4.4.alpha1/local/bin/sage-doctest", line 798, in
<module>
test_file(argv[1], library_code = library_code)
File "/home/john/sage-4.4.4.alpha1/local/bin/sage-doctest", line 695, in
test_file
print "The doctested process was killed by signal %s" % (-e)
TypeError: bad operand type for unary -: 'NoneType'
[8319.2 s]
}}}
The reason for the timeout was simply that I suspended my laptop for a
couple of hours and then woke it up. But at the end of the test (I was
doing "make test" on 4.4.4.alpha1) the error message said
{{{
The following tests failed:
sage -t "devel/sage/sage/rings/number_field/number_field_rel.py"
# File not found
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9316#comment:1>
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.