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

Terry J. Reedy report at bugs.python.org
Fri Mar 22 20:25:28 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> 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('<Key-Down>'), etc, the failure time in my test script varies from 1000 to 100_000 tries and there have been no build-bot failures reported to me.

Now that I can make the failure happen, I still need to experiment with trying to stop it.

----------
nosy: +serhiy.storchaka, terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36339>
_______________________________________


More information about the Python-bugs-list mailing list