On Thu, Nov 6, 2008 at 12:52 PM, Franco Saliola <[EMAIL PROTECTED]> wrote:
>
> 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?


Nope.

Here's the test

[EMAIL PROTECTED]:~/sagefiles/sage-3.2.alpha3$ ./sage -t
devel/sage/sage/interfaces/lisp.py
sage -t  devel/sage/sage/interfaces/lisp.py
         [11.8 s]

----------------------------------------------------------------------
All tests passed!
Total time for all tests: 11.9 seconds

and here are some command-line tests:


[EMAIL PROTECTED]:~/sagefiles/sage-3.2.alpha3$ ./sage
----------------------------------------------------------------------
| Sage Version 3.2.alpha3, Release Date: 2008-11-05                  |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: sage: lisp.eval('(* 4 5)')
'20'
sage: sage: lisp.eval('(+ 2 2)')
'4'
sage: lisp(0).bool()
False
sage:


They are as expected.

I am mystified by the failures.


> 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