I also have a macbook with 10.4.11. I got

sage -t  "devel/sage/sage/misc/sagedoc.py"
**********************************************************************
File 
"/Users/davidjoyner/sagefiles/sage-4.1.alpha1/devel/sage/sage/misc/sagedoc.py",
line 385:
    sage: 'divisors' in _search_src_or_doc('src', '^ *def prime',
interact=False)
Expected:
    True
Got:
    False

**********************************************************************
1 items had failures:
   1 of   6 in __main__.example_7
***Test Failed*** 1 failures.
For whitespace errors, see the file
/Users/davidjoyner/sagefiles/sage-4.1.alpha1/tmp/.doctest_sagedoc.py
         [12.3 s]



sage -t  "devel/sage/sage/parallel/decorate.py"
/Users/davidjoyner/sagefiles/sage-4.1.alpha1/local/lib/python2.6/os.py:669:
DeprecationWarning: functions overriding warnings.showwarning() must
support the 'line' argument
  warnings.warn(msg, DeprecationWarning, stacklevel=2)
**********************************************************************
File 
"/Users/davidjoyner/sagefiles/sage-4.1.alpha1/devel/sage/sage/parallel/decorate.py",
line 64:
    sage: @parallel()
    def f(N): return N**Integer(2)
Expected nothing
Got:
    doctest:49: DeprecationWarning: os.popen2 is deprecated.  Use the
subprocess module.
**********************************************************************
1 items had failures:
   1 of   6 in __main__.example_3
***Test Failed*** 1 failures.
For whitespace errors, see the file
/Users/davidjoyner/sagefiles/sage-4.1.alpha1/tmp/.doctest_decorate.py
         [3.5 s]


However, my errors were slightly different: The following tests failed:


        sage -t  "devel/sage/doc/fr/tutorial/programming.rst"
        sage -t  "devel/sage/sage/functions/prime_pi.pyx"
        sage -t  "devel/sage/sage/misc/darwin_utilities.pyx"
        sage -t  "devel/sage/sage/misc/sagedoc.py"
        sage -t  "devel/sage/sage/parallel/decorate.py"


I would have posted this earlier but I mistakenly thought my errors were exactly
the same as Marshall's.


On Fri, Jun 26, 2009 at 2:10 PM, Tom Boothby<tomas.boot...@gmail.com> wrote:
>
> Marshall,
>
> Please post more details on the following; they are not known:
>
>       sage -t  "devel/sage/sage/graphs/graph.py"
>       sage -t  "devel/sage/sage/misc/sagedoc.py"
>       sage -t  "devel/sage/sage/parallel/decorate.py"
>
> On Thu, Jun 25, 2009 at 6:27 PM, Marshall Hampton<hampto...@gmail.com> wrote:
>>
>> I got the following on an intel mac, 10.4.11, not sure which are known
>> or unknown issues at this point:
>>
>> The following tests failed:
>>
>>
>>        sage -t  "devel/sage/doc/fr/tutorial/programming.rst"
>>        sage -t  "devel/sage/sage/graphs/graph.py"
>>        sage -t  "devel/sage/sage/misc/darwin_utilities.pyx"
>>        sage -t  "devel/sage/sage/misc/sagedoc.py"
>>        sage -t  "devel/sage/sage/parallel/decorate.py"
>>
>> Total time for all tests: 7139.2 seconds
>>
>> -Marshall
>>
>> On Jun 25, 1:18 pm, Robert Miller <rlmills...@gmail.com> wrote:
>>> This release is primarily the Python upgrade. The source tarball and
>>> sage.math binary are here:
>>>
>>> http://sage.math.washington.edu/home/rlmill/release/sage-4.1.alpha1.tarhttp://sage.math.washington.edu/home/rlmill/release/sage-4.1.alpha1-s...
>>>
>>> If you care to try upgrading (do so at your own risk -- upgrading has
>>> been seen to not work, but not seen to work), the bits are here:
>>>
>>> http://sage.math.washington.edu/home/rlmill/release/sage-4.1.alpha1/
>>>
>>> I owe much gratitude to Mike Hansen, Martin Albrecht and particularly
>>> William Stein for help with getting the Python upgrade to work.
>>>
>>> These are the known doctest failures:
>>>
>>>        sage -t -long devel/sage/sage/modules/
>>> vector_real_double_dense.pyx # 1 doctests failed
>>>        sage -t -long devel/sage/doc/fr/tutorial/programming.rst # 1
>>> doctests failed
>>>
>>> I haven't looked into these, since I have spent about eleven hours out
>>> of the last thirty on the Python upgrade.
>>>
>>> Tom Boothby will take over for alpha2, and I will merge more spkg's
>>> for alpha3, which will also be rc0.
>>>
>>> Cheers,
>>>
>>> Robert Miller
>> >
>>
>
> >
>

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