[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3d86f80c899 by Antoine Pitrou in branch '3.3': Issue #20006: Fix sporadic failures in test_weakset. http://hg.python.org/cpython/rev/a3d86f80c899 New changeset 26d92a21f6cf by Antoine Pitrou in branch 'default': Issue #20006: Fix sporadic failures

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: This was all my fault :) Thanks for reporting! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 226c37c209fc by Antoine Pitrou in branch '2.7': Issue #20006: Fix sporadic failures in test_weakset. http://hg.python.org/cpython/rev/226c37c209fc -- nosy: +python-dev ___ Python tracker

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Ah, it seems the failure can happen because of hash randomization. Indeed. With -R switch 1/8 of tests are failed. -- ___ Python tracker __

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch. The failure doesn't occur on 3.x because of f189da5bda26, which clearly looks misled now. -- assignee: -> pitrou keywords: +patch Added file: http://bugs.python.org/file33180/issue20006.patch ___ Py

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Tests stage: -> patch review versions: +Python 3.3, Python 3.4 ___ Python tracker ___ ___

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ah, it seems the failure can happen because of hash randomization. -- ___ Python tracker ___ ___ Pyt

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Does it occur only on 2.7? Don't know. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: I can't reproduce the failure after more than 2000 test runs. Also, this failure is weird: the test is supposed to be deterministic. -- nosy: +koobs ___ Python tracker

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Does it occur only on 2.7? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20006] Sporadic failures of test_weakset

2013-12-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: test_weakset often fails on FreeBSD. Fo example see http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%202.7/builds/285/steps/test/logs/stdio. test test_weakset failed -- Traceback (most recent call last): File "/usr/home/buildbot/koobs-freeb