[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-10-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks alright, thank you! -- resolution: accepted -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-10-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've committed the patch in r85229. Let's see if this makes the buildbots happy. -- ___ Python tracker ___ _

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-10-04 Thread Ned Deily
Ned Deily added the comment: After further investigation, on OS X at least, there is a difference in behavior between Tk 8.4 (the system default on OS X 10.4 and 10.5) and Tk 8.5 (the default on 10.6). Lib/tkinter/font.py calls the Tk "font names" commands to check whether a font is already

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-09-26 Thread Ned Deily
Ned Deily added the comment: Could be, particularly if the user name under which the test is running is not logged in (to the window manager) on the buildbot. I'll investigate. -- assignee: -> ned.deily ___ Python tracker

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-09-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually, most buildbots were fixed but a couple of them still show a problem: test_font_eq (tkinter.test.test_tkinter.test_font.FontTest) ... ERROR testLoadTk (tkinter.test.test_tkinter.test_loadtk.TkLoadTest) ... skipped 'No $DISPLAY set.' testLoadTkFailure

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-09-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-09-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: Patch committed in r84952. Thanks! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> pending ___ Python tracker __

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-09-20 Thread Ned Deily
Ned Deily added the comment: Somebody want to commit it? -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bug

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-09-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Patch works here (Mandriva Linux). -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mail

[issue9899] tkinter test_font fails on OS X with Aqua Tk

2010-09-19 Thread Ned Deily
Ned Deily added the comment: r84865 for Issue1730136 introduced a new tkinter test, test_font. As it stands, the test fails on OS X 10.6 when Python is built with Aqua Tk, at least with either the Apple-supplied 8.5 or the ActiveState 8.5 (I haven't tried with any of the Aqua 8.4 version).