[Jython-checkins] jython: Add sysconfig and skip test_ascii_formatd, test_epoll.
frank.wierzbicki
jython-checkins at python.org
Fri Mar 16 22:22:11 CET 2012
http://hg.python.org/jython/rev/ccccccdfa27d
changeset: 6404:ccccccdfa27d
user: Frank Wierzbicki <fwierzbicki at gmail.com>
date: Fri Mar 16 14:21:51 2012 -0700
summary:
Add sysconfig and skip test_ascii_formatd, test_epoll.
files:
CPythonLib.includes | 1 +
Lib/test/regrtest.py | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/CPythonLib.includes b/CPythonLib.includes
--- a/CPythonLib.includes
+++ b/CPythonLib.includes
@@ -144,6 +144,7 @@
string.py
StringIO.py
symbol.py
+sysconfig.py
tabnanny.py
this.py
textwrap.py
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1185,6 +1185,7 @@
test_aepack
test_al
test_applesingle
+ test_ascii_formatd
test_audioop
test_bsddb
test_bsddb185
@@ -1201,6 +1202,7 @@
test_dbm
test_dl
test_email_codecs
+ test_epoll
test_fcntl
test_fork1
test_gdbm
--
Repository URL: http://hg.python.org/jython
More information about the Jython-checkins
mailing list