summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-12-14 21:28:53 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-12-14 21:28:53 (GMT)
commitf839c27027ee0656319b7d7033d898e5b559c96b (patch)
treeccf320ac17298a298f56df6ce8a5157f45cfbc33 /Lib/test/regrtest.py
parentdda7dcb3f76710371183af51428427796e7b9c64 (diff)
downloadcpython-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/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
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
""",