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

Small error in test_format #39605

Closed
krftkndl mannequin opened this issue Nov 25, 2003 · 3 comments
Closed

Small error in test_format #39605

krftkndl mannequin opened this issue Nov 25, 2003 · 3 comments
Labels
tests Tests in the Lib/test dir

Comments

@krftkndl
Copy link
Mannequin

krftkndl mannequin commented Nov 25, 2003

BPO 849252
Nosy @gvanrossum, @rhettinger
Files
  • test_format.patch: One-line fix
  • 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 2004-01-01.08:00:09.000>
    created_at = <Date 2003-11-25.20:58:08.000>
    labels = ['tests']
    title = 'Small error in test_format'
    updated_at = <Date 2004-01-01.08:00:09.000>
    user = 'https://bugs.python.org/krftkndl'

    bugs.python.org fields:

    activity = <Date 2004-01-01.08:00:09.000>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Tests']
    creation = <Date 2003-11-25.20:58:08.000>
    creator = 'krftkndl'
    dependencies = []
    files = ['5702']
    hgrepos = []
    issue_num = 849252
    keywords = ['patch']
    message_count = 3.0
    messages = ['44935', '44936', '44937']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'rhettinger', 'krftkndl']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue849252'
    versions = ['Python 2.3']

    @krftkndl
    Copy link
    Mannequin Author

    krftkndl mannequin commented Nov 25, 2003

    There is an off-by-one bug in test_format, which causes
    a test that's supposed to run only on 32-bit machines
    to be skipped everywhere.

    @krftkndl krftkndl mannequin closed this as completed Nov 25, 2003
    @krftkndl krftkndl mannequin added the tests Tests in the Lib/test dir label Nov 25, 2003
    @krftkndl krftkndl mannequin closed this as completed Nov 25, 2003
    @krftkndl krftkndl mannequin added the tests Tests in the Lib/test dir label Nov 25, 2003
    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    Thanks, fixed in CVS.

    (I'm leaving this open since somebody might want to backport
    the fix to 2.3.3.)

    @rhettinger
    Copy link
    Contributor

    Logged In: YES
    user_id=80475

    Looks like this was applied to 2.3.3 already.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants