On Sat, Nov 1, 2008 at 10:14 AM, mabshoff <[EMAIL PROTECTED]> wrote:
>
>
>
> On Nov 1, 7:10 am, "David Joyner" <[EMAIL PROTECTED]> wrote:
>> It appears that the doc test is hanging on amd64 ubuntu 8.10/intrepid ibex.
>> Is there something in sage -t devel/doc/const/const.tex
>> that is supposed to take a long time?
>>
>
> Nope, just kill the python process and rerun the test with verbose to
> see which one is the culprit here. There were no changes to const.tex
> in Sage 3.1.4->3.2.a2 AFAIK.
Okay.
This line
Trying:
integral(x**Integer(3),x)###line 441:_sage_ : integral(x^3,x)
Expecting:
x^4/4
appears to be hanging, but runs fine:
----------------------------------------------------------------------
| Sage Version 3.2.alpha2, Release Date: 2008-10-31 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: integral(x^3,x)
x^4/4
sage:
That was the only "failure" in the const.tex file though.
I'll do more testing and report if there is anything else or not.
>
> Cheers,
>
> Michael
> >
>
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---