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

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
Tue, 31 Dec 2002 03:26:54 -0800


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

Modified Files:
	regrtest.py 
Log Message:
add list of expected skips for the OS/2 EMX port

Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** regrtest.py	30 Dec 2002 23:03:13 -0000	1.114
--- regrtest.py	31 Dec 2002 11:26:50 -0000	1.115
***************
*** 879,882 ****
--- 879,910 ----
          test_winsound
          """,
+     'os2emx':
+         """
+         test_al
+         test_audioop
+         test_bsddb3
+         test_cd
+         test_cl
+         test_commands
+         test_curses
+         test_dl
+         test_email_codecs
+         test_gl
+         test_imgfile
+         test_largefile
+         test_linuxaudiodev
+         test_mhlib
+         test_mmap
+         test_nis
+         test_openpty
+         test_ossaudiodev
+         test_pty
+         test_resource
+         test_signal
+         test_sunaudiodev
+         test_unicode_file
+         test_winreg
+         test_winsound
+         """,
  }