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 failures on KFreeBSD #62851

Closed
doko42 opened this issue Aug 4, 2013 · 6 comments
Closed

test failures on KFreeBSD #62851

doko42 opened this issue Aug 4, 2013 · 6 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@doko42
Copy link
Member

doko42 commented Aug 4, 2013

BPO 18651
Nosy @loewis, @doko42, @ronaldoussoren, @vstinner
Files
  • kfreebsd.diff
  • 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 = None
    created_at = <Date 2013-08-04.10:07:05.911>
    labels = ['type-bug', 'tests']
    title = 'test failures on KFreeBSD'
    updated_at = <Date 2019-04-26.20:17:09.175>
    user = 'https://github.com/doko42'

    bugs.python.org fields:

    activity = <Date 2019-04-26.20:17:09.175>
    actor = 'BreamoreBoy'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Tests']
    creation = <Date 2013-08-04.10:07:05.911>
    creator = 'doko'
    dependencies = []
    files = ['31148']
    hgrepos = []
    issue_num = 18651
    keywords = ['patch']
    message_count = 5.0
    messages = ['194336', '194345', '194447', '194452', '224454']
    nosy_count = 5.0
    nosy_names = ['loewis', 'doko', 'ronaldoussoren', 'vstinner', 'salinger']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue18651'
    versions = ['Python 3.4', 'Python 3.5']

    @doko42
    Copy link
    Member Author

    doko42 commented Aug 4, 2013

    Some tests fail on KFreeBSD, attaching a first patch from Petr Salinger.

    see http://bugs.debian.org/708653 for further issues.

    Ronald, could you check if that this works for OSX too?

    @doko42 doko42 added the tests Tests in the Lib/test dir label Aug 4, 2013
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Aug 4, 2013

    Note that 3.4 will need a different patch, due to bpo-17684.

    @ronaldoussoren
    Copy link
    Contributor

    I don't expect problems on OSX because of this.

    However: the patch replaces support.anticipate_failure by unittest.skipIf and that seems wrong to me.

    @salinger
    Copy link
    Mannequin

    salinger mannequin commented Aug 5, 2013

    It is related to

    http://bugs.python.org/issue12958
    http://bugs.python.org/issue17684

    The second one changed support.anticipate_failure to unittest.skipIf

    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 31, 2014

    A different patch is still needed for 3.4.

    @BreamoreBoy BreamoreBoy mannequin added the type-bug An unexpected behavior, bug, or error label Jul 31, 2014
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @kumaraditya303
    Copy link
    Contributor

    Python 3.4 is not supported anymore, feel free to create a new issue for supported python versions if the issue still exists.

    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

    3 participants