test_crypt
test_curses
test_dbm
- test_dl
test_fcntl
test_fork1
test_epoll
test_ioctl
test_largefile
test_kqueue
- test_mhlib
test_openpty
test_ossaudiodev
test_pipes
'linux2':
"""
test_curses
- test_dl
test_largefile
test_kqueue
test_ossaudiodev
test_crypt
test_curses
test_dbm
- test_dl
test_fcntl
test_fork1
test_epoll
'unixware7':
"""
test_bsddb
- test_dl
test_epoll
test_largefile
test_kqueue
'openunix8':
"""
test_bsddb
- test_dl
test_epoll
test_largefile
test_kqueue
"""
test_asynchat
test_bsddb
- test_dl
test_fork1
test_epoll
test_gettext
"""
test_bsddb
test_curses
- test_dl
test_epoll
test_dbm_gnu
test_gzip
'atheos':
"""
test_curses
- test_dl
test_dbm_gnu
test_epoll
test_largefile
test_audioop
test_bsddb3
test_curses
- test_dl
test_epoll
test_kqueue
test_largefile
- test_mhlib
test_mmap
test_openpty
test_ossaudiodev
test_bsddb
test_bsddb3
test_bz2
- test_dl
test_epoll
test_dbm_gnu
test_gzip
test_bsddb
test_bsddb3
test_ctypes
- test_dl
test_epoll
test_dbm_gnu
test_locale
test_bsddb3
test_ctypes
test_curses
- test_dl
test_epoll
test_dbm_gnu
test_locale
if test_timeout.skip_expected:
self.expected.add('test_timeout')
- if not sys.platform in ("mac", "darwin"):
- MAC_ONLY = ["test_macostools", "test_aepack",
- "test_plistlib", "test_scriptpackages",
- "test_applesingle"]
- for skip in MAC_ONLY:
- self.expected.add(skip)
-
if sys.platform != "win32":
# test_sqlite is only reliable on Windows where the library
# is distributed with Python