#4386: Sage 3.1.4: optional doctest failure in
sage/rings/number_field/totallyreal_phc.py
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mhampton
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: doctest | Keywords:
----------------------+-----------------------------------------------------
{{{
sage -t -long -optional
devel/sage/sage/rings/number_field/totallyreal_phc.py
**********************************************************************
File "/scratch/mabshoff/release-
cycle/sage-3.1.3.final/tmp/totallyreal_phc.py", line 86:
sage: __lagrange_bounds_phc(3,5,[8,1,2,0,1],tmpfile='phc') # optional
Exception raised:
Traceback (most recent call last):
File "/scratch/mabshoff/release-
cycle/sage-3.1.3.final/local/lib/python2.5/doctest.py", line 1228, in
__run
compileflags, 1) in test.globs
File "<doctest __main__.example_2[2]>", line 1, in <module>
__lagrange_bounds_phc(Integer(3),Integer(5),[Integer(8),Integer(1),Integer(2),Integer(0),Integer(1)],tmpfile='phc')
# optional###line 86:
sage: __lagrange_bounds_phc(3,5,[8,1,2,0,1],tmpfile='phc') # optional
NameError: name '__lagrange_bounds_phc' is not defined
**********************************************************************
File "/scratch/mabshoff/release-
cycle/sage-3.1.3.final/tmp/totallyreal_phc.py", line 89:
sage: __lagrange_bounds_phc(3,2,[8,1,2,0,1],tmpfile='phc') # optional
Exception raised:
Traceback (most recent call last):
File "/scratch/mabshoff/release-
cycle/sage-3.1.3.final/local/lib/python2.5/doctest.py", line 1228, in
__run
compileflags, 1) in test.globs
File "<doctest __main__.example_2[3]>", line 1, in <module>
__lagrange_bounds_phc(Integer(3),Integer(2),[Integer(8),Integer(1),Integer(2),Integer(0),Integer(1)],tmpfile='phc')
# optional###line 89:
sage: __lagrange_bounds_phc(3,2,[8,1,2,0,1],tmpfile='phc') # optional
NameError: name '__lagrange_bounds_phc' is not defined
**********************************************************************
File "/scratch/mabshoff/release-
cycle/sage-3.1.3.final/tmp/totallyreal_phc.py", line 92:
sage: __lagrange_bounds_phc(3,1,[8,1,2,0,1],tmpfile='phc') # optional
Exception raised:
Traceback (most recent call last):
File "/scratch/mabshoff/release-
cycle/sage-3.1.3.final/local/lib/python2.5/doctest.py", line 1228, in
__run
compileflags, 1) in test.globs
File "<doctest __main__.example_2[4]>", line 1, in <module>
__lagrange_bounds_phc(Integer(3),Integer(1),[Integer(8),Integer(1),Integer(2),Integer(0),Integer(1)],tmpfile='phc')
# optional###line 92:
sage: __lagrange_bounds_phc(3,1,[8,1,2,0,1],tmpfile='phc') # optional
NameError: name '__lagrange_bounds_phc' is not defined
**********************************************************************
1 items had failures:
3 of 5 in __main__.example_2
***Test Failed*** 3 failures.
For whitespace errors, see the file /scratch/mabshoff/release-
cycle/sage-3.1.3.final/tmp/.doctest_totallyreal_phc.py
[2.0 s]
exit code: 1024
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4386>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---