On Tue, 24 Oct 2006 07:41:25 -0500, David Joyner <[EMAIL PROTECTED]> wrote:
> Hi:
>
> This is on a suse 10.0 amd64 box. sage -testall seems to hang at  
> prog.tex.
> Am I being impatient (it's been over an hour) or is it really stuck
> somewhere?
>

Dang, I forgot to test the latest prog.tex before releasing.  You might
find the new "-verbose" option to "./sage -t" useful:

      cd devel/doc/prog
      sage -t -verbose prog.tex

...

Using this we see that it hangs at:
-----------------
Trying:
     hg_sage.serve()###line 2372:_sage_    : hg_sage.serve()
Expecting nothing
^Cinterrupted!
------------------

Of course it hangs here -- you've told it to start a web server!

Fix it and send me a patch :-)


> - David Joyner
>
> [EMAIL PROTECTED]:~/sagefiles/sage-1.4.1.2> ./sage -testall
> Testing SAGE documentation
> Testing SAGE tutorial
> sage -t  tut.tex
> **********************************************************************
> File "tut.py", line 1526:
>     : g.desolve(Phi,"x")
> Expected:
>     "x(t) = e^t*(5*x'(0)) + 5*x(0) + 2)/10 - e^-t*(5*x'(0)) - 5*x(0) +
> 2)/10 - sin(2*t)/5"
> Got:
>     "x(t) = e^t*(5*(?at('diff(x(t),t,1),t = 0)) + 5*x(0) + 2)/10 -
> e^-t*(5*(?at('diff(x(t),t,1),t = 0)) - 5*x(0) + 2)/10 - sin(2*t)/5"
> **********************************************************************
> File "tut.py", line 1609:
>     :
> maxima("laplace(Integer(2)*x2(t)+Integer(6)*x(t)-Integer(2)*y(t),t,s)")
> Expected:
>     2*( - at('diff(x(t),t,1),t = 0) + s^2*laplace(x(t),t,s) - x(0)*s) -
> 2*laplace(y(t),t,s) + 6*laplace(x(t),t,s)
> Got:
>     2*( - ?%at('diff(x(t),t,1),t = 0) + s^2*?%laplace(x(t),t,s) -
> x(0)*s) - 2*?%laplace(y(t),t,s) + 6*?%laplace(x(t),t,s)
> **********************************************************************
> File "tut.py", line 1618:
>     : maxima("laplace(y2(t)+Integer(2)*y(t)-Integer(2)*x(t),t,s)")
> Expected:
>     -at('diff(y(t),t,1),t = 0) + s^2*laplace(y(t),t,s) +
> 2*laplace(y(t),t,s) -  2*laplace(x(t),t,s) - y(0)*s
> Got:
>     -?%at('diff(y(t),t,1),t = 0) + s^2*?%laplace(y(t),t,s) +
> 2*?%laplace(y(t),t,s) - 2*?%laplace(x(t),t,s) - y(0)*s
> **********************************************************************
> File "tut.py", line 1793:
>     : maxima.eval("f:bessel_y (v, w)")
> Expected:
>      'bessel_y(v,w)'
> Got:
>     '?%bessel_y(v,w)'
> **********************************************************************
> File "tut.py", line 1795:
>     : maxima.eval("diff(f,w)")
> Expected:
>      'bessel_y(v - 1,w) - v*bessel_y(v,w)/w'
> Got:
>     '?%bessel_y(v - 1,w) - v*?%bessel_y(v,w)/w'
> **********************************************************************
> 4 items had failures:
>    1 of  16 in __main__.example62
>    1 of   2 in __main__.example67
>    1 of   2 in __main__.example68
>    2 of   2 in __main__.example75
> ***Test Failed*** 5 failures.
>
>          [32.3 s]
> Testing SAGE programming guide
> sage -t  prog.tex
>
> >



--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to