[issue14799] Tkinter ttk tests hang on linux

2018-01-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Yes, everything works on Ubuntu 17.10 Closing the issue -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker

[issue14799] Tkinter ttk tests hang on linux

2017-09-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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

[issue14799] Tkinter ttk tests hang on linux

2017-09-25 Thread Łukasz Langa
Łukasz Langa added the comment: Unsetting priority. -- nosy: +lukasz.langa priority: critical -> ___ Python tracker ___

[issue14799] Tkinter ttk tests hang on linux

2015-08-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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 ;-). -- nosy: +terry.reedy

[issue14799] Tkinter ttk tests hang on linux

2012-10-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Update: test_ttk_guionly hangs on Ubuntu with Unity. It passed on Arch as well as on Ubuntu via xvfb-run. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14799

[issue14799] Tkinter ttk tests hang on linux

2012-10-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fir Unity it hangs on Tcl_ConditionWait inside Tcl_DoOneEvent function. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14799 ___

[issue14799] Tkinter ttk tests hang on linux

2012-10-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For me it passed with Openbox and Compiz, but fails with KWin. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14799 ___

[issue14799] Tkinter ttk tests hang on linux

2012-10-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: $ ./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

[issue14799] Tkinter ttk tests hang on linux

2012-10-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: For me it still fails. I use Ubuntu 12.04, 11.10 was failed also IIRC. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14799 ___

[issue14799] Tkinter ttk tests hang on linux

2012-05-14 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: 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. -- nosy:

[issue14799] Tkinter ttk tests hang on linux

2012-05-13 Thread Andrew Svetlov
New submission from Andrew Svetlov andrew.svet...@gmail.com: 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 -- components: Tkinter messages: 160547 nosy: asvetlov