[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.45,1.46
Martin v. L?wis
loewis@users.sourceforge.net
2001年9月05日 07:38:50 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv10946
Modified Files:
regrtest.py
Log Message:
Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems.
Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** regrtest.py 2001年09月02日 03:58:41 1.45
--- regrtest.py 2001年09月05日 14:38:48 1.46
***************
*** 549,552 ****
--- 549,576 ----
test_winsound
""",
+ 'unixware5':
+ """
+ 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
+ """,
}