Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95150

Re: Linux users: please run gui tests

Path csiph.com!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'locale': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'release,': 0.09; 'python': 0.10; 'jan': 0.11; 'result.': 0.15; 'conclusion:': 0.16; 'disabled.': 0.16; 'executable.': 0.16; 'helping.': 0.16; 'passed.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'skipped': 0.16; 'subject:gui': 0.16; 'subject:run': 0.16; 'ubuntu.': 0.16; 'unresolved': 0.16; 'wrote:': 0.16; 'skip': 0.18; 'tests': 0.18; '(or': 0.23; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'header:User-Agent:1': 0.26; 'developers': 0.26; 'header:X -Complaints-To:1': 0.26; 'linux': 0.26; 'issue,': 0.27; 'concern': 0.29; 'obscure': 0.29; 'subject:users': 0.29; 'environment': 0.29; 'system,': 0.30; 'that.': 0.30; 'version,': 0.30; 'guess': 0.31; 'another': 0.32; 'core': 0.32; 'though,': 0.32; 'run': 0.33; 'url:python': 0.33; 'common': 0.33; 'idle': 0.33; 'ubuntu': 0.33; 'could': 0.35; 'subject:please': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'url:org': 0.36; '(and': 0.36; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'thank': 0.38; 'means': 0.39; 'test': 0.39; 'expressed': 0.39; 'system.': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'some': 0.40; 'ago.': 0.61; 'here': 0.66; 'flashing': 0.84; 'reliability': 0.84; 'ttk': 0.84; 'received:fios.verizon.net': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: Linux users: please run gui tests
Date Fri, 7 Aug 2015 21:16:41 -0400
References <mq13t3$k2k$1@ger.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-98-114-97-173.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
In-Reply-To <mq13t3$k2k$1@ger.gmane.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1321.1438996616.3674.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1438996616 news.xs4all.nl 2838 [2001:888:2000:d::a6]:50863
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95150

Show key headers only | View raw


On 8/6/2015 10:07 PM, Terry Reedy wrote:
> Python has an extensive test suite run after each 'batch' of commits on
> a variety of buildbots.  However, the Linux buildbots all (AFAIK) run
> 'headless', with gui's disabled.  Hence the following
> test_tk test_ttk_guionly test_idle
> (and on 3.5, test_tix, but not important)
> are skipped either in whole or in part.
>
> We are planning on adding the use of tkinter.ttk to Idle after the 3.5.0
> release, but a couple of other core developers have expressed concern
> about the reliability of tkinter.ttk on Linux.
>
> There is also an unresolved issue where test_ttk hung on Ubuntu Unity 3
> years ago. https://bugs.python.org/issue14799
>
> I would appreciate it if some people could run the linux version of
> py -3.4 -m test -ugui test_tk test_ttk_guionly test_idle
> (or 3.5).  I guess this means 'python3 for the executable.
>
> and report here python version, linux system, and result.
> Alteration of environment and locale is a known issue, skip that.

I should have mentioned the flashing boxes...

Anyway, 6 people have run these so far on a variety of common systems:
Debian Wheezy, Debian Jessie, Mint, Gentoo, openSUSE, and Ubuntu. One 
ttk test failed once but passed on retry. Three obscure tk tests failed 
on another system.  On the same system, though, the ttk and (incomplete) 
idle tests passed. Conclusion: I should not worry about ttk on Linux. 
Thank you all for helping.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Linux users: please run gui tests Terry Reedy <tjreedy@udel.edu> - 2015-08-07 21:16 -0400

csiph-web