[New-bugs-announce] [issue9277] test_struct failure on ARM

Mark Dickinson report at bugs.python.org
Fri Jul 16 22:11:26 CEST 2010


New submission from Mark Dickinson <dickinsm at gmail.com>:

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())

----------
components: Extension Modules
keywords: buildbot
messages: 110485
nosy: mark.dickinson
priority: normal
severity: normal
status: open
title: test_struct failure on ARM
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9277>
_______________________________________


More information about the New-bugs-announce mailing list