[Python-checkins] python/dist/src/Lib/test regrtest.py,1.115,1.115.2.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sat, 04 Jan 2003 16:17:56 -0800


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

Modified Files:
      Tag: r23a1-branch
	regrtest.py 
Log Message:
Updated the list of expected skips for MacPython-OS9.

Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.115
retrieving revision 1.115.2.1
diff -C2 -d -r1.115 -r1.115.2.1
*** regrtest.py	31 Dec 2002 11:26:50 -0000	1.115
--- regrtest.py	5 Jan 2003 00:17:52 -0000	1.115.2.1
***************
*** 596,600 ****
--- 596,603 ----
          """
          test_al
+         test_atexit
          test_bsddb
+         test_bsddb3
+         test_bz2
          test_cd
          test_cl
***************
*** 604,607 ****
--- 607,611 ----
          test_dbm
          test_dl
+         test_email_codecs
          test_fcntl
          test_fork1
***************
*** 613,623 ****
--- 617,631 ----
          test_locale
          test_mmap
+         test_mpz
          test_nis
          test_ntpath
          test_openpty
+         test_ossaudiodev
          test_poll
+         test_popen
          test_popen2
          test_pty
          test_pwd
+         test_resource
          test_signal
          test_socketserver