From f839c27027ee0656319b7d7033d898e5b559c96b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 14 Dec 2001 21:28:53 +0000 Subject: 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). --- Lib/test/regrtest.py | 2 ++ 1 file changed, 2 insertions(+) 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 """, -- cgit v0.12