mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Added tests expected to be skipped on Mac OS X.
This commit is contained in:
parent
f8a6f241b3
commit
398c236c1b
1 changed files with 21 additions and 0 deletions
|
@ -619,6 +619,27 @@ _expectations = {
|
||||||
test_winreg
|
test_winreg
|
||||||
test_winsound
|
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:
|
class _ExpectedSkips:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue