From: Jack Jansen Date: Sun, 2 Dec 2001 21:41:36 +0000 (+0000) Subject: Added tests expected to be skipped on Mac OS X. X-Git-Tag: v2.2.1c1~612 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=398c236c1ba358a43a34137dc9ca670d76f7eb84;p=python Added tests expected to be skipped on Mac OS X. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index cb49ed524f..3bb26681a7 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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: