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_capi.test_subinterps() fails on ARMv7 Ubuntu 3.x #74632

Closed
vstinner opened this issue May 24, 2017 · 5 comments
Closed

test_capi.test_subinterps() fails on ARMv7 Ubuntu 3.x #74632

vstinner opened this issue May 24, 2017 · 5 comments
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

BPO 30447
Nosy @vstinner, @ericsnowcurrently
PRs
  • bpo-30447: Fix/skip the subinterpreters test on some platforms. #1791
  • 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 2017-05-25.00:20:42.753>
    created_at = <Date 2017-05-24.00:20:39.108>
    labels = ['3.7', 'tests']
    title = 'test_capi.test_subinterps() fails on ARMv7 Ubuntu 3.x'
    updated_at = <Date 2017-05-25.10:52:56.762>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-05-25.10:52:56.762>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-05-25.00:20:42.753>
    closer = 'eric.snow'
    components = ['Tests']
    creation = <Date 2017-05-24.00:20:39.108>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30447
    keywords = []
    message_count = 5.0
    messages = ['294302', '294313', '294317', '294416', '294464']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'eric.snow']
    pr_nums = ['1791']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue30447'
    versions = ['Python 3.7']

    @vstinner
    Copy link
    Member Author

    http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.x/builds/786/steps/test/logs/stdio

    ======================================================================
    FAIL: test_subinterps (test.test_capi.EmbeddingTests)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_capi.py", line 471, in test_subinterps
        self.assertNotEqual(interp.interp, main.interp)
    AssertionError: '0x0' == '0x0'

    @vstinner vstinner added 3.7 (EOL) end of life tests Tests in the Lib/test dir labels May 24, 2017
    @ericsnowcurrently
    Copy link
    Member

    Yeah, I some extra checks (involving pointers) to that test and some platforms don't work as expected. I'll take a look in the morning.

    @vstinner
    Copy link
    Member Author

    Ok thanks of taking care of my little buildbot babies.

    @ericsnowcurrently
    Copy link
    Member

    New changeset d1c3c13 by Eric Snow in branch 'master':
    bpo-30447: Fix/skip the subinterpreters test on some platforms. (bpo-1791)
    d1c3c13

    @vstinner
    Copy link
    Member Author

    Thanks for fixing that one Eric.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants