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 2012年05月13日 18:55 by asvetlov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (11) | |||
|---|---|---|---|
| msg160547 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年05月13日 18:55 | |
By default python doesn't run full test suite, but regrtest accepts -u parameter. The simplest way to reproduce is: $ ./python -m test.regrtest -u gui test_ttk_guionly |
|||
| msg160636 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年05月14日 16:23 | |
It does not hang for me on Gentoo. When I run the test suite before a checkin, I use -uall, and I've never had test_ttk hang for me. I did an 'hg pull; hg up' before running the command line you give below. |
|||
| msg172630 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年10月11日 10:31 | |
> $ ./python -m test.regrtest -u gui test_ttk_guionly For me (on 32-bit Ubuntu 10.04, Tk 8.5) it failed: test test_ttk_guionly failed -- Traceback (most recent call last): File "/home/serhiy/py/cpython/Lib/tkinter/test/test_ttk/test_widgets.py", line 579, in test_tab_identifiers self.fail("Tab with text 'a' not found") AssertionError: Tab with text 'a' not found |
|||
| msg172631 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年10月11日 11:03 | |
For me it still fails. I use Ubuntu 12.04, 11.10 was failed also IIRC. |
|||
| msg173787 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年10月25日 18:18 | |
Update: test_ttk_guionly hangs on Ubuntu with Unity. It passed on Arch as well as on Ubuntu via xvfb-run. |
|||
| msg173788 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年10月25日 18:20 | |
Fir Unity it hangs on Tcl_ConditionWait inside Tcl_DoOneEvent function. |
|||
| msg173789 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年10月25日 18:37 | |
For me it passed with Openbox and Compiz, but fails with KWin. |
|||
| msg248151 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2015年08月06日 21:50 | |
Andrew, is this still a problem with current Unity? Or with updated version of tk 8.5, or any version of 8.6? Should we downgrade this from 'critical'? After 3 years, it seems not to be ;-). |
|||
| msg302988 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2017年09月25日 23:06 | |
Unsetting priority. |
|||
| msg302993 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2017年09月26日 00:05 | |
A year or so ago, I asked people on python-list who could to run the gui tests on their linux boxes and report. About 6 did and with one possible exception, and not that reported here, everyone reported success. So, unless someone can report otherwise, I think this should be closed. I think we should regularly ask the community to help with gui tests. |
|||
| msg311138 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2018年01月29日 14:13 | |
Yes, everything works on Ubuntu 17.10 Closing the issue |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:30 | admin | set | github: 59004 |
| 2018年01月29日 14:13:58 | asvetlov | set | status: open -> closed resolution: works for me messages: + msg311138 stage: resolved |
| 2017年09月26日 00:05:40 | terry.reedy | set | messages: + msg302993 |
| 2017年09月25日 23:06:08 | lukasz.langa | set | priority: critical -> nosy: + lukasz.langa messages: + msg302988 |
| 2015年08月06日 21:50:16 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg248151 |
| 2012年10月25日 18:37:36 | serhiy.storchaka | set | messages: + msg173789 |
| 2012年10月25日 18:20:17 | asvetlov | set | messages: + msg173788 |
| 2012年10月25日 18:18:01 | asvetlov | set | messages: + msg173787 |
| 2012年10月11日 11:03:48 | asvetlov | set | messages: + msg172631 |
| 2012年10月11日 10:31:00 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg172630 |
| 2012年05月14日 16:23:44 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg160636 |
| 2012年05月13日 18:55:42 | asvetlov | create | |