This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cheryl.sabella, serhiy.storchaka, terry.reedy
Date 2019-03-15.05:11:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552626710.65.0.960162369644.issue36286@roundup.psfhosted.org>
In-reply-to
Content
I am guessing that test_idle and hence this test have been run over 500 days X 20 runs/day (10000 times) since merged.  This is the first report I have seen, though failures that get retested would be masked.  My guess is a sporadic timing delay such that the assertion is tested before the widget is updated.  Serhiy, does this make sense?

I have reproduced the failure 8 times by running the attached file, derived from test_configdialog, in IDLE.  Reps required ranged from about 1000 to 30000, plus I stopped once at nearly 100000 with no failure.  About half appeared to be a direct result.  All appeared to be an up/down font test, the first of the pair.

Tomorrow, I intend to run this more, including from command line, and then insert update() or update_idletasks() to see if either dependably suppress failure.  I am curious what happens on Linux.
History
Date User Action Args
2019-03-15 05:11:50terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, cheryl.sabella
2019-03-15 05:11:50terry.reedysetmessageid: <1552626710.65.0.960162369644.issue36286@roundup.psfhosted.org>
2019-03-15 05:11:50terry.reedylinkissue36286 messages
2019-03-15 05:11:50terry.reedycreate