[ python-Bugs-1544102 ] ctypes unit test fails (test_macholib.py) under MacOS 10.4.7

SourceForge.net noreply at sourceforge.net
Mon Aug 21 19:59:36 CEST 2006


Bugs item #1544102, was opened at 2006-08-21 13:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1544102&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Macintosh
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: M. J. Fromberger (njdibfm)
Assigned to: Jack Jansen (jackjansen)
Summary: ctypes unit test fails (test_macholib.py) under MacOS 10.4.7

Initial Comment:
While building 2.5rc1 under MacOS 10.4.7, one of the ctypes module 
unit tests fails:

% ./python.exe -V
Python 2.5c1 (r25c1:51426, Aug 21 2006, 11:30:05) 
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin

% uname -a
Darwin chrysophylax 8.7.0 Darwin Kernel Version 8.7.0: Fri May 26 
15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC Power 
Macintosh powerpc

Output report:
===========================================
===========================
FAIL: test_find (ctypes.test.test_macholib.MachOTest)
------------------------------------------------------------
----------
Traceback (most recent call last):
  File "/usr/local/src/python2.5/Lib/ctypes/test/test_macholib.py", line 
55, in test_find
    self.failUnless(result.startswith('/usr/lib/libz.1'))
AssertionError

------------------------------------------------------------
----------
Ran 287 tests in 0.933s

FAILED (failures=1)
Traceback (most recent call last):
  File "Lib/test/test_ctypes.py", line 12, in <module>
    test_main()
  File "Lib/test/test_ctypes.py", line 9, in test_main
    run_suite(unittest.TestSuite(suites))
  File "/usr/local/src/python2.5/Lib/test/test_support.py", line 426, in 
run_suite
    raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent call last):
  File "/usr/local/src/python2.5/Lib/ctypes/test/test_macholib.py", line 
55, in test_find
    self.failUnless(result.startswith('/usr/lib/libz.1'))
AssertionError




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1544102&group_id=5470


More information about the Python-bugs-list mailing list