[issue36339] test_ttk_guionly: test_traversal() fails randomly on AMD64 Windows8.1 Refleaks 2.7

2020-02-07 Thread STINNER Victor
STINNER Victor added the comment: I didn't see the failure recently, I close it. Moreover, Python 2 is not longer supported. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue36339] test_ttk_guionly: test_traversal() fails randomly on AMD64 Windows8.1 Refleaks 2.7

2019-10-10 Thread STINNER Victor
STINNER Victor added the comment: Recent failure: The Buildbot has detected a failed build on builder AMD64 Windows8.1 Refleaks 2.7 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/33/builds/726 --

[issue36339] test_ttk_guionly: test_traversal() fails randomly on AMD64 Windows8.1 Refleaks 2.7

2019-05-28 Thread STINNER Victor
STINNER Victor added the comment: New failure: https://buildbot.python.org/all/#/builders/33/builds/600 ..test test_ttk_guionly failed -- Traceback (most recent call last): File "D:\buildarea\2.7.ware-win81-release.refleak\build\lib\lib-tk\test\test_ttk\test_widgets.py", line 1096, in

[issue36339] test_ttk_guionly: test_traversal() fails randomly on AMD64 Windows8.1 Refleaks 2.7

2019-03-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: My guess is that the failure is in event_generate(key), as in #36286. If so, this is a duplicate of the latter. How often have you seen a failure? For event_generate(''), etc, the failure time in my test script varies from 1000 to 100_000 tries and there

[issue36339] test_ttk_guionly: test_traversal() fails randomly on AMD64 Windows8.1 Refleaks 2.7

2019-03-18 Thread STINNER Victor
New submission from STINNER Victor : AMD64 Windows8.1 Refleaks 2.7: https://buildbot.python.org/all/#/builders/33/builds/538 Previous related issues: * bpo-8445 * bpo-11925 Extract of the test code: def test_traversal(self): self.nb.pack() self.nb.wait_visibility()