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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2019-03-14.06:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552545245.76.0.0631461322093.issue36286@roundup.psfhosted.org>
In-reply-to
Content
I have got a failure in test_idle:

0:00:21 load avg: 3.40 [ 76/420/1] test_idle failed
test test_idle failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython-clinic/Lib/idlelib/idle_test/test_configdialog.py", line 104, in test_fontlist_key
    self.assertNotEqual(down_font, font)
AssertionError: 'Abyssinica SIL' == 'Abyssinica SIL'

It has not reproduced when run test_idle separately.
History
Date User Action Args
2019-03-14 06:34:05serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2019-03-14 06:34:05serhiy.storchakasetmessageid: <1552545245.76.0.0631461322093.issue36286@roundup.psfhosted.org>
2019-03-14 06:34:05serhiy.storchakalinkissue36286 messages
2019-03-14 06:34:05serhiy.storchakacreate