test_applesingle is an expected skip almost anywhere.

This commit is contained in:
Guido van Rossum 2003-11-20 22:11:29 +00:00
parent 403a203223
commit 944a6c32d7

View file

@ -592,6 +592,7 @@ _expectations = {
'linux2':
"""
test_al
test_applesingle
test_bsddb185
test_cd
test_cl
@ -654,6 +655,7 @@ _expectations = {
'unixware7':
"""
test_al
test_applesingle
test_bsddb
test_bsddb185
test_cd
@ -675,6 +677,7 @@ _expectations = {
'openunix8':
"""
test_al
test_applesingle
test_bsddb
test_bsddb185
test_cd
@ -696,6 +699,7 @@ _expectations = {
'sco_sv3':
"""
test_al
test_applesingle
test_asynchat
test_bsddb
test_bsddb185
@ -726,6 +730,7 @@ _expectations = {
'riscos':
"""
test_al
test_applesingle
test_asynchat
test_atexit
test_bsddb
@ -791,6 +796,7 @@ _expectations = {
'sunos5':
"""
test_al
test_applesingle
test_bsddb
test_bsddb185
test_cd
@ -811,6 +817,7 @@ _expectations = {
'hp-ux11':
"""
test_al
test_applesingle
test_bsddb
test_bsddb185
test_cd
@ -837,6 +844,7 @@ _expectations = {
'atheos':
"""
test_al
test_applesingle
test_bsddb185
test_cd
test_cl
@ -861,6 +869,7 @@ _expectations = {
'cygwin':
"""
test_al
test_applesingle
test_bsddb185
test_bsddb3
test_cd
@ -883,6 +892,7 @@ _expectations = {
'os2emx':
"""
test_al
test_applesingle
test_audioop
test_bsddb185
test_bsddb3
@ -906,35 +916,36 @@ _expectations = {
test_signal
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
'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
""",
}