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 Error #56126

Closed
Abbaszadeh mannequin opened this issue Apr 25, 2011 · 4 comments
Closed

Test Error #56126

Abbaszadeh mannequin opened this issue Apr 25, 2011 · 4 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Abbaszadeh
Copy link
Mannequin

Abbaszadeh mannequin commented Apr 25, 2011

BPO 11917
Nosy @bitdancer
Files
  • unnamed
  • 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 2011-04-25.11:49:20.060>
    created_at = <Date 2011-04-25.11:08:41.802>
    labels = ['invalid', 'type-bug', 'tests']
    title = 'Test Error'
    updated_at = <Date 2011-04-25.15:34:00.663>
    user = 'https://bugs.python.org/Abbaszadeh'

    bugs.python.org fields:

    activity = <Date 2011-04-25.15:34:00.663>
    actor = 'r.david.murray'
    assignee = 'none'
    closed = True
    closed_date = <Date 2011-04-25.11:49:20.060>
    closer = 'Abbaszadeh'
    components = ['Tests']
    creation = <Date 2011-04-25.11:08:41.802>
    creator = 'Abbaszadeh'
    dependencies = []
    files = ['21772']
    hgrepos = []
    issue_num = 11917
    keywords = []
    message_count = 4.0
    messages = ['134377', '134383', '134389', '134391']
    nosy_count = 2.0
    nosy_names = ['r.david.murray', 'Abbaszadeh']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue11917'
    versions = ['Python 3.2']

    @Abbaszadeh
    Copy link
    Mannequin Author

    Abbaszadeh mannequin commented Apr 25, 2011

    == CPython 3.2 (r32:88445, Apr 24 2011, 14:27:42) [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)]
    ==   Linux-2.6.32-71.el6.x86_64-x86_64-with-redhat-6.0-Santiago little-endian
    ==   /usr/local/src/Python-3.2/build/test_python_2976
    Testing with flags: sys.flags(debug=0, division_warning=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0)
    [1/1] test_whatever
    test test_whatever crashed -- <class 'ImportError'>: No module named test_whatever
    Traceback (most recent call last):
      File "/usr/local/src/Python-3.2/Lib/test/regrtest.py", line 962, in runtest_inner
        the_package = __import__(abstest, globals(), locals(), [])
    ImportError: No module named test_whatever
    1 test failed:
        test_whatever

    @Abbaszadeh Abbaszadeh mannequin added build The build process and cross-build tests Tests in the Lib/test dir labels Apr 25, 2011
    @Abbaszadeh Abbaszadeh mannequin closed this as completed Apr 25, 2011
    @bitdancer
    Copy link
    Member

    For the record: yes this is the way regrtest works when a test named on the command line doesn't exist. Not pretty, I'll grant you. Maybe someone will propose a patch/feature request to improve the error message some day.

    @bitdancer bitdancer added invalid type-bug An unexpected behavior, bug, or error and removed build The build process and cross-build labels Apr 25, 2011
    @Abbaszadeh
    Copy link
    Mannequin Author

    Abbaszadeh mannequin commented Apr 25, 2011

    Dear sir;

    I will try to compile python-3.2 in REDHAT EL 6.0. There are a lot of
    failure in "make test". How can I fix them?

    for example test_import, test_httpserver, ....

    Thanks
    Abbaszadeh

    On Mon, Apr 25, 2011 at 6:36 PM, R. David Murray <report@bugs.python.org>wrote:

    R. David Murray <rdmurray@bitdance.com> added the comment:

    For the record: yes this is the way regrtest works when a test named on the
    command line doesn't exist. Not pretty, I'll grant you. Maybe someone will
    propose a patch/feature request to improve the error message some day.

    ----------
    nosy: +r.david.murray
    resolution: -> invalid
    stage: -> committed/rejected
    type: compile error -> behavior


    Python tracker <report@bugs.python.org>
    <http://bugs.python.org/issue11917\>


    @bitdancer
    Copy link
    Member

    Your best resources would probably be the python mailing list (python-list, see http://mail.python.org) which is also comp.lang.python, or the #python irc channel on freenode.

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