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 db3l
Recipients Pat Thoyts, db3l, miss-islington, patthoyts, serhiy.storchaka, terry.reedy
Date 2020-11-27.20:43:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606509805.79.0.831798660231.issue42328@roundup.psfhosted.org>
In-reply-to
Content
This change to the 3.8 branch appears to be consistently failing on the Windows 7 buildbot (first failing build at https://buildbot.python.org/all/#/builders/270/builds/126).

It's all failures in the new test_configure_custom_copy and test_map_custom_copy tests, such as:

FAIL: test_configure_custom_copy (tkinter.test.test_ttk.test_style.StyleTest) (theme='vista', name='.')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\tkinter\test\test_ttk\test_style.py", line 140, in test_configure_custom_copy
    self.assertEqual(style.configure(newname), None)
AssertionError: {'foreground': 'SystemWindowText', 'selec[233 chars]bar'} != None

and

======================================================================
FAIL: test_map_custom_copy (tkinter.test.test_ttk.test_style.StyleTest) (theme='vista', name='.')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.8.bolen-windows7\build\lib\tkinter\test\test_ttk\test_style.py", line 162, in test_map_custom_copy
    self.assertEqual(style.map(newname), {})
AssertionError: {'foreground': [('disabled', 'SystemGrayTe[34 chars]1')]} != {}
+ {}
- {'embossed': [('disabled', '1')],
-  'foreground': [('disabled', 'SystemGrayText')]}

Since it seems related to themes, I should mention that the buildbot is running with a Windows 7 classic (non-Aero) theme with all appearance effects disabled (the "best performance" option).  So I'm not sure if this is an issue with the code changes, or behavior due to the host environment not anticipated by the tests.
History
Date User Action Args
2020-11-27 20:43:25db3lsetrecipients: + db3l, terry.reedy, serhiy.storchaka, Pat Thoyts, miss-islington, patthoyts
2020-11-27 20:43:25db3lsetmessageid: <1606509805.79.0.831798660231.issue42328@roundup.psfhosted.org>
2020-11-27 20:43:25db3llinkissue42328 messages
2020-11-27 20:43:25db3lcreate