[Python-checkins] python/dist/src/Lib/test regrtest.py,1.141,1.142

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 07 Jun 2003 13:01:39 -0700


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

Modified Files:
	regrtest.py 
Log Message:
Patch #746801: FreeBSD 4 expected failures, by Charles Swiger.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** regrtest.py	17 May 2003 20:44:12 -0000	1.141
--- regrtest.py	7 Jun 2003 20:01:37 -0000	1.142
***************
*** 904,907 ****
--- 904,937 ----
          test_sunaudiodev
          """,
+      'freebsd4':
+          """
+        test_aepack
+        test_al
+        test_bsddb
+        test_bsddb3
+        test_cd
+        test_cl
+        test_email_codecs
+        test_gl
+        test_imgfile
+        test_linuxaudiodev
+        test_locale
+        test_macfs
+        test_macostools
+        test_nis
+        test_normalization
+        test_ossaudiodev
+        test_pep277
+        test_plistlib
+        test_scriptpackages
+        test_socket_ssl
+        test_socketserver
+        test_sunaudiodev
+        test_timeout
+        test_unicode_file
+        test_urllibnet
+        test_winreg
+        test_winsound
+         """,
  }