summaryrefslogtreecommitdiff
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-19 21:39:06 +0000
committerBenjamin Peterson <benjamin@python.org>2008-06-19 21:39:06 +0000
commit6f5a2b52ae769ba1833aef8a52b6ab89921ee8c6 (patch)
treea982a1c281804cea3011ce9c2ddd5e356037c7d3 /Lib/test/regrtest.py
parent9b69ed9d6733aacca64d043f555af263f98b7df6 (diff)
downloadcpython-git-6f5a2b52ae769ba1833aef8a52b6ab89921ee8c6.tar.gz
skip test_macostools when UCS4 is enabled
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index bad8136f5b..29c165b121 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1133,6 +1133,9 @@ class _ExpectedSkips:
"test_applesingle"]
for skip in MAC_ONLY:
self.expected.add(skip)
+ elif len(u'\0'.encode('unicode-internal')) == 4:
+ self.expected.add("test_macostools")
+
if sys.platform != "win32":
# test_sqlite is only reliable on Windows where the library