[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-02 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-02 Thread miss-islington
miss-islington added the comment: New changeset 1c18aec3bb7d59061742854d3204439a5274e201 by Miss Islington (bot) in branch '3.8': bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) https://github.com/python/cpython/commit/1c18aec3bb7d59061742854d3204439a5274e201 --

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-02 Thread miss-islington
miss-islington added the comment: New changeset 48058050cee5f6600150392100c162f223b4317f by Miss Islington (bot) in branch '3.7': bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) https://github.com/python/cpython/commit/48058050cee5f6600150392100c162f223b4317f --

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: To decide whether I agree that a live delay test is needed would take time and energy currently better applied to other issues. Since the 2nd PR reduces net test time, and should be at least as good in avoiding spurious failures, I am merging it now. If I

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +15325 pull_request: https://github.com/python/cpython/pull/15658 ___ Python tracker ___

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 132acaba5a7f01373ca624b1a5975b190fe866f5 by Terry Jan Reedy (Tal Einat) in branch 'master': bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) https://github.com/python/cpython/commit/132acaba5a7f01373ca624b1a5975b190fe866f5

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +15324 pull_request: https://github.com/python/cpython/pull/15657 ___ Python tracker ___

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-09-01 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +15302 pull_request: https://github.com/python/cpython/pull/15634 ___ Python tracker ___

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-08-04 Thread Zackery Spytz
Zackery Spytz added the comment: Sorry for the delay. I'm using Lubuntu 19.04. -- ___ Python tracker ___ ___ Python-bugs-list

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-07-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I had forgotten about this, but by coincidence, it occurred again today, on 'x86 Windows7 3.7' after PR-14919 was merged. This may be the same machine as I might have left '7' off 'Windows' in the original report. The 'windows timer' is used for

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-07-23 Thread Zackery Spytz
Zackery Spytz added the comment: For what it's worth, I see this failure often when running the test suite. I have created a pull request to increase the delay. -- nosy: +ZackerySpytz versions: +Python 3.9 ___ Python tracker

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-07-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14697 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14926 ___ Python tracker

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-03-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-01-19 Thread Tal Einat
Tal Einat added the comment: This is due to the test using a 50ms delay on hover, and checking "immediately" after generating an "" event that it hasn't triggered yet. Note that this isn't actually "immediately": The Tk root's update() is called in between to simulate having a live Tk

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-01-17 Thread Terry J. Reedy
New submission from Terry J. Reedy : In the buildbot testing for #35730, this test failed on X86 Windows 3.7 and passed on retest. I did not check the green bots, so there could be other fail and pass results. == FAIL: