[New-bugs-announce] [issue36286] Random failure in test_idle

Serhiy Storchaka report at bugs.python.org
Thu Mar 14 02:34:05 EDT 2019


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

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.

----------
assignee: terry.reedy
components: IDLE, Tests
messages: 337897
nosy: serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: Random failure in test_idle
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36286>
_______________________________________


More information about the New-bugs-announce mailing list