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 2017-09-17.15:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505662504.4.0.198874624703.issue31496@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -uall test_idle 
Run tests sequentially
0:00:00 load avg: 1.19 [1/1] test_idle
invalid command name "140662890299080timer_event"
    while executing
"140662890299080timer_event"
    ("after" script)
test test_idle failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/idlelib/idle_test/test_configdialog.py", line 417, in test_highlight_target_text_mouse
    click_it(start_index)
  File "/home/serhiy/py/cpython/Lib/idlelib/idle_test/test_configdialog.py", line 401, in click_it
    x, y, dx, dy = hs.bbox(start)
TypeError: 'NoneType' object is not iterable

test_idle failed

1 test failed:
    test_idle

Total duration: 2 sec
Tests result: FAILURE


Maybe this is related to HiDPI display.

On 2.7 the test is passed.
History
Date User Action Args
2017-09-17 15:35:04serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2017-09-17 15:35:04serhiy.storchakasetmessageid: <1505662504.4.0.198874624703.issue31496@psf.upfronthosting.co.za>
2017-09-17 15:35:04serhiy.storchakalinkissue31496 messages
2017-09-17 15:35:03serhiy.storchakacreate