So far four issues have popped up:

1) sage-banner is zero bytes in size

2) On x86 linux we have the following failure:

[EMAIL PROTECTED] sage-2.8.9.rc1]$ ./sage -t  devel/sage-main/sage/
rings/polynomial/multi_polynomial_ideal.py
sage -t  devel/sage-main/sage/rings/polynomial/
multi_polynomial_ideal.py
**********************************************************************
File "multi_polynomial_ideal.py", line 1078:
    sage: V = I.variety(); V
Expected:
    [{y: w^2 + 2, x: 2*w}, {y: w^2 + 2*w, x: 2*w + 2}, {y: w^2 + w, x:
2*w + 1}]
Got:
    [{y: w^2 + w, x: 2*w + 1}, {y: w^2 + 2*w, x: 2*w + 2}, {y: w^2 +
2, x: 2*w}]
**********************************************************************
1 items had failures:
   1 of   7 in __main__.example_27
***Test Failed*** 1 failures.
For whitespace errors, see the file .doctest_multi_polynomial_ideal.py
         [5.4 s]
exit code: 256

----------------------------------------------------------------------

3) pretty printing in maxima is broken:

[EMAIL PROTECTED] sage-2.8.9.rc1]$ ./sage -t  devel/sage-main/sage/
calculus/equations.py
sage -t  devel/sage-main/sage/calculus/equations.py
**********************************************************************
File "equations.py", line 12:
    sage: print solve(qe, x)
Expected:
    [
                                          2
                                  - sqrt(b  - 4 a c) - b
                              x == ----------------------
                                           2 a,
                                         2
                                   sqrt(b  - 4 a c) - b
                               x == --------------------
                                           2 a
    ]
Got:
    [x == (-sqrt(b^2 - 4*a*c) - b)/(2*a), x == (sqrt(b^2 - 4*a*c) - b)/
(2*a)]
**********************************************************************
1 items had failures:
   1 of  22 in __main__.example_0
***Test Failed*** 1 failures.
For whitespace errors, see the file .doctest_equations.py
         [6.4 s]
exit code: 256

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


        sage -t  devel/sage-main/sage/calculus/equations.py
Total time for all tests: 6.5 seconds
[EMAIL PROTECTED] sage-2.8.9.rc1]$ ./sage -t  devel/sage-main/sage/
schemes/elliptic_curves/ell_generic.py
sage -t  devel/sage-main/sage/schemes/elliptic_curves/ell_generic.py
**********************************************************************
File "ell_generic.py", line 249:
    sage: print F.solve(y)
Expected:
    [
                          3      2
                - sqrt(4 x  - 4 x  - 40 x - 79) - 1
            y == -----------------------------------
                                 2,
                         3      2
                 sqrt(4 x  - 4 x  - 40 x - 79) - 1
             y == ---------------------------------
                                 2
    ]
Got:
    [y == (-sqrt(4*x^3 - 4*x^2 - 40*x - 79) - 1)/2, y == (sqrt(4*x^3 -
4*x^2 - 40*x - 79) - 1)/2]
**********************************************************************
1 items had failures:
   1 of  21 in __main__.example_4
***Test Failed*** 1 failures.
For whitespace errors, see the file .doctest_ell_generic.py
         [5.2 s]
exit code: 256

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


        sage -t  devel/sage-main/sage/schemes/elliptic_curves/
ell_generic.py
Total time for all tests: 5.2 seconds
[EMAIL PROTECTED] sage-2.8.9.rc1]$

All issues have had tickets opened. If you find anything else please
let us know as soon as possible, bonus points for fixes ;)

Cheers,

Michael


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to