diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-02 21:41:36 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-02 21:41:36 (GMT) |
commit | 398c236c1ba358a43a34137dc9ca670d76f7eb84 (patch) | |
tree | 7c75f01f6c596495a807cf1026e99e8c8901db76 /Lib/test/regrtest.py | |
parent | f8a6f241b33310dee28e8f83d52a79f6ea84ceb9 (diff) | |
download | cpython-398c236c1ba358a43a34137dc9ca670d76f7eb84.zip cpython-398c236c1ba358a43a34137dc9ca670d76f7eb84.tar.gz cpython-398c236c1ba358a43a34137dc9ca670d76f7eb84.tar.bz2 |
Added tests expected to be skipped on Mac OS X.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index cb49ed5..3bb2668 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: |