[Python-checkins] python/dist/src/Lib/test regrtest.py,1.70.4.1,1.70.4.2

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 30 Sep 2002 09:16:15 -0700


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

Modified Files:
      Tag: release22-maint
	regrtest.py 
Log Message:
Patch #615069: Fix build problems on SCO Open Server 5.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.70.4.1
retrieving revision 1.70.4.2
diff -C2 -d -r1.70.4.1 -r1.70.4.2
*** regrtest.py	23 Sep 2002 20:45:36 -0000	1.70.4.1
--- regrtest.py	30 Sep 2002 16:16:12 -0000	1.70.4.2
***************
*** 561,565 ****
          test_winsound
          """,
!     'unixware5':
          """
          test_al
--- 561,589 ----
          test_winsound
          """,
!     'unixware7':
!         """
!         test_al
!         test_bsddb
!         test_cd
!         test_cl
!         test_dl
!         test_gl
!         test_imgfile
!         test_largefile
!         test_linuxaudiodev
!         test_minidom
!         test_nis
!         test_ntpath
!         test_openpty
!         test_pyexpat
!         test_sax
!         test_socketserver
!         test_sunaudiodev
!         test_sundry
!         test_unicode_file
!         test_winreg
!         test_winsound
!         """,
!     'openunix8':
          """
          test_al
***************
*** 581,584 ****
--- 605,641 ----
          test_sunaudiodev
          test_sundry
+         test_unicode_file
+         test_winreg
+         test_winsound
+         """,
+     'sco_sv3':
+         """
+         test_al
+         test_asynchat
+         test_bsddb
+         test_cd
+         test_cl
+         test_dl
+         test_fork1
+         test_gettext
+         test_gl
+         test_imgfile
+         test_largefile
+         test_linuxaudiodev
+         test_locale
+         test_minidom
+         test_nis
+         test_ntpath
+         test_openpty
+         test_pyexpat
+         test_queue
+         test_sax
+         test_socketserver
+         test_sunaudiodev
+         test_sundry
+         test_thread
+         test_threaded_import
+         test_threadedtempfile
+         test_threading
          test_unicode_file
          test_winreg