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 terry.reedy
Recipients taleinat, terry.reedy
Date 2019-01-18.06:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547794267.4.0.582455332849.issue35771@roundup.psfhosted.org>
In-reply-to
Content
In the buildbot testing for #35730, this test failed on X86 Windows 3.7 and passed on retest.  I did not check the green bots, so there could be other fail and pass results.

======================================================================
FAIL: test_showtip_on_mouse_enter_hover_delay (idlelib.idle_test.test_tooltip.HovertipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.7.bolen-windows7\build\lib\idlelib\idle_test\test_tooltip.py", line 112, in test_showtip_on_mouse_enter_hover_delay
    self.assertFalse(tooltip.tipwindow and tooltip.tipwindow.winfo_viewable())
AssertionError: 1 is not false

We should at least look at this since it might someday fail twice in a row on 1 machine.
History
Date User Action Args
2019-01-18 06:51:09terry.reedysetrecipients: + terry.reedy, taleinat
2019-01-18 06:51:07terry.reedysetmessageid: <1547794267.4.0.582455332849.issue35771@roundup.psfhosted.org>
2019-01-18 06:51:07terry.reedylinkissue35771 messages
2019-01-18 06:51:07terry.reedycreate