[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2014-01-31 Thread Ned Deily

Ned Deily added the comment:

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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2014-01-31 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
assignee: ronaldoussoren - 

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-25 Thread STINNER Victor

STINNER Victor added the comment:

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?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-21 Thread Roundup Robot

Roundup Robot added the comment:

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

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-20 Thread STINNER Victor

STINNER Victor added the comment:

The failures are sporadic, I don't understand how the tests can pass 
sometimes...

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-20 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-19 Thread STINNER Victor

New submission from STINNER Victor:

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

--
assignee: ronaldoussoren
components: Macintosh, Tkinter
keywords: buildbot
messages: 203374
nosy: haypo, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_tkinter sporadic failures on x86 Tiger 3.x buildbot
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-19 Thread Zachary Ware

Changes by Zachary Ware zachary.w...@gmail.com:


--
nosy: +serhiy.storchaka

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-19 Thread Ned Deily

Ned Deily added the comment:

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.

--
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-19 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +db3l

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2013-11-19 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

We can add a print for a patchlevel.

--
keywords: +patch
Added file: http://bugs.python.org/file32707/test_tcl_patchlevel.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19654
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com