]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #746801: FreeBSD 4 expected failures, by Charles Swiger.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 7 Jun 2003 20:01:37 +0000 (20:01 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 7 Jun 2003 20:01:37 +0000 (20:01 +0000)
Lib/test/regrtest.py

index 9794fc33c217a53444c8ee356426a2840bb5c350..5b7c41eab4c0d368362266f23a643ea0dedc6157 100755 (executable)
@@ -903,6 +903,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
+        """,
 }
 
 class _ExpectedSkips: