diff options
author | Guido van Rossum <guido@python.org> | 2003-11-20 22:11:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-11-20 22:11:29 (GMT) |
commit | 944a6c32d7f78445e3516636d9fcf1c62e1663ff (patch) | |
tree | 04c6d28809ac205c039533c55b6a70c60e74cdef | |
parent | 403a2032230087943a52453deef93769f22461f8 (diff) | |
download | cpython-944a6c32d7f78445e3516636d9fcf1c62e1663ff.zip cpython-944a6c32d7f78445e3516636d9fcf1c62e1663ff.tar.gz cpython-944a6c32d7f78445e3516636d9fcf1c62e1663ff.tar.bz2 |
test_applesingle is an expected skip almost anywhere.
-rwxr-xr-x | Lib/test/regrtest.py | 69 |
1 files changed, 40 insertions, 29 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 873378b..34213ec 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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 """, } |