[Python-checkins] python/dist/src/Lib/test regrtest.py,1.110,1.111

jlt63@users.sourceforge.net jlt63@users.sourceforge.net
Thu, 05 Dec 2002 07:18:20 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Patch #551977: Regression exceptions for cygwin

This patch updates regrtest.py to understand which 
tests are normally skipped under Cygwin. The list of 
tests was verified with the Cygwin Python maintainer.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** regrtest.py	4 Dec 2002 03:26:57 -0000	1.110
--- regrtest.py	5 Dec 2002 15:18:15 -0000	1.111
***************
*** 853,856 ****
--- 853,878 ----
          test_winsound
          """,
+     'cygwin':
+         """
+         test_al
+         test_cd
+         test_cl
+         test_curses
+         test_dbm
+         test_email_codecs
+         test_gl
+         test_imgfile
+         test_largefile
+         test_linuxaudiodev
+         test_locale
+         test_mpz
+         test_nis
+         test_socket_ssl
+         test_socketserver
+         test_sunaudiodev
+         test_unicode_file
+         test_winreg
+         test_winsound
+         """,
  }