]> granicus.if.org Git - python/commitdiff
Added tests expected to be skipped on Mac OS X.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 2 Dec 2001 21:41:36 +0000 (21:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 2 Dec 2001 21:41:36 +0000 (21:41 +0000)
Lib/test/regrtest.py

index cb49ed524fa160954f8dc78b563a625967a68cb7..3bb26681a7db92a962a6e81f35c7856b734172ae 100755 (executable)
@@ -619,6 +619,27 @@ _expectations = {
         test_winreg
         test_winsound
         """,
+    'darwin1':
+        """
+        test_al
+        test_cd
+        test_cl
+        test_curses
+        test_dl
+        test_gdbm
+        test_gl
+        test_imgfile
+        test_largefile
+        test_linuxaudiodev
+        test_minidom
+        test_nis
+        test_ntpath
+        test_poll
+        test_socket_ssl
+        test_sunaudiodev
+        test_winreg
+        test_winsound
+        """,
 }
 
 class _ExpectedSkips: