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

2014-02-11 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19751 ___

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

2013-12-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7c116d7c6c65 by Victor Stinner in branch 'default': Issue #19751: Fix typo in configuration option http://hg.python.org/cpython/rev/7c116d7c6c65 New changeset c1a7ba57b4ff by Victor Stinner in branch 'default': Issue #19751: Fix hash_info test of

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

2013-11-24 Thread STINNER Victor
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)

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

2013-11-24 Thread STINNER Victor
STINNER Victor added the comment: Extract of configure output on SPARC buildbot: checking aligned memory access is required... no Here is a patch for test_sys. Checking the processor type is not reliable, the test should not be so strict. -- keywords: +patch Added file:

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

2013-11-24 Thread Christian Heimes
Christian Heimes added the comment: I'll look into it. -- assignee: - christian.heimes priority: normal - high stage: - patch review type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19751