[Python-checkins] python/dist/src/Lib/test regrtest.py,1.149,1.150
gvanrossum at users.sourceforge.net
gvanrossum at users.sourceforge.net
Thu Nov 20 17:11:32 EST 2003
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv10625
Modified Files:
regrtest.py
Log Message:
test_applesingle is an expected skip almost anywhere.
Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.149
retrieving revision 1.150
diff -C2 -d -r1.149 -r1.150
*** regrtest.py 20 Nov 2003 19:02:02 -0000 1.149
--- regrtest.py 20 Nov 2003 22:11:29 -0000 1.150
***************
*** 593,596 ****
--- 593,597 ----
"""
test_al
+ test_applesingle
test_bsddb185
test_cd
***************
*** 655,658 ****
--- 656,660 ----
"""
test_al
+ test_applesingle
test_bsddb
test_bsddb185
***************
*** 676,679 ****
--- 678,682 ----
"""
test_al
+ test_applesingle
test_bsddb
test_bsddb185
***************
*** 697,700 ****
--- 700,704 ----
"""
test_al
+ test_applesingle
test_asynchat
test_bsddb
***************
*** 727,730 ****
--- 731,735 ----
"""
test_al
+ test_applesingle
test_asynchat
test_atexit
***************
*** 792,795 ****
--- 797,801 ----
"""
test_al
+ test_applesingle
test_bsddb
test_bsddb185
***************
*** 812,815 ****
--- 818,822 ----
"""
test_al
+ test_applesingle
test_bsddb
test_bsddb185
***************
*** 838,841 ****
--- 845,849 ----
"""
test_al
+ test_applesingle
test_bsddb185
test_cd
***************
*** 862,865 ****
--- 870,874 ----
"""
test_al
+ test_applesingle
test_bsddb185
test_bsddb3
***************
*** 884,887 ****
--- 893,897 ----
"""
test_al
+ test_applesingle
test_audioop
test_bsddb185
***************
*** 907,939 ****
test_sunaudiodev
""",
! 'freebsd4':
! """
! test_aepack
! test_al
! test_bsddb
! test_bsddb3
! test_cd
! test_cl
! test_email_codecs
! test_gl
! test_imgfile
! test_linuxaudiodev
! test_locale
! test_macfs
! test_macostools
! test_nis
! test_normalization
! test_ossaudiodev
! test_pep277
! test_plistlib
! test_scriptpackages
! test_socket_ssl
! test_socketserver
! test_sunaudiodev
! test_timeout
! test_unicode_file
! test_urllibnet
! test_winreg
! test_winsound
""",
}
--- 917,950 ----
test_sunaudiodev
""",
! 'freebsd4':
! """
! test_aepack
! test_al
! test_applesingle
! test_bsddb
! test_bsddb3
! test_cd
! test_cl
! test_email_codecs
! test_gl
! test_imgfile
! test_linuxaudiodev
! test_locale
! test_macfs
! test_macostools
! test_nis
! test_normalization
! test_ossaudiodev
! test_pep277
! test_plistlib
! test_scriptpackages
! test_socket_ssl
! test_socketserver
! test_sunaudiodev
! test_timeout
! test_unicode_file
! test_urllibnet
! test_winreg
! test_winsound
""",
}
More information about the Python-checkins
mailing list