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

IDLE test failing only when called by itself: HighPageTest.test_highlight_target_text_mouse #78132

Closed
taleinat opened this issue Jun 24, 2018 · 4 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@taleinat
Copy link
Contributor

BPO 33951
Nosy @terryjreedy, @taleinat, @miss-islington
PRs
  • bpo-33951: IDLE test_configdialog: call page.update() in setUpClass #7892
  • Enable GUI testing on Travis Linux builds via Xvfb #7887
  • [3.7] bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892) #7896
  • [3.6] bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892) #7897
  • 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 = 'https://github.com/terryjreedy'
    closed_at = <Date 2018-06-24.21:09:52.964>
    created_at = <Date 2018-06-24.06:17:16.161>
    labels = ['3.8', 'expert-IDLE', 'type-bug', '3.7']
    title = 'IDLE test failing only when called by itself: HighPageTest.test_highlight_target_text_mouse'
    updated_at = <Date 2018-06-24.21:09:52.963>
    user = 'https://github.com/taleinat'

    bugs.python.org fields:

    activity = <Date 2018-06-24.21:09:52.963>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2018-06-24.21:09:52.964>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2018-06-24.06:17:16.161>
    creator = 'taleinat'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33951
    keywords = ['patch']
    message_count = 4.0
    messages = ['320357', '320385', '320387', '320388']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'taleinat', 'miss-islington']
    pr_nums = ['7892', '7887', '7896', '7897']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue33951'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @taleinat
    Copy link
    Contributor Author

    The issue occurs when running the following on Windows 10 Pro 64-bit on the latest master branch (ea73775):

    python -m test -ugui -m test_highlight_target_text_mouse test_idle

    (This test failed for perhaps an unrelated reason on Travis CI for #52135. I encountered the issue while investigating that failure.)

    @taleinat taleinat added 3.7 (EOL) end of life 3.8 only security fixes labels Jun 24, 2018
    @taleinat taleinat added topic-IDLE type-bug An unexpected behavior, bug, or error labels Jun 24, 2018
    @terryjreedy
    Copy link
    Member

    New changeset 2af9f5d by Terry Jan Reedy (Tal Einat) in branch 'master':
    bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
    2af9f5d

    @miss-islington
    Copy link
    Contributor

    New changeset b3bac96 by Miss Islington (bot) in branch '3.7':
    bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
    b3bac96

    @miss-islington
    Copy link
    Contributor

    New changeset cef5da5 by Miss Islington (bot) in branch '3.6':
    bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892)
    cef5da5

    @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
    3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants