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 vajrasky
Recipients gpolo, ned.deily, python-dev, serhiy.storchaka, terry.reedy, vajrasky
Date 2013-11-03.13:07:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383484021.43.0.506156243327.issue19085@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy,

In Python3.4, Windows Vista 32 bit, Release Mode, Tcl/Tk 8.5.15, I got a lot of errors. However, if I set _conv_pixels to round in Lib/tkinter/test/widget_tests.py, everything works fine.

In Python 3.4, Fedora 18, Debug Mode, Tcl/Tk 8.5.13, I got a lot of errors. However, if I set _conv_pixels to round in Lib/tkinter/test/widget_tests.py, I got two errors only.

======================================================================
FAIL: test_insertwidth (__main__.EntryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/tkinter/test/test_tkinter/test_widgets.py", line 335, in test_insertwidth
    self.checkParam(widget, 'insertwidth', 0.9, expected=2)
  File "/home/sky/Code/python/programming_language/cpython/Lib/tkinter/test/widget_tests.py", line 49, in checkParam
    self.assertEqual2(widget[name], expected, eq=eq)
  File "/home/sky/Code/python/programming_language/cpython/Lib/tkinter/test/widget_tests.py", line 33, in assertEqual2
    self.assertEqual(actual, expected, msg)
AssertionError: 1 != 2

Other error is same.

Hope that helps!
History
Date User Action Args
2013-11-03 13:07:01vajraskysetrecipients: + vajrasky, terry.reedy, gpolo, ned.deily, python-dev, serhiy.storchaka
2013-11-03 13:07:01vajraskysetmessageid: <1383484021.43.0.506156243327.issue19085@psf.upfronthosting.co.za>
2013-11-03 13:07:01vajraskylinkissue19085 messages
2013-11-03 13:07:01vajraskycreate