diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-14 21:28:53 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-14 21:28:53 (GMT) |
commit | f839c27027ee0656319b7d7033d898e5b559c96b (patch) | |
tree | ccf320ac17298a298f56df6ce8a5157f45cfbc33 /Lib | |
parent | dda7dcb3f76710371183af51428427796e7b9c64 (diff) | |
download | cpython-f839c27027ee0656319b7d7033d898e5b559c96b.zip cpython-f839c27027ee0656319b7d7033d898e5b559c96b.tar.gz cpython-f839c27027ee0656319b7d7033d898e5b559c96b.tar.bz2 |
Added test_socketserver and test_unicode_file to tests expected to be
skipped on Mac OS X. Not sure yet about test_locale.py: this may be
due to my copy of Mac OS X (although it talks english fine enough).
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 25cabff..280f3cb 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -636,7 +636,9 @@ _expectations = { test_ntpath test_poll test_socket_ssl + test_socketserver test_sunaudiodev + test_unicode_file test_winreg test_winsound """, |