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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 08 Jan 2003 08:31:14 -0800


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

Modified Files:
	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.116
diff -C2 -d -r1.115 -r1.116
*** regrtest.py	31 Dec 2002 11:26:50 -0000	1.115
--- regrtest.py	8 Jan 2003 16:31:11 -0000	1.116
***************
*** 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