[Python-checkins] python/dist/src/Lib/test regrtest.py,1.88,1.89

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Wed, 17 Jul 2002 08:08:27 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv18754

Modified Files:
	regrtest.py 
Log Message:
Add a rather generous set of tests allowed to be skipped on sunos5.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** regrtest.py	16 Jul 2002 21:35:23 -0000	1.88
--- regrtest.py	17 Jul 2002 15:08:24 -0000	1.89
***************
*** 681,684 ****
--- 681,707 ----
          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':
          """