#7112: [with patch; needs review] os x 10.5 powerpc -- there are many many
doctest
failures all over
-----------------------+----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.2
Component: doctest | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
-----------------------+----------------------------------------------------
Comment(by was):
I attached a patch trac_7112.patch that fixes all doctest issues:
* I couldn't reproduce the weird maxima-related solve doctest failure in
the original log.
* I changed {{{sage: print
get_url('http://localhost:%s/simple/compute?session=%s&code=2*2' % (port,
session)) }}} to use a larger timeout, since on OS X 10.5 PPC the default
timeout isn't enough for Sage to even startup.
* There is a numerical noise in ell_rational_field.py
* The output of totallyreal_rel.py was not deterministic so I sorted it.
* This {{{dict_function({x/2: y^2, "hallo": "world"})}}} test latex.py
is *impossible* to do right with more than one dictionary entry, since
dictionaries are by definition in a random platform dependent order. So I
made it a dictionary of length 1.
* The html output for the notebook.py test is a bit different on OS X.
It doesn't matter so much since that code is deprecated in sage-4.1.2.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7112#comment:2>
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
-~----------~----~----~----~------~----~------~--~---