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.
Created on 2016年06月14日 01:06 by ned.deily, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 12011 | merged | ned.deily, 2019年02月24日 07:04 | |
| PR 12012 | merged | miss-islington, 2019年02月24日 07:28 | |
| PR 12013 | merged | miss-islington, 2019年02月24日 07:28 | |
| PR 12015 | merged | ned.deily, 2019年02月24日 08:22 | |
| PR 29411 | merged | lukasz.langa, 2021年11月04日 20:27 | |
| PR 29422 | merged | miss-islington, 2021年11月05日 08:53 | |
| PR 29423 | merged | miss-islington, 2021年11月05日 08:53 | |
| PR 29425 | open | serhiy.storchaka, 2021年11月05日 13:32 | |
| PR 29450 | merged | miss-islington, 2021年11月06日 19:01 | |
| PR 29451 | merged | miss-islington, 2021年11月06日 19:02 | |
| Messages (18) | |||
|---|---|---|---|
| msg268494 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2016年06月14日 01:06 | |
On 3.6.0a2, 3.5.2rc1, and 2.7.12rc1: ====================================================================== FAIL: test_identify (tkinter.test.test_ttk.test_widgets.ComboboxTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/test/test_ttk/test_widgets.py", line 332, in test_identify self.assertEqual(self.entry.identify(5, 5), "textarea") AssertionError: 'Combobox.button' != 'textarea' - Combobox.button + textarea On 3.6.0a2 and 3.5.2rc1: ====================================================================== FAIL: test_virtual_event (tkinter.test.test_ttk.test_widgets.ComboboxTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/test/test_ttk/test_widgets.py", line 455, in test_virtual_event self.assertTrue(success) AssertionError: [] is not true ---------------------------------------------------------------------- |
|||
| msg268513 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年06月14日 04:35 | |
These tests are not new. Are failures stable? What version of Tk is used? |
|||
| msg268515 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年06月14日 04:36 | |
Ah, sorry, I missed the version in the title. |
|||
| msg268520 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2016年06月14日 05:00 | |
For example, the tests pass in 3.5.1 but fail in 3.5.2rc1. I see that the changesets associated with Issue26177 altered them. |
|||
| msg268531 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年06月14日 06:58 | |
Are there failures if run tests separately? $ ./python -m test -vu gui -m test_identify test_ttk_guionly If no, could you please find a test running before test_identify or test_virtual_event that provokes a failure? I can't reproduce failures on Linux. Needed help of Mac user for investigating this issue. |
|||
| msg268535 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2016年06月14日 07:12 | |
test_ttk_guionly runs test_identify, doesn't it? (I'll try to take a look at it later when I have more time.) $ /usr/local/bin/python3.5 -m test -vu gui test_ttk_guionly == CPython 3.5.2rc1 (v3.5.2rc1:68feec6488b2, Jun 11 2016, 21:59:53) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] == Darwin-15.5.0-x86_64-i386-64bit little-endian == hash algorithm: siphash24 64bit Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) [1/1] test_ttk_guionly test_horizontal_range (tkinter.test.test_ttk.test_extensions.LabeledScaleTest) ... ok test_initialization (tkinter.test.test_ttk.test_extensions.LabeledScaleTest) ... ok test_initialization_no_master (tkinter.test.test_ttk.test_extensions.LabeledScaleTest) ... ok test_resize (tkinter.test.test_ttk.test_extensions.LabeledScaleTest) ... ok test_variable_change (tkinter.test.test_ttk.test_extensions.LabeledScaleTest) ... ok test_widget_destroy (tkinter.test.test_ttk.test_extensions.LabeledScaleTest) ... ok test_initialization (tkinter.test.test_ttk.test_extensions.OptionMenuTest) ... ok test_menu (tkinter.test.test_ttk.test_extensions.OptionMenuTest) ... ok test_widget_destroy (tkinter.test.test_ttk.test_extensions.OptionMenuTest) ... ok test_configure (tkinter.test.test_ttk.test_style.StyleTest) ... ok test_layout (tkinter.test.test_ttk.test_style.StyleTest) ... ok test_lookup (tkinter.test.test_ttk.test_style.StyleTest) ... ok test_map (tkinter.test.test_ttk.test_style.StyleTest) ... ok test_theme_use (tkinter.test.test_ttk.test_style.StyleTest) ... ok patchlevel = 8.5.18 [...] test_foreground (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_height (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_identify (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... FAIL test_invalidcommand (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_justify (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_keys (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_postcommand (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok [...] test_validatecommand (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_validation (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_validation_options (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_values (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_virtual_event (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... FAIL test_width (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_xscrollcommand (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... ok test_background (tkinter.test.test_ttk.test_widgets.EntryTest) ... ok [...] test_identify (tkinter.test.test_ttk.test_widgets.WidgetTest) ... ok test_widget_state (tkinter.test.test_ttk.test_widgets.WidgetTest) ... ok ====================================================================== FAIL: test_identify (tkinter.test.test_ttk.test_widgets.ComboboxTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/tkinter/test/test_ttk/test_widgets.py", line 332, in test_identify self.assertEqual(self.entry.identify(5, 5), "textarea") AssertionError: 'Combobox.button' != 'textarea' - Combobox.button + textarea ====================================================================== FAIL: test_virtual_event (tkinter.test.test_ttk.test_widgets.ComboboxTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/tkinter/test/test_ttk/test_widgets.py", line 455, in test_virtual_event self.assertTrue(success) AssertionError: [] is not true ---------------------------------------------------------------------- Ran 271 tests in 3.242s FAILED (failures=2, skipped=11) test test_ttk_guionly failed 1 test failed: test_ttk_guionly |
|||
| msg313016 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2018年02月27日 18:56 | |
With a current Tk 8.6.8, test_virtual_event no longer fails (still does with 8.5.18) but test_identify still fails as it does with 8.5. |
|||
| msg336443 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2019年02月24日 07:28 | |
New changeset aeca373b339e0ea9739536ce6b43bd90f3b89873 by Ned Deily in branch 'master': bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) https://github.com/python/cpython/commit/aeca373b339e0ea9739536ce6b43bd90f3b89873 |
|||
| msg336444 - (view) | Author: miss-islington (miss-islington) | Date: 2019年02月24日 07:46 | |
New changeset 25d20a6503f3cd4ff8cf0e8ee33eea2b1daa77a8 by Miss Islington (bot) in branch '3.7': bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) https://github.com/python/cpython/commit/25d20a6503f3cd4ff8cf0e8ee33eea2b1daa77a8 |
|||
| msg336445 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2019年02月24日 07:56 | |
New changeset 1dee4565fae9ccb54719fa99d7944c148736083a by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) (GH-12013) https://github.com/python/cpython/commit/1dee4565fae9ccb54719fa99d7944c148736083a |
|||
| msg336449 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2019年02月24日 08:33 | |
New changeset b5213f4def07107952ce422ecc9d8508f4f084b4 by Ned Deily in branch '2.7': [2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12015) https://github.com/python/cpython/commit/b5213f4def07107952ce422ecc9d8508f4f084b4 |
|||
| msg336450 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2019年02月24日 08:40 | |
macOS Cocoa Tk returns an identity of 'Combobox.button' for the created Combobox widget at the tested location whereas the X-based Tk's (including the macOS X version) returns 'textarea'. Rather than try to further modify the test code, I just modified the test case to pass with either value when running on macOS. |
|||
| msg405771 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月05日 08:53 | |
New changeset e52f9bee802aa7a7fbd405dcc43bc2d1bea884d9 by Łukasz Langa in branch 'main': bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) https://github.com/python/cpython/commit/e52f9bee802aa7a7fbd405dcc43bc2d1bea884d9 |
|||
| msg405776 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月05日 09:59 | |
New changeset 363ecb36da273ddb0c80ad14f3f1aa5101223bc2 by Miss Islington (bot) in branch '3.10': bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29422) https://github.com/python/cpython/commit/363ecb36da273ddb0c80ad14f3f1aa5101223bc2 |
|||
| msg405777 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月05日 09:59 | |
New changeset 885e57c148d0b2c34daa2b7e5162dc57cf7e4469 by Miss Islington (bot) in branch '3.9': bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29423) https://github.com/python/cpython/commit/885e57c148d0b2c34daa2b7e5162dc57cf7e4469 |
|||
| msg405879 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月06日 19:01 | |
New changeset cc1cbcbb2d75cacc31ff3359d83043bc7bd5a89d by Serhiy Storchaka in branch 'main': bpo-27313: Use non-deprecated methods for tracing (GH-29425) https://github.com/python/cpython/commit/cc1cbcbb2d75cacc31ff3359d83043bc7bd5a89d |
|||
| msg405882 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月06日 19:23 | |
New changeset 8fdf6c64d3e0183c21f069d31d350a907ce42708 by Miss Islington (bot) in branch '3.10': bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450) https://github.com/python/cpython/commit/8fdf6c64d3e0183c21f069d31d350a907ce42708 |
|||
| msg405883 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月06日 19:23 | |
New changeset 376218e1c65c029c24e45ca408a14f681cf1aeae by Miss Islington (bot) in branch '3.9': bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451) https://github.com/python/cpython/commit/376218e1c65c029c24e45ca408a14f681cf1aeae |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:32 | admin | set | github: 71500 |
| 2021年11月06日 19:23:32 | lukasz.langa | set | messages: + msg405883 |
| 2021年11月06日 19:23:04 | lukasz.langa | set | messages: + msg405882 |
| 2021年11月06日 19:02:00 | miss-islington | set | pull_requests: + pull_request27706 |
| 2021年11月06日 19:01:57 | miss-islington | set | pull_requests: + pull_request27705 |
| 2021年11月06日 19:01:47 | lukasz.langa | set | messages: + msg405879 |
| 2021年11月05日 13:32:53 | serhiy.storchaka | set | pull_requests: + pull_request27682 |
| 2021年11月05日 13:32:25 | serhiy.storchaka | set | pull_requests: - pull_request27678 |
| 2021年11月05日 11:06:28 | serhiy.storchaka | set | pull_requests: + pull_request27678 |
| 2021年11月05日 09:59:54 | lukasz.langa | set | messages: + msg405777 |
| 2021年11月05日 09:59:38 | lukasz.langa | set | messages: + msg405776 |
| 2021年11月05日 08:53:34 | miss-islington | set | pull_requests: + pull_request27676 |
| 2021年11月05日 08:53:20 | miss-islington | set | pull_requests: + pull_request27675 |
| 2021年11月05日 08:53:17 | lukasz.langa | set | messages: + msg405771 |
| 2021年11月04日 20:27:59 | lukasz.langa | set | nosy:
+ lukasz.langa pull_requests: + pull_request27668 |
| 2019年02月24日 08:40:52 | ned.deily | set | status: open -> closed resolution: fixed messages: + msg336450 stage: patch review -> resolved |
| 2019年02月24日 08:33:22 | ned.deily | set | messages: + msg336449 |
| 2019年02月24日 08:22:22 | ned.deily | set | pull_requests: + pull_request12046 |
| 2019年02月24日 07:56:15 | ned.deily | set | messages: + msg336445 |
| 2019年02月24日 07:46:23 | miss-islington | set | nosy:
+ miss-islington messages: + msg336444 |
| 2019年02月24日 07:28:52 | miss-islington | set | pull_requests: + pull_request12044 |
| 2019年02月24日 07:28:42 | miss-islington | set | pull_requests: + pull_request12043 |
| 2019年02月24日 07:28:32 | ned.deily | set | messages: + msg336443 |
| 2019年02月24日 07:04:35 | ned.deily | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request12042 |
| 2018年02月27日 18:56:35 | ned.deily | set | messages:
+ msg313016 versions: + Python 3.7, Python 3.8, - Python 3.5 |
| 2016年06月14日 07:12:10 | ned.deily | set | messages: + msg268535 |
| 2016年06月14日 06:58:41 | serhiy.storchaka | set | messages: + msg268531 |
| 2016年06月14日 05:00:26 | ned.deily | set | messages: + msg268520 |
| 2016年06月14日 04:36:35 | serhiy.storchaka | set | messages: + msg268515 |
| 2016年06月14日 04:35:33 | serhiy.storchaka | set | messages: + msg268513 |
| 2016年06月14日 01:06:19 | ned.deily | create | |