[Python-Dev] Failing tests: marshal, warnings

Brett C. bac at OCF.Berkeley.EDU
Mon Mar 7 00:43:52 CET 2005


Greg Ward wrote:
> Anyone else seeing test failures on the 2.4 branch right now?  I started
> seeing this failure:
> 

Both are passing for me on OS X 10.3.8 w/ a fresh cvs up as of 15:41 PT.  But I 
am getting failures for test_socket (ignoring the usual test__locale failure on 
OS X):

======================================================================
FAIL: testHostnameRes (__main__.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "Lib/test/test_socket.py", line 273, in testHostnameRes
     self.fail("Error testing host resolution mechanisms.")
AssertionError: Error testing host resolution mechanisms.



Don't know if this is an "OS X" issue or a "my system" issue.

-Brett


More information about the Python-Dev mailing list