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.

classification
Title: IDLE test failing only when called by itself: HighPageTest.test_highlight_target_text_mouse
Type: behavior Stage: resolved
Components: IDLE Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: miss-islington, taleinat, terry.reedy
Priority: normal Keywords: patch

Created on 2018-06-24 06:17 by taleinat, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7892 merged taleinat, 2018-06-24 06:19
PR 7887 zach.ware, 2018-06-24 06:24
PR 7896 merged miss-islington, 2018-06-24 20:37
PR 7897 merged miss-islington, 2018-06-24 20:38
Messages (4)
msg320357 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2018-06-24 06:17
The issue occurs when running the following on Windows 10 Pro 64-bit on the latest master branch (ea737751b10fff752aafed0231e8a02b82ba365d):

python -m test -ugui -m test_highlight_target_text_mouse test_idle

(This test failed for perhaps an unrelated reason on Travis CI for GH-7887.   I encountered the issue while investigating that failure.)
msg320385 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-24 20:36
New changeset 2af9f5d334eeca588eeee87d177faf0012c63a03 by Terry Jan Reedy (Tal Einat) in branch 'master':
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
https://github.com/python/cpython/commit/2af9f5d334eeca588eeee87d177faf0012c63a03
msg320387 - (view) Author: miss-islington (miss-islington) Date: 2018-06-24 20:55
New changeset b3bac968fe5beb6e6e334903519b2c8ce5bb366b by Miss Islington (bot) in branch '3.7':
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
https://github.com/python/cpython/commit/b3bac968fe5beb6e6e334903519b2c8ce5bb366b
msg320388 - (view) Author: miss-islington (miss-islington) Date: 2018-06-24 21:06
New changeset cef5da5441776090026c735ca1c9fa277f8b9931 by Miss Islington (bot) in branch '3.6':
bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
https://github.com/python/cpython/commit/cef5da5441776090026c735ca1c9fa277f8b9931
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78132
2018-06-24 21:09:52terry.reedysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-06-24 21:06:32miss-islingtonsetmessages: + msg320388
2018-06-24 20:55:42miss-islingtonsetnosy: + miss-islington
messages: + msg320387
2018-06-24 20:38:11miss-islingtonsetpull_requests: + pull_request7503
2018-06-24 20:37:19miss-islingtonsetpull_requests: + pull_request7502
2018-06-24 20:36:02terry.reedysetmessages: + msg320385
2018-06-24 06:24:22zach.waresetpull_requests: + pull_request7499
2018-06-24 06:19:48taleinatsetkeywords: + patch
stage: patch review
pull_requests: + pull_request7498
2018-06-24 06:17:16taleinatcreate