[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.67,1.68

Jack Jansen jackjansen@users.sourceforge.net
Sun, 02 Dec 2001 13:41:38 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Added tests expected to be skipped on Mac OS X.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** regrtest.py	2001/11/30 14:16:26	1.67
--- regrtest.py	2001/12/02 21:41:36	1.68
***************
*** 620,623 ****
--- 620,644 ----
          test_winsound
          """,
+     'darwin1':
+         """
+         test_al
+         test_cd
+         test_cl
+         test_curses
+         test_dl
+         test_gdbm
+         test_gl
+         test_imgfile
+         test_largefile
+         test_linuxaudiodev
+         test_minidom
+         test_nis
+         test_ntpath
+         test_poll
+         test_socket_ssl
+         test_sunaudiodev
+         test_winreg
+         test_winsound
+         """,
  }