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: Nobody/Anonymous (nobody) 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 14:41 Message: Logged In: YES user_id=80475 Applied the decimal fixup. It is no longer dependent on threads. See Lib/decimal.py 1.32 and 1.31.2.1 Am unassigning myself for the rest. It's not an especially high priority to teach regrtest.py about tests that should be skipped when there are no threads. ---------------------------------------------------------------------- Comment By: Detlef Vollmann (dvch) Date: 2004-12-18 11:04 Message: Logged In: YES user_id=729909 test_list and test_userlist succeed now, great, thanks. test_imp still fails as before :-( Detlef ---------------------------------------------------------------------- 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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com