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

Fix test_curses on NetBSD 8 #76105

Closed
serhiy-storchaka opened this issue Nov 2, 2017 · 4 comments
Closed

Fix test_curses on NetBSD 8 #76105

serhiy-storchaka opened this issue Nov 2, 2017 · 4 comments
Assignees
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 31924
Nosy @Yhg1s, @serhiy-storchaka
PRs
  • bpo-31924: Fix test_curses on NetBSD 8. #4228
  • [3.6] bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) #4259
  • [2.7] bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) #4260
  • 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/serhiy-storchaka'
    closed_at = <Date 2017-11-03.20:12:27.551>
    created_at = <Date 2017-11-02.14:01:32.078>
    labels = ['3.7', 'type-bug', 'tests']
    title = 'Fix test_curses on NetBSD 8'
    updated_at = <Date 2017-11-03.20:12:27.550>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-11-03.20:12:27.550>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-11-03.20:12:27.551>
    closer = 'serhiy.storchaka'
    components = ['Tests']
    creation = <Date 2017-11-02.14:01:32.078>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31924
    keywords = ['patch']
    message_count = 4.0
    messages = ['305424', '305495', '305503', '305504']
    nosy_count = 2.0
    nosy_names = ['twouters', 'serhiy.storchaka']
    pr_nums = ['4228', '4259', '4260']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue31924'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    The NetBSD curses library in NetBSD 8 provides the panel extension. compatible with ncurses. But a panel can not be created from stdscr. This causes failing two tests in test_curses. These tests were added not long time ago, and there are not reasons to create panels from stdscr instead of other windows. Hence the proposed PR just makes these two tests creating panels from new windows, as in other two tests.

    @serhiy-storchaka serhiy-storchaka added the 3.7 (EOL) end of life label Nov 2, 2017
    @serhiy-storchaka serhiy-storchaka self-assigned this Nov 2, 2017
    @serhiy-storchaka serhiy-storchaka added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Nov 2, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset a7723d8 by Serhiy Storchaka in branch 'master':
    bpo-31924: Fix test_curses on NetBSD 8. (bpo-4228)
    a7723d8

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 8ce9854 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6':
    bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (bpo-4259)
    8ce9854

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 6a9a331 by Serhiy Storchaka (Miss Islington (bot)) in branch '2.7':
    bpo-31924: Fix test_curses on NetBSD 8. (GH-4228) (bpo-4260)
    6a9a331

    @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 tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant