]> granicus.if.org Git - python/commit
Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 1 Feb 2014 03:30:48 +0000 (04:30 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 1 Feb 2014 03:30:48 +0000 (04:30 +0100)
commit04edd2eb7f29eb147d54bd32c2e0a55af44a4323
treed89cf66052b078df3efaeadd67a9805acd3b522b
parent0f54db3a858c85b23c2bbf547c0b22f1a369fc31
Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbot

I picked the value from the error message:

======================================================================
FAIL: test_ucs2_string (test.test_hash.StrHashRandomizationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-64/3.x.snakebite-sol10-sparc-cc-64/build/Lib/test/test_hash.py", line 292, in test_ucs2_string
    self.assertEqual(self.get_hash(self.repr_ucs2, seed=42), h)
AssertionError: -3927695501187247084 != None
Lib/test/test_hash.py