#8430: doctest failures with Sage 4.3.4.alpha0
--------------------------------+-------------------------------------------
Reporter: mvngu | Owner: hivert
Type: defect | Status: positive_review
Priority: major | Milestone: sage-4.3.4
Component: doctest | Keywords:
Author: Florent Hivert | Upstream: N/A
Reviewer: Marshall Hampton | Merged:
Work_issues: |
--------------------------------+-------------------------------------------
Comment(by drkirkby):
I'm not at home, and can't very easily start applying patches, but I can
confirm I get the same results, based on Sage 4.3.4.alpha0 but with a few
Solaris-specific patches on Solaris 10 (SPARC)
{{{
**********************************************************************
File
"/export/home/drkirkby/32/sage-4.3.4.alpha0/devel/sage/sage/categories/fini
te_semigroups.py", line 232:
sage: sorted(S.j_transversal_of_idempotents())
Expected:
['a', 'ab', 'ac', 'acb', 'b', 'bc', 'c']
Got:
['a', 'ab', 'ac', 'acb', 'b', 'c', 'cb']
**********************************************************************
File
"/export/home/drkirkby/32/sage-4.3.4.alpha0/devel/sage/sage/categories/fini
te_semigroups.py", line 198:
sage: S.j_classes()
Expected:
[['acb', 'cab', 'bca', 'abc', 'bac', 'cba'], ['ac', 'ca'],
['ab', 'ba'], ['bc', 'cb'], ['a'], ['c'], ['b']]
Got:
[['a'], ['acb', 'cba', 'bca', 'abc', 'bac', 'cab'], ['ac', 'ca'],
['ab', 'ba
'], ['cb', 'bc'], ['c'], ['b']]
**********************************************************************
2 items had failures:
}}}
So the problem is occuring on more that one architecuture. I hope to try
the patch within the next 12 hours.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8430#comment:11>
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.