diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-30 23:03:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-30 23:03:13 (GMT) |
commit | acda3394bbfb1db3b22673a80cb2d7e3c68b3da9 (patch) | |
tree | 6d104ce9a5e744e744ac66b4f70ab2ba85dbde4b | |
parent | 06f0cef1ca6272bd0244ea6ab30b5b5c79eaeaae (diff) | |
download | cpython-acda3394bbfb1db3b22673a80cb2d7e3c68b3da9.zip cpython-acda3394bbfb1db3b22673a80cb2d7e3c68b3da9.tar.gz cpython-acda3394bbfb1db3b22673a80cb2d7e3c68b3da9.tar.bz2 |
Updated the expected skips for MacOSX.
-rwxr-xr-x | Lib/test/regrtest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 413cab2..9f24c06 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -753,6 +753,7 @@ _expectations = { 'darwin': """ test_al + test_bsddb test_bsddb3 test_cd test_cl @@ -764,10 +765,12 @@ _expectations = { test_imgfile test_largefile test_linuxaudiodev + test_locale test_minidom test_mpz test_nis test_ntpath + test_ossaudiodev test_poll test_socketserver test_sunaudiodev |