#6649: [with patch, needs review] doctest failure in decorate.py (on OS X only)
-------------------------+--------------------------------------------------
Reporter: GeorgSWeber | Owner: GeorgSWeber
Type: defect | Status: assigned
Priority: major | Milestone: sage-4.1.1
Component: porting | Keywords:
Reviewer: mhampton | Author:
Merged: |
-------------------------+--------------------------------------------------
Comment(by wdj):
The patch applies fine to 4.1.1.rc0. I tested this out on an intel macbook
running 10.4.11. The only error (which may or may not be related) was the
following.
{{{
sage -t "devel/sage/sage/symbolic/expression.pyx"
**********************************************************************
File
"/Users/davidjoyner/sagefiles/sage-4.1.1.rc0/devel/sage/sage/symbolic/expression.pyx",
line 2503:
sage: ((x+y)^a).match(w0^w1)
Expected:
{$1: a, $0: x + y}
Got:
{$0: x + y, $1: a}
**********************************************************************
File
"/Users/davidjoyner/sagefiles/sage-4.1.1.rc0/devel/sage/sage/symbolic/expression.pyx",
line 2509:
sage: ((a+b)*(a+c)).match((a+w0)*(a+w1))
Expected:
{$1: c, $0: b}
Got:
{$0: b, $1: c}
**********************************************************************
File
"/Users/davidjoyner/sagefiles/sage-4.1.1.rc0/devel/sage/sage/symbolic/expression.pyx",
line 2515:
sage: (a*(x+y)+a*z+b).match(a*w0+w1)
Expected:
{$1: a*z + b, $0: x + y}
Got:
{$0: x + y, $1: a*z + b}
**********************************************************************
1 items had failures:
3 of 24 in __main__.example_62
***Test Failed*** 3 failures.
For whitespace errors, see the file
/Users/davidjoyner/sagefiles/sage-4.1.1.rc0/tmp/.doctest_expression.py
[38.4 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6649#comment:4>
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
-~----------~----~----~----~------~----~------~--~---