Hello David,

On Thu, Nov 6, 2008 at 1:51 PM, David Joyner <[EMAIL PROTECTED]> wrote:

> With amd64 intrepid ibex, it builds fine but sage -testall
> seems to have the same locking-up issues as with the alpha2 version.

I'm too am using amd64 intrepid ibex and having the same issues.

The following doctests fail for me (and maybe others, the tests are
still running). But can you test whether these fail for you as well?
Also check from within Sage, since I am getting the same failures
there.

  sage -t  devel/sage/sage/interfaces/lisp.py
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 5:
    sage: lisp.eval('(* 4 5)')
Expected:
    '20'
Got:
    '(* 4 5)\n20'
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 22:
    sage: lisp.eval('(+ %s %s)'%(a.name(), b.name()))
Expected:
    '8'
Got:
    '(+ sage0 sage1)\n8'
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 27:
    sage: lisp.eval('(defun factorial (n) (if (= n 1) 1 (* n
(factorial (- n 1)))))')
Expected:
    'FACTORIAL'
Got:
    '(defun factorial (n) (if (= n 1) 1 (* n (factorial (- n 1)))))\nFACTORIAL'
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 109:
    sage: lisp.eval('(+ 2 2)')
Expected:
    '4'
Got:
    '(+ 2 2)\n4'
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 393:
    sage: one == one
Expected:
    True
Got:
    False
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 397:
    sage: one < two
Expected:
    True
Got:
    False
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 403:
    sage: two == 2
Expected:
    True
Got:
    False
**********************************************************************
File "/home/saliola/Applications/sage-3.2.alpha3/tmp/lisp.py", line 423:
    sage: lisp(0).bool()
Expected:
    False
Got:
    True
**********************************************************************
4 items had failures:
   3 of  17 in __main__.example_0
   1 of   3 in __main__.example_2
   3 of   9 in __main__.example_24
   1 of   5 in __main__.example_25
***Test Failed*** 8 failures.

--~--~---------~--~----~------------~-------~--~----~
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