On Aug 19, 11:37 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On 8/19/07, JMD <[EMAIL PROTECTED]> wrote:> Results of "make test" :
>
> > The following tests failed:
>
> >         sage -t  devel/sage-main/sage/interfaces/sage0.py
> > Total time for all tests: 1117.0 seconds
>
>                           ^^^^^^^^^^^^^^^
>
> You have a very fast computer. :-)
>
> Regarding the error below, which I've never seen, does the SAGE
> notebook work at all for you?   Type
>        sage -notebook
> make a new worksheet and try some commands (press shift-enter
> to evaluate).  It is the only thing that uses sage0.py.  If it does
> work that's perhaps a hint about why the tests below fail.
>
> Also, if you just do this manually (from SAGE_ROOT), do the tests fail again?
>    ./sage -t  devel/sage-main/sage/interfaces/sage0.py
>
>

> William Stein
> Associate Professor of Mathematics
> University of Washingtonhttp://www.williamstein.org


sage -notebook  worked (with very basic commands)

but ./sage -t  devel/sage-main/sage/interfaces/sage0.py failed :

--> ./sage -t  devel/sage-main/sage/interfaces/sage0.py
sage -t  devel/sage-main/sage/interfaces/sage0.py
**********************************************************************
File "sage0.py", line 48:
    sage: a^3
Expected:
    8
Got:
    <BLANKLINE>
**********************************************************************
File "sage0.py", line 53:
    sage: V.gens()
Expected:
    ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1))
Got:
    <BLANKLINE>
**********************************************************************
File "sage0.py", line 63:
    sage: g = V.0;  g
Expected:
    (1, 0, 0, 0)
Got:
    ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1))
**********************************************************************
File "sage0.py", line 70:
    sage: s('%s.parent()'%g.name())
Expected:
    Vector space of dimension 4 over Rational Field
Got:
    (1, 0, 0, 0)
**********************************************************************
File "sage0.py", line 75:
    sage: s('x = 5')
Expected:
    5
Got:
    Vector space of dimension 4 over Rational Field
**********************************************************************
File "sage0.py", line 86:
    sage: a
Expected:
    10
Got:
    <BLANKLINE>
**********************************************************************
File "sage0.py", line 92:
    sage: s3('"x"')
Expected:
    8
Got:
    <BLANKLINE>
**********************************************************************
File "sage0.py", line 94:
    sage: s('x')
Expected:
    5
Got:
    <BLANKLINE>
**********************************************************************
1 items had failures:
   8 of  21 in __main__.example_1
***Test Failed*** 8 failures.
For whitespace errors, see the file .doctest_sage0.py
         [2.9 s]
exit code: 256

----------------------------------------------------------------------
The following tests failed:


        sage -t  devel/sage-main/sage/interfaces/sage0.py
Total time for all tests: 2.9 seconds


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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