[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-02-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Ned. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker __

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 129eb818d9b2 by Serhiy Storchaka in branch '2.7': Issue #19761: Fixed Tkinter tests on OS X. http://hg.python.org/cpython/rev/129eb818d9b2 New changeset 76cd2e59b13d by Serhiy Storchaka in branch '3.3': Issue #19761: Fixed Tkinter tests on OS X. htt

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-02-02 Thread Ned Deily
Ned Deily added the comment: The supplied patch fixed all of the failing test cases on OS X, tested on 3.3 and default with Cocoa Tk 8.5 & 8.6, Carbon Tk 8.4, and X11 Tk 8.6. I'll test on 2.7 after the modified patch is applied. Thanks, Serhiy! -- stage: patch review -> commit review

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-02-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Ned for your great investigation. Here is a patch for these two bugs. A test for invalid bitmap is skipped (also added a test for bitmap specified in external file). For insertborderwidth tests the insertwidth value is explicitly increased (yes, t

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-01-31 Thread Ned Deily
Ned Deily added the comment: There are three different classes of errors here: 1. test_debug AssertionError: '0' != 0 This has already been fixed by 7dab4feec126/05e84d3ecd1e/e7d922d8ee03 for Issue6517. 2. test_bitmap checks for invalid bitmap values do not fail as expected with Cocoa Tk T

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2013-12-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2013-11-24 Thread Ned Deily
New submission from Ned Deily: As of 3.4.0b1, the following test failures are observed with Tk 8.5 on OS X (python.org 64-/32- installer with ActiveTcl 8.5.15.1 on OS X 10.9): == FAIL: test_bitmap (tkinter.test.test_tkinter.tes