On Thu, Dec 4, 2008 at 12:44 PM, David M. Monarres <[EMAIL PROTECTED]> wrote:
>
> Hell all,
>
>
> I am getting a failed test on a freshly compiled version of sage 3.2.1
> on ubuntu. 3.2 compiled fine and passed all tests. Here is a copy of
> the test log, please tell me if there is any other information that
> you need, or would want.
>
>
> http://www-rohan.sdsu.edu/~monarres/test.log
>

The one and only problem you have is this:

sage -t  
"devel/sage/sage/rings/polynomial/multi_polynomial_ideal.py"**********************************************************************
File 
"/usr/local/sage/devel/sage/sage/rings/polynomial/multi_polynomial_ideal.py",
line 58:
    sage: S.<a,b> = R.quotient((x^2 + y^2, 17))
Expected:
    verbose 0 ... Warning: falling back to very slow toy implementation.
Got nothing
**********************************************************************
1 items had failures:
   1 of  47 in __main__.example_0
***Test Failed*** 1 failures.

This is a known problem and results from a badly written test (Sage
itself is fine),
and will be fixed soon.  This is related to
http://trac.sagemath.org/sage_trac/ticket/4593

--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to