From: Guido van Rossum Date: Wed, 17 Jul 2002 15:08:24 +0000 (+0000) Subject: Add a rather generous set of tests allowed to be skipped on sunos5. X-Git-Tag: v2.3c1~4975 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11c3f0999f932e3697347dde15f99a8ad9f9216d;p=python Add a rather generous set of tests allowed to be skipped on sunos5. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 21d3457d22..ff22d2190a 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