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.

classification
Title: test_tag_configure fails on FreeBSD
Type: behavior Stage: commit review
Components: Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, loewis
Priority: normal Keywords: buildbot

Created on 2010-04-08 09:45 by loewis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg102607 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-04-08 09:45
The FreeBSD buildbot reports

FAIL: test_tag_configure (test_ttk.test_widgets.TreeviewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd7/build/Lib/lib-tk/test/test_ttk/test_widgets.py", line 1116, in test_tag_configure
    'blue')
AssertionError: <color object at 0x29715378> != 'blue'
msg102609 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-04-08 09:48
Apparently, Tk returns a color object instead of a string in this version. Fixed in r79903.
msg103159 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-04-15 00:38
The buildbot seems happy starting from build 486 [1], can this be closed?

[1]: http://www.python.org/dev/buildbot/builders/x86%20FreeBSD%207.2%20trunk/builds/486
History
Date User Action Args
2022-04-11 14:56:59adminsetgithub: 52591
2010-04-15 04:00:15loewissetstatus: open -> closed
2010-04-15 00:38:59ezio.melottisetpriority: normal

type: behavior

nosy: + ezio.melotti
messages: + msg103159
resolution: fixed
stage: commit review
2010-04-08 09:48:09loewissetmessages: + msg102609
2010-04-08 09:45:11loewiscreate