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


Groups > comp.lang.python > #95099 > unrolled thread

Linux users: please run gui tests

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-08-06 22:07 -0400
Last post2015-08-07 16:53 -0400
Articles 9 on this page of 29 — 8 participants

Back to article view | Back to comp.lang.python


Contents

  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

Page 2 of 2 — ← Prev page 1 [2]


#95160

FromLaura Creighton <lac@openend.se>
Date2015-08-08 08:35 +0200
Message-ID<mailman.1328.1439015771.3674.python-list@python.org>
In reply to#95110
I forgot to mention that I am running OpenBox as a window manager, so
if this is a problem with ubuntu Unity, then so far we don't seem to
have any Unity users running these tests.

Laura

[toc] | [prev] | [next] | [standalone]


#95161

FromLaura Creighton <lac@openend.se>
Date2015-08-08 08:40 +0200
Message-ID<mailman.1329.1439016009.3674.python-list@python.org>
In reply to#95110
In a message of Fri, 07 Aug 2015 21:25:21 -0400, Terry Reedy writes:
>was about this very test failure.  The failure only occurred with tk 
>8.4.  What tk version do you have?  (Easily found, for instance, in Idle 
>-> Help -> About Idle. (python3 -m idlelib should start idle).
>
>-- 
>Terry Jan Reedy

Tk version 8.6.4

Laura

[toc] | [prev] | [next] | [standalone]


#95164

FromPeter Otten <__peter__@web.de>
Date2015-08-08 09:53 +0200
Message-ID<mailman.1332.1439020437.3674.python-list@python.org>
In reply to#95110
Laura Creighton wrote:

>>This leads me to believe that your tests and the tkinter shared library
>>may not match. Does
>>
>>$ python3 -c 'import _tkinter; print(_tkinter)'
>><module '_tkinter' from '/usr/lib/python3.4/lib-
>>dynload/_tkinter.cpython-34m-x86_64-linux-gnu.so'>
>>
>>show something suspicious?
> 
> lac@smartwheels:~$ python3 -c 'import _tkinter; print(_tkinter)'
> <module '_tkinter' from
> '/usr/lib/python3.4/lib-dynload/_tkinter.cpython-34m-x86_64-linux-gnu.so'>

I hate to say it, but at the moment I'm out of ideas on what to investigate.

[toc] | [prev] | [next] | [standalone]


#95172

FromLaura Creighton <lac@openend.se>
Date2015-08-08 17:41 +0200
Message-ID<mailman.1338.1439048498.3674.python-list@python.org>
In reply to#95110
Ok, I moved to debian unstable (stretch/sid)

lac@smartwheels:~$ lsb_release -a
 LSB Version:	core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
 Distributor ID:	Debian
 Description:		Debian GNU/Linux unstable (sid)
 Release:		unstable
 Codename:		sid

I still get the same 3 errors.

Laura

[toc] | [prev] | [next] | [standalone]


#95173

FromLaura Creighton <lac@openend.se>
Date2015-08-08 19:20 +0200
Message-ID<mailman.1339.1439054430.3674.python-list@python.org>
In reply to#95110
Tried this on a different debian unstable system.

lac@fido:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	   Debian
Description:	   Debian GNU/Linux unstable (sid)
Release:	   unstable
Codename:	   sid
lac@fido:~$

Same 3 errors.  (So it is not just me.)

Laura

[toc] | [prev] | [next] | [standalone]


#95331

FromTerry Reedy <tjreedy@udel.edu>
Date2015-08-12 21:49 -0400
Message-ID<mailman.154.1439430572.3627.python-list@python.org>
In reply to#95110
On 8/8/2015 2:40 AM, Laura Creighton wrote:
> In a message of Fri, 07 Aug 2015 21:25:21 -0400, Terry Reedy writes:

 >> https://bugs.python.org/issue15601
>> was about this very test failure.  The failure only occurred with tk
>> 8.4.  What tk version do you have?  (Easily found, for instance, in Idle
>> -> Help -> About Idle. (python3 -m idlelib should start idle).

> Tk version 8.6.4

Could you add a note to the issue then?


-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#95332

FromLaura Creighton <lac@openend.se>
Date2015-08-13 07:11 +0200
Message-ID<mailman.155.1439442701.3627.python-list@python.org>
In reply to#95110
In a message of Wed, 12 Aug 2015 21:49:24 -0400, Terry Reedy writes:
>On 8/8/2015 2:40 AM, Laura Creighton wrote:
>> In a message of Fri, 07 Aug 2015 21:25:21 -0400, Terry Reedy writes:
>
> >> https://bugs.python.org/issue15601
>>> was about this very test failure.  The failure only occurred with tk
>>> 8.4.  What tk version do you have?  (Easily found, for instance, in Idle
>>> -> Help -> About Idle. (python3 -m idlelib should start idle).
>
>> Tk version 8.6.4
>
>Could you add a note to the issue then?
>
>
>-- 
>Terry Jan Reedy

Done, though I wonder if it isn't a separate issue.

I didn't re-open the issue, which is marked closed.

[toc] | [prev] | [next] | [standalone]


#95344

FromTerry Reedy <tjreedy@udel.edu>
Date2015-08-13 07:55 -0400
Message-ID<mailman.166.1439466973.3627.python-list@python.org>
In reply to#95110
On 8/13/2015 1:11 AM, Laura Creighton wrote:
> In a message of Wed, 12 Aug 2015 21:49:24 -0400, Terry Reedy writes:

>>>> https://bugs.python.org/issue15601
>> Could you add a note to the issue then?

> Done, though I wonder if it isn't a separate issue.

I was not sure.  The people currently nosy will get email.

> I didn't re-open the issue, which is marked closed.

I decided to do so, so issue is included in new issues list.


-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#95141

FromDavid Bolen <db3l.net@gmail.com>
Date2015-08-07 16:53 -0400
Message-ID<m2egjen7m9.fsf@valheru.db3l.homeip.net>
In reply to#95099
Terry Reedy <tjreedy@udel.edu> writes:

> and report here python version, linux system, and result.
> Alteration of environment and locale is a known issue, skip that.

Using source builds on my slave (bolen-ubuntu):

Linux buildbot-ubuntu 4.1.0-x86_64-linode59 #1 SMP Mon Jun 22 10:39:23 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
NOTE: This is a 32-bit userspace system, just with a 64-bit kernel

Python 3.6.0a0 (default:e56893df8e76, Aug  7 2015, 16:36:30) 
[GCC 4.8.4] on linux

[1/3] test_tk
[2/3] test_ttk_guionly
[3/3] test_idle
All 3 tests OK.

Python 3.5.0b4+ (3.5:b9a0165a3de8, Aug  7 2015, 16:21:51) 
[GCC 4.8.4] on linux

[1/3] test_tk
[2/3] test_ttk_guionly
[3/3] test_idle
All 3 tests OK.

Python 3.4.3+ (3.4:f5069e6e4229, Aug  7 2015, 16:38:53) 
[GCC 4.8.4] on linux

[1/3] test_tk
[2/3] test_ttk_guionly
[3/3] test_idle
All 3 tests OK.

I have also adjusted the slave to run under Xvfb so the tests should
be included going forward.

-- David

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.python


csiph-web