]> granicus.if.org Git - python/commitdiff
Patch from Aldo Cortesi: expected skips for OpenBSD.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Mar 2006 10:02:34 +0000 (10:02 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Mar 2006 10:02:34 +0000 (10:02 +0000)
Lib/test/regrtest.py

index 143205cd1a08e84b3bf7dbb7013925c87fe31a3d..f229360dc8d83b14c403a3cadf4d584dcc3eb42c 100755 (executable)
@@ -1122,6 +1122,36 @@ _expectations = {
         test_zipimport
         test_zlib
         """,
+    'openbsd3':
+        """
+        test_aepack
+        test_al
+        test_applesingle
+        test_bsddb
+        test_bsddb3
+        test_cd
+        test_cl
+        test_ctypes
+        test_dl
+        test_gdbm
+        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_tcl
+        test_sunaudiodev
+        test_unicode_file
+        test_winreg
+        test_winsound
+        """,
 }
 _expectations['freebsd5'] = _expectations['freebsd4']
 _expectations['freebsd6'] = _expectations['freebsd4']