[Python-checkins] python/dist/src/Lib/test regrtest.py,1.70.4.4,1.70.4.5

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 07 Jun 2003 13:02:29 -0700


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

Modified Files:
      Tag: release22-maint
	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.70.4.4
retrieving revision 1.70.4.5
diff -C2 -d -r1.70.4.4 -r1.70.4.5
*** regrtest.py	31 Mar 2003 22:11:45 -0000	1.70.4.4
--- regrtest.py	7 Jun 2003 20:02:27 -0000	1.70.4.5
***************
*** 716,719 ****
--- 716,742 ----
          test_winsound
          """,
+     'freebsd4':
+         """
+ 	test_al
+ 	test_cd
+ 	test_cl
+ 	test_curses
+ 	test_email_codecs
+ 	test_gdbm
+ 	test_gl
+ 	test_imgfile
+ 	test_linuxaudiodev
+ 	test_locale
+ 	test_minidom
+ 	test_nis
+ 	test_pyexpat
+ 	test_sax
+ 	test_socket_ssl
+ 	test_socketserver
+ 	test_sunaudiodev
+ 	test_unicode_file
+ 	test_winreg
+ 	test_winsound
+ 	""",
  }