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


Groups > comp.lang.python > #95105

Re: Linux users: please run gui tests

Path csiph.com!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.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.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'python3': 0.05; 'correct.': 0.07; 'locale': 0.07; '"run': 0.09; 'cmd': 0.09; 'option:': 0.09; '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; 'result.': 0.15; '--version': 0.16; '2014': 0.16; 'ah,': 0.16; 'cdt': 0.16; 'disabled.': 0.16; 'executable.': 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; 'uname': 0.16; 'unresolved': 0.16; 'valid.': 0.16; 'wrote:': 0.16; 'skip': 0.18; 'language': 0.19; '>>>': 0.20; 'lawrence': 0.22; '(or': 0.23; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'header:User-Agent:1': 0.26; 'developers': 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'linux': 0.26; 'issue,': 0.27; 'concern': 0.29; 'cpu': 0.29; 'mod': 0.29; 'subject:users': 0.29; 'windows,': 0.29; 'environment': 0.29; 'system,': 0.30; 'that.': 0.30; 'version,': 0.30; 'guess': 0.31; 'core': 0.32; 'language.': 0.32; 'run': 0.33; 'url:python': 0.33; 'idle': 0.33; 'ubuntu': 0.33; 'file': 0.34; 'skip:3 10': 0.35; 'could': 0.35; 'subject:please': 0.35; 'unknown': 0.35; "isn't": 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; '(and': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'means': 0.39; 'test': 0.39; 'expressed': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'mark': 0.40; 'some': 0.40; 'ago.': 0.61; 'charset:windows-1252': 0.62; 'more': 0.63; 'our': 0.64; 'here': 0.66; 'jul': 0.72; 'pythonistas,': 0.84; 'reliability': 0.84; 'smp': 0.84; 'edwards': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Linux users: please run gui tests
Date Fri, 7 Aug 2015 08:08:16 +0100
References <mailman.1287.1438913259.3674.python-list@python.org> <mq19hd$blk$2@reader1.panix.com> <mq19mt$blk$3@reader1.panix.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-92-22-83-7.as13285.net
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
In-Reply-To <mq19mt$blk$3@reader1.panix.com>
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.1291.1438931317.3674.python-list@python.org> (permalink)
Lines 50
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1438931317 news.xs4all.nl 2835 [2001:888:2000:d::a6]:57909
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95105

Show key headers only | View raw


On 07/08/2015 04:46, Grant Edwards wrote:
> On 2015-08-07, Grant Edwards <invalid@invalid.invalid> wrote:
>> On 2015-08-07, Terry Reedy <tjreedy@udel.edu> 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.
>>
>> $ uname -a
>> Linux aleph 3.12.21-gentoo-r1 #1 SMP PREEMPT Wed Jul 2 22:46:08 CDT 2014 i686 Intel(R) Core(TM) i3-3220T CPU @ 2.80GHz GenuineIntel GNU/Linux
>>
>> $ python3 --version
>> Python 3.3.5
>>
>> $ py -3.4 -m test -ugui test_tk test_ttk_guionly test_idle
>> bash: py: command not found
>>
>> $ python3 -3.4 -m test -ugui test_tk test_ttk_guionly test_idle
>> Unknown option: -3
>> usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ...
>> Try `python -h' for more information.
>
> Ah, I guess the -3.4 isn't valid.
>

Correct.  The "py -3.4" is the Python Launcher for Windows, hence the 
"run the linux version of".

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

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


Thread

Linux users: please run gui tests Terry Reedy <tjreedy@udel.edu> - 2015-08-06 22:07 -0400
  Re: Linux users: please run gui tests Grant Edwards <invalid@invalid.invalid> - 2015-08-07 03:43 +0000
    Re: Linux users: please run gui tests Grant Edwards <invalid@invalid.invalid> - 2015-08-07 03:46 +0000
      Re: Linux users: please run gui tests Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-08-07 08:08 +0100
      Re: Linux users: please run gui tests Terry Reedy <tjreedy@udel.edu> - 2015-08-07 20:40 -0400
  Re: Linux users: please run gui tests Cecil Westerhof <Cecil@decebal.nl> - 2015-08-07 09:53 +0200
    Re: Linux users: please run gui tests Cecil Westerhof <Cecil@decebal.nl> - 2015-08-07 10:23 +0200
      Re: Linux users: please run gui tests Peter Otten <__peter__@web.de> - 2015-08-07 11:15 +0200
        Re: Linux users: please run gui tests Cecil Westerhof <Cecil@decebal.nl> - 2015-08-07 12:59 +0200
          Re: Linux users: please run gui tests Cecil Westerhof <Cecil@decebal.nl> - 2015-08-07 14:36 +0200
      Re: Linux users: please run gui tests Chris Angelico <rosuav@gmail.com> - 2015-08-07 19:51 +1000
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-07 14:38 +0200
      Re: Linux users: please run gui tests Peter Otten <__peter__@web.de> - 2015-08-07 15:06 +0200
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-07 15:46 +0200
      Re: Linux users: please run gui tests Peter Otten <__peter__@web.de> - 2015-08-07 17:34 +0200
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-07 19:01 +0200
      Re: Linux users: please run gui tests Peter Otten <__peter__@web.de> - 2015-08-07 21:13 +0200
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-07 22:35 +0200
      Re: Linux users: please run gui tests Terry Reedy <tjreedy@udel.edu> - 2015-08-07 21:04 -0400
      Re: Linux users: please run gui tests Terry Reedy <tjreedy@udel.edu> - 2015-08-07 21:25 -0400
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-08 08:35 +0200
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-08 08:40 +0200
      Re: Linux users: please run gui tests Peter Otten <__peter__@web.de> - 2015-08-08 09:53 +0200
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-08 17:41 +0200
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-08 19:20 +0200
      Re: Linux users: please run gui tests Terry Reedy <tjreedy@udel.edu> - 2015-08-12 21:49 -0400
      Re: Linux users: please run gui tests Laura Creighton <lac@openend.se> - 2015-08-13 07:11 +0200
      Re: Linux users: please run gui tests Terry Reedy <tjreedy@udel.edu> - 2015-08-13 07:55 -0400
  Re: Linux users: please run gui tests David Bolen <db3l.net@gmail.com> - 2015-08-07 16:53 -0400

csiph-web