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 vstinner
Recipients christian.heimes, vstinner
Date 2013-11-24.12:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385297187.74.0.693847111414.issue19751@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-24 12:46:27vstinnersetrecipients: + vstinner, christian.heimes
2013-11-24 12:46:27vstinnersetmessageid: <1385297187.74.0.693847111414.issue19751@psf.upfronthosting.co.za>
2013-11-24 12:46:27vstinnerlinkissue19751 messages
2013-11-24 12:46:27vstinnercreate