[issue19320] Tkinter tests ran with wantobjects is false

2014-02-03 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2014-02-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 515e6afd2f0f by Serhiy Storchaka in branch '2.7':
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
http://hg.python.org/cpython/rev/515e6afd2f0f

New changeset e6363a42a9f0 by Serhiy Storchaka in branch '3.3':
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
http://hg.python.org/cpython/rev/e6363a42a9f0

New changeset f2fdafe73ab6 by Serhiy Storchaka in branch 'default':
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
http://hg.python.org/cpython/rev/f2fdafe73ab6

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2014-01-30 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Looks as dicts before 8.5.5 were converted to lists through string. Here are 
patches for 3.4 and 2.7.

--
stage: committed/rejected - patch review
Added file: http://bugs.python.org/file33815/test_tcl_split_dict-3.4.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2014-01-30 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


Added file: http://bugs.python.org/file33816/test_tcl_split_dict-2.7.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2014-01-29 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Terry in issue20441 reported problems with same Tcl/Tk 8.5.2.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2014-01-29 Thread Jeremy Kloth

Changes by Jeremy Kloth jeremy.kloth+python-trac...@gmail.com:


--
nosy: +jkloth

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2014-01-10 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Unfortunately they are still red:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%202.7/builds/1020/steps/test/logs/stdio
==
FAIL: test_split (test.test_tcl.TclTest)
--
Traceback (most recent call last):
  File C:\buildbot.python.org\2.7.kloth-win64\build\lib\test\test_tcl.py, 
line 283, in test_split
self.assertEqual(split(arg), res)
AssertionError: Tuples differ: ('12', u'\u20ac', u'\u20ac', '... != (12, 
u'\u20ac', u'\u20ac', (3

First differing element 0:
12
12

- ('12', u'\u20ac', u'\u20ac', '3.4')
?  -  -^   ^

+ (12, u'\u20ac', u'\u20ac', (3.4,))
?^   ^ +


==
FAIL: test_splitlist (test.test_tcl.TclTest)
--
Traceback (most recent call last):
  File C:\buildbot.python.org\2.7.kloth-win64\build\lib\test\test_tcl.py, 
line 243, in test_splitlist
self.assertEqual(splitlist(arg), res)
AssertionError: Tuples differ: ('1', u'\u20ac', u'\u20ac', '3... != (1, 
u'\u20ac', u'\u20ac', (3.4...

First differing element 0:
1
1

- ('1', u'\u20ac', u'\u20ac', '3.4')
?  - -^   ^

+ (1, u'\u20ac', u'\u20ac', (3.4,))
?   ^   ^ +


--

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%202.7/builds/787/steps/test/logs/stdio
http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%202.7/builds/865/steps/test/logs/stdio

All they are run with Tcl/Tk 8.5.2.

--
resolution: fixed - 

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2014-01-10 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
assignee:  - serhiy.storchaka

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-12-25 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 6fe3e855a276 by Serhiy Storchaka in branch '2.7':
Issue #19320: test_tcl no longer fails when wantobjects is false.
http://hg.python.org/cpython/rev/6fe3e855a276

New changeset 6781a03d90c1 by Serhiy Storchaka in branch '3.3':
Issue #19320: test_tcl no longer fails when wantobjects is false.
http://hg.python.org/cpython/rev/6781a03d90c1

New changeset 78fa6dc5cc21 by Serhiy Storchaka in branch 'default':
Issue #19320: test_tcl no longer fails when wantobjects is false.
http://hg.python.org/cpython/rev/78fa6dc5cc21

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-12-25 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

I don't know why wantobjects is false on some buildbots, but at least now they 
should be green.

--
resolution:  - fixed
stage: patch review - committed/rejected

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-11-03 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Failed buildbots:

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%202.7
http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%202.7

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-11-02 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

But because there are some other tkinter tests which fail when wantobjects is 
false, skipping these tests can be reasonable alternative.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-10-25 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
nosy: +terry.reedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-10-21 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Here is a patch which follows second way.

--
keywords: +patch
Added file: http://bugs.python.org/file32274/test_tcl_wantobjects.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-10-21 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
stage:  - patch review
versions: +Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19320] Tkinter tests ran with wantobjects is false

2013-10-20 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

On some Windows buildbots (e.g. [1]) Tkinter tests ran with wantobjects is 
false. This brake some tests purposed to check converting values between Python 
and Tcl.

There are two solutions.
1) Skip these tests if wantobjects is false.
2) If wantobjects is false tests with other expected values.

[1] 
http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%202.7

--
components: Library (Lib), Tkinter
messages: 200630
nosy: gpolo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Tkinter tests ran with wantobjects is false
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19320
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com