Bugs item #661981, was opened at 2003-01-03 20:52
Message generated for change (Comment added) made by bcannon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=661981&group_id=5470
Category: Python Interpreter Core
Group: Python 2.2.2
Status: Closed
Resolution: Fixed
Priority: 3
Submitted By: Ismaeel Abdur-Rasheed (ismaeek)
Assigned to: Nobody/Anonymous (nobody)
Summary: need to skip some build tests for sunos5
Initial Comment:
make test reports the following after completion:
173 tests OK.
20 tests skipped:
test_al test_bsddb test_cd test_cl test_curses test_dl
test_email_codecs test_gdbm test_gl test_imgfile
test_linuxaudiodev test_minidom test_openpty
test_pyexpat test_sax
test_socket_ssl test_socketserver test_sunaudiodev
test_winreg
test_winsound
Ask someone to teach regrtest.py about which tests are
expected to get skipped on sunos5.
- izzy
----------------------------------------------------------------------
Comment By: Brett Cannon (bcannon)
Date: 2004-03-21 11:03
Message:
Logged In: YES
user_id=357491
Fixed in 2.3
----------------------------------------------------------------------
Comment By: Tim Peters (tim_one)
Date: 2003-01-03 22:11
Message:
Logged In: YES
user_id=31435
The "someone" you need to ask has to be expert in both
suos5 and Python. If such a person existed, and had time
enough to bother, they already would have done this
<wink>. In the meantime, skipping a test is a not a test
failure, so don't worry about it.
----------------------------------------------------------------------