summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-23 22:56:58 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-23 22:56:58 (GMT)
commitc2dd2f0966ff7406cf69816d097c25ed3d498c1d (patch)
tree26f1fb9474488e0b3dcf91e4dad4fb3bc5432b95 /Lib
parent71b13e8b4c4aad547d870a63e9b2f8784835eb2f (diff)
downloadcpython-c2dd2f0966ff7406cf69816d097c25ed3d498c1d.zip
cpython-c2dd2f0966ff7406cf69816d097c25ed3d498c1d.tar.gz
cpython-c2dd2f0966ff7406cf69816d097c25ed3d498c1d.tar.bz2
Expect to skip test_iconv_codecs on MacOSX.
Diffstat (limited to 'Lib')
-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 6acd18b..acb9492 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -770,6 +770,7 @@ _expectations = {
test_email_codecs
test_gdbm
test_gl
+ test_iconv_codecs
test_imgfile
test_largefile
test_linuxaudiodev