]> 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:02:27 +0000 (20:02 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 7 Jun 2003 20:02:27 +0000 (20:02 +0000)
Lib/test/regrtest.py

index 014a87af5c86b0e1edd018c97d876501d2d6dfd0..a91172141a3a62fb9d0f9a4028b99be1a8e06245 100755 (executable)
@@ -715,6 +715,29 @@ _expectations = {
         test_winreg
         test_winsound
         """,
+    'freebsd4':
+        """
+       test_al
+       test_cd
+       test_cl
+       test_curses
+       test_email_codecs
+       test_gdbm
+       test_gl
+       test_imgfile
+       test_linuxaudiodev
+       test_locale
+       test_minidom
+       test_nis
+       test_pyexpat
+       test_sax
+       test_socket_ssl
+       test_socketserver
+       test_sunaudiodev
+       test_unicode_file
+       test_winreg
+       test_winsound
+       """,
 }
 
 class _ExpectedSkips: