This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, donmez, gpolo, ned.deily, pitrou
Date 2010-09-26.12:31:45
SpamBayes Score 8.912912e-07
Marked as misclassified No
Message-id <1285504308.81.0.362696939651.issue9899@psf.upfronthosting.co.za>
In-reply-to
Content
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 (tkinter.test.test_tkinter.test_loadtk.TkLoadTest) ... ok
test_search (tkinter.test.test_tkinter.test_text.TextTest) ... ok

======================================================================
ERROR: test_font_eq (tkinter.test.test_tkinter.test_font.FontTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/test_tkinter/test_font.py", line 18, in test_font_eq
    font1 = font.nametofont("TkDefaultFont")
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/font.py", line 22, in nametofont
    return Font(name=name, exists=True)
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/font.py", line 83, in __init__
    "named font %s does not already exist" % (self.name,))
_tkinter.TclError: named font TkDefaultFont does not already exist


Intriguingly, when the test gets re-run at the end of the test suite, the test succeeds.
Does it depend on another initialization that is done in another test file?
History
Date User Action Args
2010-09-26 12:31:48pitrousetrecipients: + pitrou, amaury.forgeotdarc, donmez, gpolo, ned.deily
2010-09-26 12:31:48pitrousetmessageid: <1285504308.81.0.362696939651.issue9899@psf.upfronthosting.co.za>
2010-09-26 12:31:46pitroulinkissue9899 messages
2010-09-26 12:31:46pitroucreate