]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #1509001: expected skips for netbsd3.
authorGeorg Brandl <georg@python.org>
Wed, 21 Jun 2006 17:53:17 +0000 (17:53 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 21 Jun 2006 17:53:17 +0000 (17:53 +0000)
Lib/test/regrtest.py

index 8db90f78d31c08b45396ef2c6306a6114834fed1..26c4d0409faf787056e7f3f3ac4dfbaae37d2b22 100755 (executable)
@@ -1274,6 +1274,37 @@ _expectations = {
         test_winreg
         test_winsound
         """,
+    'netbsd3':
+        """
+        test_aepack
+        test_al
+        test_applesingle
+        test_bsddb
+        test_bsddb185
+        test_bsddb3
+        test_cd
+        test_cl
+        test_ctypes
+        test_curses
+        test_dl
+        test_gdbm
+        test_gl
+        test_imgfile
+        test_linuxaudiodev
+        test_locale
+        test_macfs
+        test_macostools
+        test_nis
+        test_ossaudiodev
+        test_pep277
+        test_sqlite
+        test_startfile
+        test_sunaudiodev
+        test_tcl
+        test_unicode_file
+        test_winreg
+        test_winsound
+        """,
 }
 _expectations['freebsd5'] = _expectations['freebsd4']
 _expectations['freebsd6'] = _expectations['freebsd4']