New submission from Ned Deily <n...@acm.org>:

3.2b2(~)

The following two test failures are seen with the newly released Cocoa-based 
ActiveState Tcl 8.5.9 on OS X 10.6.  No failures are reported when using the 
Apple Tcl/Tk 8.5 supplied with 10.6.

======================================================================
ERROR: test_tab_identifiers (tkinter.test.test_ttk.test_widgets.NotebookTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tkinter/test/test_ttk/test_widgets.py",
 line 564, in test_tab_identifiers
    self.assertEqual(self.nb.tab('@5,5'), self.nb.tab('current'))
  File 
"/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tkinter/ttk.py",
 line 922, in tab
    return _val_or_dict(kw, self.tk.call, self._w, "tab", tab_id)
  File 
"/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tkinter/ttk.py",
 line 318, in _val_or_dict
    res = func(*(args + options))
_tkinter.TclError: tab '@5,5' not found

======================================================================
FAIL: test_traversal (tkinter.test.test_ttk.test_widgets.NotebookTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/tkinter/test/test_ttk/test_widgets.py",
 line 726, in test_traversal
    self.assertEqual(self.nb.select(), str(self.child1))
AssertionError: '.4654766160' != '.4654766352'
- .4654766160
?         ^^^
+ .4654766352
?         ^^^

Also multiple instances of the following apparently harmless message appear 
when using the ActiveState 8.5.9 Tcl:

setCanCycle: is deprecated.  Please use setCollectionBehavior instead

This is likely due to an upstream build problem from ActiveState.

http://permalink.gmane.org/gmane.comp.lang.tcl.mac/6524

----------
assignee: ned.deily
components: Macintosh, Tests, Tkinter
messages: 124346
nosy: ned.deily, ronaldoussoren
priority: deferred blocker
severity: normal
status: open
title: test_ttk_guionly fails on OS X using ActiveState Tcl 8.5.9 (Cocoa)
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10736>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to