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.
Created on 2013年11月19日 13:44 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_tcl_patchlevel.patch | serhiy.storchaka, 2013年11月19日 19:49 | review | ||
| Messages (9) | |||
|---|---|---|---|
| msg203374 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年11月19日 13:44 | |
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/7331/steps/test/logs/stdio ====================================================================== FAIL: test_debug (tkinter.test.test_tkinter.test_text.TextTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/test_tkinter/test_text.py", line 22, in test_debug self.assertEqual(text.debug(), 0) AssertionError: '0' != 0 ====================================================================== FAIL: test_insertborderwidth (tkinter.test.test_tkinter.test_widgets.EntryTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/test_tkinter/test_widgets.py", line 329, in test_insertborderwidth self.checkPixelsParam(widget, 'insertborderwidth', 0, 1.3, -2) File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/widget_tests.py", line 167, in checkPixelsParam conv=conv1, **kwargs) File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/widget_tests.py", line 57, in checkParam self.assertEqual2(widget[name], expected, eq=eq) File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/widget_tests.py", line 41, in assertEqual2 self.assertEqual(actual, expected, msg) AssertionError: 0 != 1 ====================================================================== FAIL: test_insertborderwidth (tkinter.test.test_tkinter.test_widgets.SpinboxTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/test_tkinter/test_widgets.py", line 329, in test_insertborderwidth self.checkPixelsParam(widget, 'insertborderwidth', 0, 1.3, -2) File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/widget_tests.py", line 167, in checkPixelsParam conv=conv1, **kwargs) File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/widget_tests.py", line 57, in checkParam self.assertEqual2(widget[name], expected, eq=eq) File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/widget_tests.py", line 41, in assertEqual2 self.assertEqual(actual, expected, msg) AssertionError: 0 != 1 |
|||
| msg203383 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2013年11月19日 14:38 | |
There's something odd going on with that buildbot. The failures are from Serhly's new tests. For 10.4 Tiger, the buildbot should be running Tk 8.4. It does seem to have a third-party Tcl and Tk installed in /Library/Frameworks, which is good, but the logs don't show exactly what patch level it is. David, can you identify what patch levels of Tcl and Tk are installed? more /Library/Frameworks/Tcl.framework/tclConfig.sh /Library/Frameworks/Tk.framework/tkConfig.sh should work. |
|||
| msg203417 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年11月19日 19:49 | |
We can add a print for a patchlevel. |
|||
| msg203493 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年11月20日 15:28 | |
The failures are sporadic, I don't understand how the tests can pass sometimes... |
|||
| msg203495 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年11月20日 15:44 | |
New changeset 74b76a726285 by Serhiy Storchaka in branch '3.3': Print Tk patchlevel in test_tcl in verbose mode (issue19654). http://hg.python.org/cpython/rev/74b76a726285 New changeset 1b58f14f5d60 by Serhiy Storchaka in branch 'default': Print Tk patchlevel in test_tcl in verbose mode (issue19654). http://hg.python.org/cpython/rev/1b58f14f5d60 New changeset 78c906600183 by Serhiy Storchaka in branch '2.7': Print Tk patchlevel in test_tcl in verbose mode (issue19654). http://hg.python.org/cpython/rev/78c906600183 |
|||
| msg203656 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年11月21日 17:24 | |
New changeset cfbd894f1df1 by Serhiy Storchaka in branch '3.3': Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). http://hg.python.org/cpython/rev/cfbd894f1df1 New changeset cf8ac1272e07 by Serhiy Storchaka in branch 'default': Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). http://hg.python.org/cpython/rev/cf8ac1272e07 New changeset 08f282c96fd1 by Serhiy Storchaka in branch '2.7': Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). http://hg.python.org/cpython/rev/08f282c96fd1 |
|||
| msg204319 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年11月25日 09:59 | |
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/7408/steps/test/logs/stdio patchlevel = 8.4.19 Does it help to know the full version? |
|||
| msg209877 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年02月01日 07:07 | |
The failures in test_tk here are the same ones documented in Issue19761 for Tk 8.4 so this issue could be closed as a duplicate of that one. The mystery remains why test_tk appears to alternately pass and fail on this buildbot. I don't see why it doesn't always fail. |
|||
| msg209974 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年02月02日 12:02 | |
> The mystery remains why test_tk appears to alternately pass and fail on this buildbot. I don't see why it doesn't always fail. test_tk not fails in case when it is just skipped. And why it is sporadic skipped, this is very interesting question. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:53 | admin | set | github: 63853 |
| 2015年03月18日 11:08:09 | vstinner | set | status: open -> closed resolution: out of date |
| 2014年02月02日 12:02:49 | serhiy.storchaka | set | messages:
+ msg209974 title: test_tkinter sporadic failures on "x86 Tiger 3.x" buildbot -> test_tkinter sporadic skipped on "x86 Tiger 3.x" buildbot |
| 2014年02月01日 07:08:38 | ned.deily | set | assignee: ronaldoussoren -> |
| 2014年02月01日 07:07:49 | ned.deily | set | messages: + msg209877 |
| 2013年11月25日 09:59:11 | vstinner | set | messages: + msg204319 |
| 2013年11月21日 17:24:32 | python-dev | set | messages: + msg203656 |
| 2013年11月20日 15:44:57 | python-dev | set | nosy:
+ python-dev messages: + msg203495 |
| 2013年11月20日 15:28:33 | vstinner | set | messages: + msg203493 |
| 2013年11月19日 19:49:58 | serhiy.storchaka | set | files:
+ test_tcl_patchlevel.patch keywords: + patch messages: + msg203417 |
| 2013年11月19日 14:39:24 | ned.deily | set | nosy:
+ db3l |
| 2013年11月19日 14:38:04 | ned.deily | set | nosy:
+ ned.deily messages: + msg203383 |
| 2013年11月19日 14:02:28 | zach.ware | set | nosy:
+ serhiy.storchaka |
| 2013年11月19日 13:44:01 | vstinner | create | |