mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Add a rather generous set of tests allowed to be skipped on sunos5.
This commit is contained in:
parent
f042db6a94
commit
11c3f0999f
1 changed files with 23 additions and 0 deletions
|
@ -680,6 +680,29 @@ _expectations = {
|
|||
test_winreg
|
||||
test_winsound
|
||||
""",
|
||||
'sunos5':
|
||||
"""
|
||||
test_al
|
||||
test_bsddb
|
||||
test_cd
|
||||
test_cl
|
||||
test_curses
|
||||
test_dbm
|
||||
test_email_codecs
|
||||
test_gdbm
|
||||
test_gl
|
||||
test_gzip
|
||||
test_imgfile
|
||||
test_linuxaudiodev
|
||||
test_mpz
|
||||
test_openpty
|
||||
test_socket_ssl
|
||||
test_socketserver
|
||||
test_winreg
|
||||
test_winsound
|
||||
test_zipfile
|
||||
test_zlib
|
||||
"""
|
||||
'hp-ux11':
|
||||
"""
|
||||
test_al
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue