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 mark.dickinson
Recipients mark.dickinson
Date 2010-07-16.20:11:24
SpamBayes Score 0.1110422
Marked as misclassified No
Message-id <1279311086.16.0.957118455274.issue9277@psf.upfronthosting.co.za>
In-reply-to
Content
test_struct currently fails on the ARM buildbots;  see:

http://www.python.org/dev//buildbot/builders/ARMv4%20Debian%203.x/builds/275/steps/test/logs/stdio


======================================================================
FAIL: test_bool (test.test_struct.StructTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/3.x.klose-linux-armeabi/build/Lib/test/test_struct.py", line 521, in test_bool
    "ExplodingBool())" % (prefix + '?'))
AssertionError: Expected IOError: struct.pack('>?', ExplodingBool())
History
Date User Action Args
2010-07-16 20:11:26mark.dickinsonsetrecipients: + mark.dickinson
2010-07-16 20:11:26mark.dickinsonsetmessageid: <1279311086.16.0.957118455274.issue9277@psf.upfronthosting.co.za>
2010-07-16 20:11:24mark.dickinsonlinkissue9277 messages
2010-07-16 20:11:24mark.dickinsoncreate