This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients doko, flox, theller
Date 2010-03-15.19:15:16
SpamBayes Score 1.7621564e-05
Marked as misclassified No
Message-id <1268680518.33.0.0315363057473.issue8142@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-03-15 19:15:18floxsetrecipients: + flox, theller, doko
2010-03-15 19:15:18floxsetmessageid: <1268680518.33.0.0315363057473.issue8142@psf.upfronthosting.co.za>
2010-03-15 19:15:16floxlinkissue8142 messages
2010-03-15 19:15:16floxcreate