#6784: Doctest failure in
sage-4.1.1/devel/sage/doc/en/constructions/interface_issues.rst
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: interfaces | Keywords:
Reviewer: | Author:
Merged: |
------------------------+---------------------------------------------------
On Solaris 10 update 7 (SPARC), the following test failed. Both ECL and
Maxima were updated - ECL version 9.8.4, Maxima version 5.19.1. Sage was
built with gcc 4.4.1
{{{
----------------------------------------------------------------------
| Sage Version 4.1.1, Release Date: 2009-08-14 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
Thu Aug 20 20:02:37 BST 2009
dsage-trial tmp directory doesn't exist - creating ...
This script will run the unit tests for DSage
}}}
<SNIP>
{{{
sage -t "devel/sage/doc/en/constructions/interface_issues.rst"
**********************************************************************
File
"/export/home/drkirkby/sage/sage-4.1.1/devel/sage/doc/en/constructions/interface_issues.rst",
line 478:
sage: maxima.eval("f:bessel_y (v, w)")
Expected:
'?%bessel_y(v,w)'
Got:
'bessel_y(v,w)'
**********************************************************************
File
"/export/home/drkirkby/sage/sage-4.1.1/devel/sage/doc/en/constructions/interface_issues.rst",
line 480:
sage: maxima.eval("diff(f,w)")
Expected:
'(?%bessel_y(v-1,w)-?%bessel_y(v+1,w))/2'
Got:
'(bessel_y(v-1,w)-bessel_y(v+1,w))/2'
**********************************************************************
File
"/export/home/drkirkby/sage/sage-4.1.1/devel/sage/doc/en/constructions/interface_issues.rst",
line 482:
sage: maxima.eval("diff (jacobi_sn (u, m), u)")
Expected:
'?%jacobi_cn(u,m)*?%jacobi_dn(u,m)'
Got:
'jacobi_cn(u,m)*jacobi_dn(u,m)'
**********************************************************************
1 items had failures:
3 of 9 in __main__.example_3
***Test Failed*** 3 failures.
For whitespace errors, see the file
/export/home/drkirkby/sage/sage-4.1.1/tmp/.doctest_interface_issues.py
[19.8 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6784>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---