summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-07-17 15:08:24 (GMT)
committerGuido van Rossum <guido@python.org>2002-07-17 15:08:24 (GMT)
commit11c3f0999f932e3697347dde15f99a8ad9f9216d (patch)
tree36b29e946ebfbc058608541420c437768046d4ce /Lib/test/regrtest.py
parentf042db6a9480f1538197a354655235862bf8f438 (diff)
downloadcpython-11c3f0999f932e3697347dde15f99a8ad9f9216d.zip
cpython-11c3f0999f932e3697347dde15f99a8ad9f9216d.tar.gz
cpython-11c3f0999f932e3697347dde15f99a8ad9f9216d.tar.bz2
Add a rather generous set of tests allowed to be skipped on sunos5.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 21d3457..ff22d21 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -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