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 vstinner
Recipients vstinner
Date 2017-07-19.11:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500463733.4.0.83678923325.issue30968@psf.upfronthosting.co.za>
In-reply-to
Content
The build only contains one change:

commit f776eb0f0e046f2fa3a96540bb42d8cf970f6c55

bpo-30917: IDLE: Add config.IdleConf unittests (#2691) Patch by Louie Lu.

http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/893/steps/test/logs/stdio

======================================================================
FAIL: test_get_font (idlelib.idle_test.test_config.IdleConfTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\idlelib\idle_test\test_config.py", line 605, in test_get_font
    (f['family'], 10 if f['size'] < 10 else f['size'], f['weight']))
AssertionError: Tuples differ: ('Courier New', 9, 'normal') != ('Courier New', 10, 'normal')

First differing element 1:
9
10

- ('Courier New', 9, 'normal')
?                 ^

+ ('Courier New', 10, 'normal')
?                 ^^
History
Date User Action Args
2017-07-19 11:28:53vstinnersetrecipients: + vstinner
2017-07-19 11:28:53vstinnersetmessageid: <1500463733.4.0.83678923325.issue30968@psf.upfronthosting.co.za>
2017-07-19 11:28:53vstinnerlinkissue30968 messages
2017-07-19 11:28:52vstinnercreate