[issue19751] test_sys: sys.hash_info.algorithm failure on SPARC Solaris buildbot

STINNER Victor report at bugs.python.org
Sun Nov 24 13:46:27 CET 2013


New submission from STINNER Victor:

http://buildbot.python.org/all/builders/SPARC%20Solaris%2010%20%28cc%2C%2032b%29%20%5BSB%5D%203.x/builds/1574/steps/test/logs/stdio

======================================================================
FAIL: test_attributes (test.test_sys.SysModuleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-sol10-sparc-cc-32/build/Lib/test/test_sys.py", line 462, in test_attributes
    self.assertEqual(sys.hash_info.algorithm, "fnv")
AssertionError: 'siphash24' != 'fnv'
- siphash24
+ fnv

----------
messages: 204205
nosy: christian.heimes, haypo
priority: normal
severity: normal
status: open
title: test_sys: sys.hash_info.algorithm failure on SPARC Solaris buildbot
versions: Python 3.4

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


More information about the Python-bugs-list mailing list