Commit 944a6c32 authored by Guido van Rossum's avatar Guido van Rossum

test_applesingle is an expected skip almost anywhere.

parent 403a2032
...@@ -592,6 +592,7 @@ _expectations = { ...@@ -592,6 +592,7 @@ _expectations = {
'linux2': 'linux2':
""" """
test_al test_al
test_applesingle
test_bsddb185 test_bsddb185
test_cd test_cd
test_cl test_cl
...@@ -654,6 +655,7 @@ _expectations = { ...@@ -654,6 +655,7 @@ _expectations = {
'unixware7': 'unixware7':
""" """
test_al test_al
test_applesingle
test_bsddb test_bsddb
test_bsddb185 test_bsddb185
test_cd test_cd
...@@ -675,6 +677,7 @@ _expectations = { ...@@ -675,6 +677,7 @@ _expectations = {
'openunix8': 'openunix8':
""" """
test_al test_al
test_applesingle
test_bsddb test_bsddb
test_bsddb185 test_bsddb185
test_cd test_cd
...@@ -696,6 +699,7 @@ _expectations = { ...@@ -696,6 +699,7 @@ _expectations = {
'sco_sv3': 'sco_sv3':
""" """
test_al test_al
test_applesingle
test_asynchat test_asynchat
test_bsddb test_bsddb
test_bsddb185 test_bsddb185
...@@ -726,6 +730,7 @@ _expectations = { ...@@ -726,6 +730,7 @@ _expectations = {
'riscos': 'riscos':
""" """
test_al test_al
test_applesingle
test_asynchat test_asynchat
test_atexit test_atexit
test_bsddb test_bsddb
...@@ -791,6 +796,7 @@ _expectations = { ...@@ -791,6 +796,7 @@ _expectations = {
'sunos5': 'sunos5':
""" """
test_al test_al
test_applesingle
test_bsddb test_bsddb
test_bsddb185 test_bsddb185
test_cd test_cd
...@@ -811,6 +817,7 @@ _expectations = { ...@@ -811,6 +817,7 @@ _expectations = {
'hp-ux11': 'hp-ux11':
""" """
test_al test_al
test_applesingle
test_bsddb test_bsddb
test_bsddb185 test_bsddb185
test_cd test_cd
...@@ -837,6 +844,7 @@ _expectations = { ...@@ -837,6 +844,7 @@ _expectations = {
'atheos': 'atheos':
""" """
test_al test_al
test_applesingle
test_bsddb185 test_bsddb185
test_cd test_cd
test_cl test_cl
...@@ -861,6 +869,7 @@ _expectations = { ...@@ -861,6 +869,7 @@ _expectations = {
'cygwin': 'cygwin':
""" """
test_al test_al
test_applesingle
test_bsddb185 test_bsddb185
test_bsddb3 test_bsddb3
test_cd test_cd
...@@ -883,6 +892,7 @@ _expectations = { ...@@ -883,6 +892,7 @@ _expectations = {
'os2emx': 'os2emx':
""" """
test_al test_al
test_applesingle
test_audioop test_audioop
test_bsddb185 test_bsddb185
test_bsddb3 test_bsddb3
...@@ -906,35 +916,36 @@ _expectations = { ...@@ -906,35 +916,36 @@ _expectations = {
test_signal test_signal
test_sunaudiodev test_sunaudiodev
""", """,
'freebsd4': 'freebsd4':
""" """
test_aepack test_aepack
test_al test_al
test_bsddb test_applesingle
test_bsddb3 test_bsddb
test_cd test_bsddb3
test_cl test_cd
test_email_codecs test_cl
test_gl test_email_codecs
test_imgfile test_gl
test_linuxaudiodev test_imgfile
test_locale test_linuxaudiodev
test_macfs test_locale
test_macostools test_macfs
test_nis test_macostools
test_normalization test_nis
test_ossaudiodev test_normalization
test_pep277 test_ossaudiodev
test_plistlib test_pep277
test_scriptpackages test_plistlib
test_socket_ssl test_scriptpackages
test_socketserver test_socket_ssl
test_sunaudiodev test_socketserver
test_timeout test_sunaudiodev
test_unicode_file test_timeout
test_urllibnet test_unicode_file
test_winreg test_urllibnet
test_winsound test_winreg
test_winsound
""", """,
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment