#7108: Sage 4.1.2.rc0 doctest failures on 32-bit Fedora 9 (cicero on skynet)
---------------------+------------------------------------------------------
Reporter: mvngu | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.2
Component: doctest | Keywords:
Reviewer: | Author:
Merged: |
---------------------+------------------------------------------------------
Comment(by was):
I just tried a clean build of sage-4.1.2.rc0 + a bit and get *only* one
failure in twist.py:
{{{
----------------------------------------------------------------------
The following tests failed:
sage -t -long "devel/sage/sage/server/simple/twist.py"
}}}
The failure is:
{{{
sage -t -long "devel/sage/sage/server/simple/twist.py"
**********************************************************************
File
"/home/wstein/screen/cicero/build/sage-4.1.2.rc1.alpha1/devel/sage/sage/server/simple/twist.py",
line 51:
sage: print
get_url('http://localhost:%s/simple/compute?session=%s&code=2*2' % (port,
session))
Expected:
{
"status": "done",
"files": [],
"cell_id": 1
}
___S_A_G_E___
4
Got:
{
"status": "computing",
"files": [],
"cell_id": 1
}
___S_A_G_E___
<BLANKLINE>
**********************************************************************
1 items had failures:
1 of 24 in __main__.example_0
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/wstein/.sage//tmp/.doctest_twist.py
[17.8 s]
}}}
This is somwhat expected since cicero is slow and the difference between
the above two is that one didn't finish and the other did. Hmm.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7108#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
-~----------~----~----~----~------~----~------~--~---