[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2021-03-17 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-30 Thread miss-islington
miss-islington added the comment: New changeset b2652f2d7e1f3b868e9bec6669b3f3f905257991 by Miss Islington (bot) in branch '3.9': bpo-42370: Check element before making mouse click in ttk tests (GH-23491) https://github.com/python/cpython/commit/b2652f2d7e1f3b868e9bec6669b3f3f905257991

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-24 Thread miss-islington
miss-islington added the comment: New changeset 8388a333070e3a0022b0fc4ce1ac876a2805c0a0 by Miss Islington (bot) in branch '3.8': bpo-42370: Check element before making mouse click in ttk tests (GH-23491) https://github.com/python/cpython/commit/8388a333070e3a0022b0fc4ce1ac876a2805c0a0

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +22388 pull_request: https://github.com/python/cpython/pull/23498 ___ Python tracker ___

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +22387 pull_request: https://github.com/python/cpython/pull/23497 ___ Python tracker

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b0b428510cfd604a8eef1f245f039331e671ea4a by Serhiy Storchaka in branch 'master': bpo-42370: Check element before making mouse click in ttk tests (GH-23491) https://github.com/python/cpython/commit/b0b428510cfd604a8eef1f245f039331e671ea4a

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: PR 23491 does not fix the failure, but it adds new checks which can provide additional information in case of failure. -- ___ Python tracker

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +22380 pull_request: https://github.com/python/cpython/pull/23491 ___ Python tracker ___

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch nosy: +serhiy.storchaka nosy_count: 1.0 -> 2.0 pull_requests: +22378 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23474 ___ Python tracker

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-16 Thread STINNER Victor
STINNER Victor added the comment: I'm unable to reproduce the failure locally. -- ___ Python tracker ___ ___ Python-bugs-list

[issue42370] test_ttk_guionly: test_to() fails on the GitHub Ubuntu job

2020-11-16 Thread STINNER Victor
New submission from STINNER Victor : Seen on the Ubuntu job on a GitHub PR: https://github.com/python/cpython/pull/23315/checks?check_run_id=1406797840 == FAIL: test_to (tkinter.test.test_ttk.test_widgets.SpinboxTest)