Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_ttk_guionly fails on MacOSX 10.6 #54042

Closed
donmez mannequin opened this issue Sep 11, 2010 · 3 comments
Closed

test_ttk_guionly fails on MacOSX 10.6 #54042

donmez mannequin opened this issue Sep 11, 2010 · 3 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@donmez
Copy link
Mannequin

donmez mannequin commented Sep 11, 2010

BPO 9833
Nosy @florentx
Superseder
  • bpo-8445: buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback)
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2010-09-11.15:20:35.706>
    created_at = <Date 2010-09-11.09:48:12.004>
    labels = ['type-bug', 'tests']
    title = 'test_ttk_guionly fails on MacOSX 10.6'
    updated_at = <Date 2010-09-11.15:20:35.704>
    user = 'https://bugs.python.org/donmez'

    bugs.python.org fields:

    activity = <Date 2010-09-11.15:20:35.704>
    actor = 'flox'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-09-11.15:20:35.706>
    closer = 'flox'
    components = ['Tests']
    creation = <Date 2010-09-11.09:48:12.004>
    creator = 'donmez'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 9833
    keywords = []
    message_count = 3.0
    messages = ['116086', '116101', '116102']
    nosy_count = 2.0
    nosy_names = ['donmez', 'flox']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '8445'
    type = 'behavior'
    url = 'https://bugs.python.org/issue9833'
    versions = ['Python 3.2']

    @donmez
    Copy link
    Mannequin Author

    donmez mannequin commented Sep 11, 2010

    Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem.

    ======================================================================
    ERROR: test_tab_identifiers (tkinter.test.test_ttk.test_widgets.NotebookTest)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/Users/cartman/Sources/py3k/Lib/tkinter/test/test_ttk/test_widgets.py", line 560, in test_tab_identifiers
        self.assertEqual(self.nb.tab('@5,5'), self.nb.tab('current'))
      File "/Users/cartman/Sources/py3k/Lib/tkinter/ttk.py", line 922, in tab
        return _val_or_dict(kw, self.tk.call, self._w, "tab", tab_id)
      File "/Users/cartman/Sources/py3k/Lib/tkinter/ttk.py", line 318, in _val_or_dict
        res = func(*(args + options))
    _tkinter.TclError: tab '@5,5' not found

    ======================================================================
    FAIL: test_identify (tkinter.test.test_ttk.test_widgets.WidgetTest)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/Users/cartman/Sources/py3k/Lib/tkinter/test/test_ttk/test_widgets.py", line 27, in test_identify
        self.assertEqual(self.widget.identify(5, 5), "label")
    AssertionError: 'Button.button' != 'label'
    - Button.button
    + label

    ======================================================================
    FAIL: test_traversal (tkinter.test.test_ttk.test_widgets.NotebookTest)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/Users/cartman/Sources/py3k/Lib/tkinter/test/test_ttk/test_widgets.py", line 721, in test_traversal
        self.assertEqual(self.nb.select(), str(self.child1))
    AssertionError: '.4320099472' != '.4320099600'
    - .4320099472
    ?         ^^^
    + .4320099600
    ?         ^^^

    @donmez donmez mannequin added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Sep 11, 2010
    @donmez
    Copy link
    Mannequin Author

    donmez mannequin commented Sep 11, 2010

    Btw I configured with;

    ./configure --with-wctype-functions --with-fpectl --with-wide-unicode --with-computed-gotos --enable-ipv6 --with-universal-archs=64-bit MACOSX_DEPLOYMENT_TARGET=10.6

    @florentx
    Copy link
    Mannequin

    florentx mannequin commented Sep 11, 2010

    This is a duplicate of bpo-8445

    @florentx florentx mannequin closed this as completed Sep 11, 2010
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants