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 zach.ware
Recipients gpolo, ned.deily, python-dev, serhiy.storchaka, terry.reedy, vajrasky, zach.ware
Date 2013-11-05.19:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383679976.49.0.810682757969.issue19085@psf.upfronthosting.co.za>
In-reply-to
Content
Working from ce08158e3f6c with 8.5.15 on Windows, I get the same failures with a different AssertionError:

======================================================================
FAIL: test_insertwidth (tkinter.test.test_tkinter.test_widgets.EntryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\test_tkinter\test_widget
s.py", line 340, in test_insertwidth
    self.checkParam(widget, 'insertwidth', 0.9)
  File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 6
6, in checkParam
    self.assertEqual2(widget[name], expected, eq=eq)
  File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 5
0, in assertEqual2
    self.assertEqual(actual, expected, msg)
AssertionError: 1 != 0.9

======================================================================
FAIL: test_insertwidth (tkinter.test.test_tkinter.test_widgets.SpinboxTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\test_tkinter\test_widget
s.py", line 340, in test_insertwidth
    self.checkParam(widget, 'insertwidth', 0.9)
  File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 6
6, in checkParam
    self.assertEqual2(widget[name], expected, eq=eq)
  File "P:\Projects\OSS\Python\cpython\lib\tkinter\test\widget_tests.py", line 5
0, in assertEqual2
    self.assertEqual(actual, expected, msg)
AssertionError: 1 != 0.9

By the way, thank you for all the work you're doing on this, Serhiy!
History
Date User Action Args
2013-11-05 19:32:56zach.waresetrecipients: + zach.ware, terry.reedy, gpolo, ned.deily, python-dev, serhiy.storchaka, vajrasky
2013-11-05 19:32:56zach.waresetmessageid: <1383679976.49.0.810682757969.issue19085@psf.upfronthosting.co.za>
2013-11-05 19:32:56zach.warelinkissue19085 messages
2013-11-05 19:32:56zach.warecreate