[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.71,1.72
Skip Montanaro
montanaro@users.sourceforge.net
2002年3月14日 18:54:05 -0800
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv3612
Modified Files:
regrtest.py
Log Message:
first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.
Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** regrtest.py 8 Feb 2002 20:13:53 -0000 1.71
--- regrtest.py 15 Mar 2002 02:54:03 -0000 1.72
***************
*** 643,646 ****
--- 643,676 ----
test_winsound
""",
+ 'hp-ux11':
+ """
+ test_al
+ test_bsddb
+ test_cd
+ test_cl
+ test_curses
+ test_dl
+ test_gdbm
+ test_gl
+ test_gzip
+ test_imgfile
+ test_largefile
+ test_linuxaudiodev
+ test_locale
+ test_minidom
+ test_nis
+ test_ntpath
+ test_openpty
+ test_pyexpat
+ test_sax
+ test_socket_ssl
+ test_socketserver
+ test_sunaudiodev
+ test_unicode_file
+ test_winreg
+ test_winsound
+ test_zipfile
+ test_zlib
+ """,
}