diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-28 14:49:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-28 14:49:00 (GMT) |
commit | 49a806edbb298f2a5be3598bd80c21392cb6968d (patch) | |
tree | 734e6a4ee0cd020a6482e77f49b38ff2e565daf2 /Lib | |
parent | 5cb29a49c820dfd4ee7175b746605f01258b95e3 (diff) | |
download | cpython-49a806edbb298f2a5be3598bd80c21392cb6968d.zip cpython-49a806edbb298f2a5be3598bd80c21392cb6968d.tar.gz cpython-49a806edbb298f2a5be3598bd80c21392cb6968d.tar.bz2 |
Added list of tests expected to be skipped on the mac.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 1140f49..c6d3a04 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -512,6 +512,42 @@ _expectations = { test_winreg test_winsound """, + 'mac': + """ + test_al + test_bsddb + test_cd + test_cl + test_commands + test_crypt + test_dbm + test_dl + test_fcntl + test_fork1 + test_gl + test_grp + test_imgfile + test_largefile + test_linuxaudiodev + test_locale + test_mmap + test_nis + test_ntpath + test_openpty + test_poll + test_popen2 + test_pty + test_pwd + test_signal + test_socket_ssl + test_socketserver + test_sunaudiodev + test_sundry + test_timing + test_unicode_file + test_winreg + test_winsound + """, } class _ExpectedSkips: |