On Tue, Apr 7, 2009 at 6:56 AM, John Cremona <john.crem...@gmail.com> wrote:
>
> Built fine on 64-bit Suse linux;  one test failed the first time and
> then passed:
>
> The following tests failed:
>
>
>        sage -t  "devel/sage/sage/interfaces/sage0.py"
> Total time for all tests: 2846.3 seconds
> Please see /home/jec/sage-3.4.1.rc1/tmp/test.log for the complete log
> from this test.
> j...@host-57-44%./sage -t  "devel/sage/sage/interfaces/sage0.py"
> sage -t  "devel/sage/sage/interfaces/sage0.py"
>         [5.7 s]
>
> ----------------------------------------------------------------------
> All tests passed!
>
> John
>

Built fine on OS X 32-bit intel, but there were some doctest failures,
which maybe you already know about:

        sage -t -long "devel/sage/sage/combinat/words/words.py"
        sage -t -long "devel/sage/sage/interfaces/psage.py"
        sage -t -long 
"devel/sage/sage/schemes/elliptic_curves/monsky_washnitzer.py"
Total time for all tests: 7521.4 seconds


sage -t -long "devel/sage/sage/interfaces/psage.py"
**********************************************************************
File "/Users/was/build/sage-3.4.1.rc1/devel/sage/sage/interfaces/psage.py",
line 35:
    sage: print "ignore this";  w       # random output
Exception raised:
    Traceback (most recent call last):
      File "/Users/was/build/sage-3.4.1.rc1/local/bin/ncadoctest.py",
line 1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/Users/was/build/sage-3.4.1.rc1/local/bin/sagedoctest.py",
line 38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/Users/was/build/sage-3.4.1.rc1/local/bin/ncadoctest.py",
line 1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_0[5]>", line 1, in <module>
        print "ignore this";  w       # random output###line 35:
    sage: print "ignore this";  w       # random output
      File 
"/Users/was/build/sage-3.4.1.rc1/local/lib/python2.5/site-packages/sage/interfaces/expect.py",
line 1514, in __repr__
        s =  s.replace(self._name, self.__dict__['__custom_name'])
    KeyError: '__custom_name'
****************************************


sage -t -long "devel/sage/sage/schemes/elliptic_curves/monsky_washnitzer.py"
**********************************************************************
File 
"/Users/was/build/sage-3.4.1.rc1/devel/sage/sage/schemes/elliptic_curves/monsky_washnitzer.py",
line 1562:
    sage: B.det()                                               # long time
Expected:
    11 + 484*t^2 + 451*t^3 + O(t^4)
Got:
    245 + 240*t + 724*t^2 + 808*t^3 + O(t^4)
**********************************************************************
1 items had failures:
   1 of  70 in __main__.example_32
***Test Failed*** 1 failures.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to