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_embed skipped when srcdir != builddir #78436

Closed
ronaldoussoren opened this issue Jul 28, 2018 · 2 comments
Closed

test_embed skipped when srcdir != builddir #78436

ronaldoussoren opened this issue Jul 28, 2018 · 2 comments
Labels
3.7 (EOL) end of life 3.8 (EOL) end of life tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@ronaldoussoren
Copy link
Contributor

BPO 34255
Nosy @ronaldoussoren, @vstinner
PRs
  • bpo-34255: Ensure that test.test_embed works when blddir != srcdir #8528
  • 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 2018-07-28.09:23:42.599>
    labels = ['3.7', '3.8', 'type-bug', 'tests']
    title = 'test_embed skipped when srcdir != builddir'
    updated_at = <Date 2019-05-15.02:33:12.904>
    user = 'https://github.com/ronaldoussoren'

    bugs.python.org fields:

    activity = <Date 2019-05-15.02:33:12.904>
    actor = 'vstinner'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Tests']
    creation = <Date 2018-07-28.09:23:42.599>
    creator = 'ronaldoussoren'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34255
    keywords = ['patch']
    message_count = 1.0
    messages = ['322531']
    nosy_count = 2.0
    nosy_names = ['ronaldoussoren', 'vstinner']
    pr_nums = ['8528']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue34255'
    versions = ['Python 3.7', 'Python 3.8']

    @ronaldoussoren
    Copy link
    Contributor Author

    The testsuite skips test_embed when srcdir != builddir, that's because test.test_embed assumes that _testembed is in the source directory.

    I noticed this while working on bpo-34247.

    @ronaldoussoren ronaldoussoren added 3.7 (EOL) end of life 3.8 (EOL) end of life tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jul 28, 2018
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @neonene
    Copy link
    Contributor

    neonene commented Jun 18, 2022

    This issue is now fixed by 96464e5 (3.12 main) and 79d2269 (3.11).
    Thanks.

    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 (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

    3 participants