Issue 12336: tkinter.test.test_ttk.test_widgets.test_select() failure on FreeBSD 6.4 3.x (original) (raw)

Issue12336

Created on 2011-06-14 21:58 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg138353 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2011-06-14 21:58
test test_ttk_guionly failed -- Traceback (most recent call last): File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/tkinter/test/test_ttk/test_widgets.py", line 674, in test_select self.assertTrue(success) AssertionError: [] is not true http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%206.4%203.x/builds/1579/steps/test/logs/stdio This buildbot is very slow. See also #11925 and #10736.
msg178887 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2013-01-03 01:47
Sporadic failure, I don't know if it was reproduced recently, and the issue has no activity since more than 6 months => I'm closing the issue.
History
Date User Action Args
2022-04-11 14:57:18 admin set github: 56545
2013-01-03 01:47:02 vstinner set status: open -> closedresolution: out of datemessages: +
2011-06-14 21:58:18 vstinner create