On Nov 11, 2008, at 04:24 , mabshoff wrote:

>
> Hello folks,
[snip]
>
> Sources and a sage.math only binary can be found at
>
> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.2/

Built w/o problems on Mac OS X, 10.5.5 (Dual Quad Xeon).  Testing  
revealed two failures (see below).

Built w/o problems on Mac OS X, 10.4.11 (Core 2 Duo).  Testing  
revealed two failures (see below), one of which is in the dsage  
tests.  How do I rerun that test w/o running the whole doctest?

Justin

Output from tests follows (separated by '===')
= 
= 
========================================================================
Mac OS X, 10.5.5 failures:

     sage -t  devel/sage/sage/calculus/wester.py
      
**********************************************************************
     File "/Users/tmp/sage-3.2.rc0/devel/sage/sage/calculus/ 
wester.py", line 261:
         : [float(f(i/10)) for i in range(1,5)]
     Expected:
         <BLANKLINE>
         [-0.00033670040754082975,
          -0.0027778004096620235,
          -0.00989099409140...,
          -0.025411145508414...]
     Got:
         [-0.00033670040754081587, -0.0027778004096621622,  
-0.0098909940914039818, -0.025411145508414779]
      
**********************************************************************
     1 items had failures:
        1 of 193 in __main__.example_0
     ***Test Failed*** 1 failures.
     For whitespace errors, see the file /Users/tmp/sage-3.2.rc0/ 
tmp/.doctest_wester.py
          [9.0 s]


     sage -t  devel/sage/sage/matrix/matrix_double_dense.pyx
      
**********************************************************************
     File "/Users/tmp/sage-3.2.rc0/devel/sage/sage/matrix/ 
matrix_double_dense.pyx", line 444:
         sage: ~A
     Expected:
         Traceback (most recent call last):
         ...
         LinAlgError: singular matrix
     Got:
         [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
         [ 9.00719925474e+15 -1.80143985095e+16  9.00719925474e+15]
         [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
      
**********************************************************************
     File "/Users/tmp/sage-3.2.rc0/devel/sage/sage/matrix/ 
matrix_double_dense.pyx", line 909:
         sage: max((U*S*V.transpose()-m).list())<1e-15 # check
     Expected:
         True
     Got:
         False
      
**********************************************************************
     2 items had failures:
        1 of  11 in __main__.example_15
        1 of  27 in __main__.example_26
     ***Test Failed*** 2 failures.
     For whitespace errors, see the file /Users/tmp/sage-3.2.rc0/ 
tmp/.doctest_matrix_double_dense.py
          [2.0 s]

= 
= 
========================================================================
Mac OS X, 10.4.11 failures:

       WorkerRemoteCallsTest
          
testget_killed_jobs_list ...                                            
[OK]
          
testremote_get_job ...                                                  
[OK]
          
testremote_job_done ...                                                 
[OK]
                                                 [ERROR]
          
testremote_job_failed ...                                               
[OK]

      
= 
= 
= 
= 
========================================================================
     [ERROR]:  
sage 
.dsage.twisted.tests.test_remote.WorkerRemoteCallsTest.testremote_job_d
     one

     Traceback (most recent call last):
     Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor  
was unclean.
     Selectables:
     <Broker #0 on 56553>
      
----------------------------------------------------------------------------
     Ran 52 tests in 10.975s

     FAILED (errors=1, successes=52)
     However, an ERROR occurred in the Distributed Sage unit tests.

     sage -t  devel/sage/sage/matrix/matrix_double_dense.pyx
          
**********************************************************************
     File "/Users/tmp/sage-3.2.rc0/devel/sage/sage/matrix/ 
matrix_double_dense.pyx", line
     444:
         sage: ~A
     Expected:
         Traceback (most recent call last):
         ...
         LinAlgError: singular matrix
     Got:
         [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
         [ 9.00719925474e+15 -1.80143985095e+16  9.00719925474e+15]
         [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
      
**********************************************************************
     File "/Users/tmp/sage-3.2.rc0/devel/sage/sage/matrix/ 
matrix_double_dense.pyx", line
     909:
         sage: max((U*S*V.transpose()-m).list())<1e-15 # check
     Expected:
         True
     Got:
         False
      
**********************************************************************

= 
= 
========================================================================

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
Experience is what you get
   when you don't get what you want.
--------


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