Skip to content

Commit 398c236

Browse files
committed
Added tests expected to be skipped on Mac OS X.
1 parent f8a6f24 commit 398c236

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: Lib/test/regrtest.py

+21
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,27 @@ def tolist(self, sorted=1):
619619
test_winreg
620620
test_winsound
621621
""",
622+
'darwin1':
623+
"""
624+
test_al
625+
test_cd
626+
test_cl
627+
test_curses
628+
test_dl
629+
test_gdbm
630+
test_gl
631+
test_imgfile
632+
test_largefile
633+
test_linuxaudiodev
634+
test_minidom
635+
test_nis
636+
test_ntpath
637+
test_poll
638+
test_socket_ssl
639+
test_sunaudiodev
640+
test_winreg
641+
test_winsound
642+
""",
622643
}
623644

624645
class _ExpectedSkips:

0 commit comments

Comments
 (0)