summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-11-24 02:40:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-11-24 02:40:40 (GMT)
commitd332c085ea72e2c149e84f54d4b3afbb1eaeb1e3 (patch)
treece7f1e3c7eb8397bc3aed7dd02be06be9d8f1d31 /Lib/test/regrtest.py
parentb9ac505110c4904db72f613bc824b22dcba3d6fb (diff)
downloadcpython-d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3.zip
cpython-d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3.tar.gz
cpython-d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3.tar.bz2
Skip test_normalization on Windows until it's at least clear why the
data it needs doesn't exist in the project. If it's a huge file, maybe the test should be changed to be one of the -u thingies.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index db81424..e7eb73f 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -528,6 +528,7 @@ _expectations = {
test_mhlib
test_mpz
test_nis
+ test_normalization
test_openpty
test_poll
test_pty