[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread miss-islington
miss-islington added the comment: New changeset 9e0c48a002c144d910a46a74b76b02179502b9aa by Miss Islington (bot) in branch '3.7': bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) https://github.com/python/cpython/commit/9e0c48a002c144d910a46a74b76b02179502b9aa --

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread miss-islington
miss-islington added the comment: New changeset 1d2b4dba6ccbeb90ef797034b775c0f1ed17d1a0 by Miss Islington (bot) in branch '3.8': bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) https://github.com/python/cpython/commit/1d2b4dba6ccbeb90ef797034b775c0f1ed17d1a0 --

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 86f1a18abfee5939452f468d80de998918e2afd2 by Terry Jan Reedy (Tal Einat) in branch 'master': bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) https://github.com/python/cpython/commit/86f1a18abfee5939452f468d80de998918e2afd2

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +14850 pull_request: https://github.com/python/cpython/pull/15108 ___ Python tracker ___

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +14849 pull_request: https://github.com/python/cpython/pull/15107 ___ Python tracker ___

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread Ned Deily
Ned Deily added the comment: Terry, with regard to Azure testing and elsewhere: presumably most of the CI runs are run from processes without a GUI-capable "console" so that test failures like this one would never be seen as test cases requiring a GUI interface would be silently skipped by

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread Ned Deily
Ned Deily added the comment: With PR 15103. the tests appear to no longer fail on macOS. Thanks! -- ___ Python tracker ___ ___

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread Tal Einat
Tal Einat added the comment: I was even able to reproduce this on Windows, though not on my Mac. A sneaky bug. See PR GH-15103 with a fix. -- ___ Python tracker ___

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +14845 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15103 ___ Python tracker ___

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-03 Thread Ned Deily
Ned Deily added the comment: I can reproduce this at will on all of the real and virtual macOS systems I've tried (10.12 through 10.14) even building with ActiveTcl 8.5.18. Tal, make sure the appropriate tests cases are actually running. If you don't have a proper Gui installation of your

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-01 Thread Tal Einat
Tal Einat added the comment: I can't reproduce this on a Mac now with the recent 3.8.0b3 installer: After removing the skipIf() decorators, the tests all pass as expected. Ned, can you check with this installer? If it still fails for you, can you give some details about your Mac, e.g. the

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-07-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tests disabled, leaving open for live behavior report. -- nosy: -miss-islington stage: patch review -> needs patch title: IDLE test_sidebar testcases test_click_selection and test_drag_selection can fail on macOS -> IDLE test_sidebar