On Jun 1, 2009, at 09:32 , Mike Hansen wrote:

>
> Hello,
>
> Sage 4.0.1.alpha has been released.  This should hopefully take care  
> of
> the rest of the fallout from the switch to Pynac.  The tarball can be
> found at
>
> http://sage.math.washington.edu/home/mhansen/sage-4.0.1.alpha0.tar
>
> and a copy of it to be used for upgrading can be found at
>
> http://sage.math.washington.edu/home/mhansen/release/4.0.1/alpha0/sage-4.0.1.alpha0

Upgraded (4.0.rc0 -> rc1 -> rc2 -> 4.1.0.alpha0) w/o problems on Mac  
OS X 10.5.7 (Dual Quad Xeon) ["make -j6"].  Testing ('make -j6 test')  
showed failures in two files (errors included).  See below for more  
info.

Justin

sage -t  "devel/sage/sage/misc/html.py"
**********************************************************************
File "/Users/tmp/sage-4.0.rc0/devel/sage/sage/misc/html.py", line 157:
     sage: html.table([(i, j, i == j) for i in [0..1] for j in [0..1]])
Expected:
     <html>
     <div class="notruncate">
     <table class="table_form">
     <tbody>
     <tr class ="row-a">
     <td><span class="math">0</span></td>
     <td><span class="math">0</span></td>
     <td><span class="math">True</span></td>
     </tr>
     <tr class ="row-b">
     <td><span class="math">0</span></td>
     <td><span class="math">1</span></td>
     <td><span class="math">False</span></td>
     </tr>
     <tr class ="row-a">
     <td><span class="math">1</span></td>
     <td><span class="math">0</span></td>
     <td><span class="math">False</span></td>
     </tr>
     <tr class ="row-b">
     <td><span class="math">1</span></td>
     <td><span class="math">1</span></td>
     <td><span class="math">True</span></td>
     </tr>
     </tbody>
     </table>
     </div>
     </html>
Got:
     <html>
     <div class="notruncate">
     <table class="table_form">
     <tbody>
     <tr class ="row-a">
     <td><span class="math">0</span></td>
     <td><span class="math">0</span></td>
     <td><span class="math">\mbox{\rm True}</span></td>
     </tr>
     <tr class ="row-b">
     <td><span class="math">0</span></td>
     <td><span class="math">1</span></td>
     <td><span class="math">\mbox{\rm False}</span></td>
     </tr>
     <tr class ="row-a">
     <td><span class="math">1</span></td>
     <td><span class="math">0</span></td>
     <td><span class="math">\mbox{\rm False}</span></td>
     </tr>
     <tr class ="row-b">
     <td><span class="math">1</span></td>
     <td><span class="math">1</span></td>
     <td><span class="math">\mbox{\rm True}</span></td>
     </tr>
     </tbody>
     </table>
     </div>
     </html>


sage -t  "devel/sage/doc/en/bordeaux_2008/birds_eye_view.rst"
         [0.1 s]
sage -t  "devel/sage/doc/en/bordeaux_2008/birds_other.rst"
*** *** Error: TIMED OUT! PROCESS KILLED! *** ***
*** *** Error: TIMED OUT! *** ***


------------------------------------------------------------
*** *** Error: TIMED OUT! *** ***
         [360.1 s]

I reran the latter, twice, getting:

sage -t  "devel/sage/doc/en/bordeaux_2008/birds_other.rst"
A mysterious error (perhaps a memory error?) occurred, which may have  
crashed doctest.
         [36.0 s]
exit code: 768

----------------------------------------------------------------------
The following tests failed:


        sage -t  "devel/sage/doc/en/bordeaux_2008/birds_other.rst"
Total time for all tests: 36.0 seconds



and


         sage -t  "devel/sage/doc/en/bordeaux_2008/birds_other.rst"
         [37.3 s]

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

So far, the test for the birds fails every other time, with an illegal  
instruction in Python.

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
-----------
My wife 'n kids 'n dogs are gone,
I can't get Jesus on the phone,
But Ol' Milwaukee's Best is my best friend.
-----------



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