This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: need to skip some build tests for sunos5
Type: Stage:
Components: Interpreter Core Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, ismaeek, nbastin, tim.peters
Priority: low Keywords:

Created on 2003-01-04 04:52 by ismaeek, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (4)
msg13867 - (view) Author: Ismaeel Abdur-Rasheed (ismaeek) Date: 2003-01-04 04:52
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
msg13868 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2003-01-04 06:11
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.
msg13869 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-03-21 19:03
Logged In: YES 
user_id=357491

Fixed in 2.3
msg13870 - (view) Author: Nick Bastin (nbastin) * (Python committer) Date: 2004-03-21 19:03
Logged In: YES 
user_id=430343

Fixed in 2.3
History
Date User Action Args
2022-04-10 16:06:06adminsetgithub: 37713
2003-01-04 04:52:38ismaeekcreate