]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
test_applesingle is an expected skip almost anywhere.
authorGuido van Rossum <guido@python.org>
Thu, 20 Nov 2003 22:11:29 +0000 (22:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Nov 2003 22:11:29 +0000 (22:11 +0000)
Lib/test/regrtest.py

index 873378b138792e49aab066be0780bc85d34a8782..34213ecb127171d03b639edc3bbb3dbc62516732 100755 (executable)
@@ -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
         """,
 }