Berker Peksag added the comment: I just saw the same failure on s390x RHEL 3.x: http://buildbot.python.org/all/builders/s390x%20RHEL%203.x/builds/1004/steps/test/logs/stdio
====================================================================== FAIL: test_hash_effectiveness (test.test_set.TestFrozenSet) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_set.py", line 738, in test_hash_effectiveness self.assertGreater(4*u, t) AssertionError: 124 not greater than 128 ====================================================================== FAIL: test_hash_effectiveness (test.test_set.TestFrozenSetSubclass) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_set.py", line 738, in test_hash_effectiveness self.assertGreater(4*u, t) AssertionError: 124 not greater than 128 It looks like the failed assert was added in 1d0038dbd8f8. ---------- nosy: +berker.peksag, rhettinger resolution: out of date -> status: closed -> open type: -> behavior _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26163> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com