Florent Xicluna <florent.xicl...@gmail.com> added the comment:

I noticed some failures on Sparc Solaris10 buildbots (both trunk and 3.x)

======================================================================
FAIL: test_ulonglong (ctypes.test.test_callbacks.Callbacks)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home2/buildbot/slave/trunk.loewis-sun/build/Lib/ctypes/test/test_callbacks.py",
 line 68, in test_ulonglong
    self.check_type(c_ulonglong, 42)
  File 
"/home2/buildbot/slave/trunk.loewis-sun/build/Lib/ctypes/test/test_callbacks.py",
 line 31, in check_type
    self.assertEqual(result, arg)
AssertionError: 0L != 42

----------------------------------------------------------------------
Ran 325 tests in 3.088s

FAILED (failures=1)
test test_ctypes failed -- Traceback (most recent call last):
  File 
"/home2/buildbot/slave/trunk.loewis-sun/build/Lib/ctypes/test/test_callbacks.py",
 line 68, in test_ulonglong
    self.check_type(c_ulonglong, 42)
  File 
"/home2/buildbot/slave/trunk.loewis-sun/build/Lib/ctypes/test/test_callbacks.py",
 line 31, in check_type
    self.assertEqual(result, arg)
AssertionError: 0L != 42

----------
nosy: +flox
priority:  -> normal

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8142>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to