[issue19320] Tkinter tests ran with wantobjects is false

2014-02-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[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:

[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

[issue19320] Tkinter tests ran with wantobjects is false

2014-01-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file33816/test_tcl_split_dict-2.7.patch ___ Python tracker ___ ___ Python-bug

[issue19320] Tkinter tests ran with wantobjects is false

2014-01-29 Thread Jeremy Kloth
Changes by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[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 ___ ___ Python

[issue19320] Tkinter tests ran with wantobjects is false

2014-01-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[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) ---

[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

[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

[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 tracke

[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 __

[issue19320] Tkinter tests ran with wantobjects is false

2013-10-25 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[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 _

[issue19320] Tkinter tests ran with wantobjects is false

2013-10-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> patch review versions: +Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list

[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 f