[ python-Bugs-1083645 ] Tests fail instead of skip

SourceForge.net noreply at sourceforge.net
Sat Dec 18 15:34:08 CET 2004


Bugs item #1083645, was opened at 2004-12-11 18:06
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1083645&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Detlef Vollmann (dvch)
Assigned to: Raymond Hettinger (rhettinger)
Summary: Tests fail instead of skip

Initial Comment:
On Linux, with threads disabled (--with-threads=no),
the tests test_imp, test_list and test_userlist
fail instead of skipping.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-12-18 09:34

Message:
Logged In: YES 
user_id=80475

Please try out the attached patch and let me know if the
full test_suite passes.

----------------------------------------------------------------------

Comment By: Detlef Vollmann (dvch)
Date: 2004-12-18 06:48

Message:
Logged In: YES 
user_id=729909

Sorry, from the short output of 'make test' the problem
seemed obvious:
test_imp
test test_imp failed -- expected imp.lock_held() to be True
...
test_list
ImportError: No module named thread
...
test_userlist
ImportError: No module named thread

But after running the tests manually, I noticed that the latter
two tests are complete test packs.
The complete output is attached.

Detlef

----------------------------------------------------------------------

Comment By: Brett Cannon (bcannon)
Date: 2004-12-17 23:33

Message:
Logged In: YES 
user_id=357491

Can you run these tests individually and save the output to see how they 
are failing?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1083645&group_id=5470


More information about the Python-bugs-list mailing list