[Jython-checkins] jython: Added some tests to skip for now.

frank.wierzbicki jython-checkins at python.org
Thu Mar 22 05:06:50 CET 2012


http://hg.python.org/jython/rev/f352066751ec
changeset:   6469:f352066751ec
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Wed Mar 21 21:06:43 2012 -0700
summary:
  Added some tests to skip for now.

files:
  Lib/test/regrtest.py |  8 +++++++-
  1 files changed, 7 insertions(+), 1 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1207,6 +1207,7 @@
         test_fcntl
         test_fork1
         test_gdbm
+        test_grp
         test_getargs2
         test_gl
         test_hotshot
@@ -1257,9 +1258,14 @@
         test_poplib
         test_pydoc
         test_queue
-         test_smtplib
+        test_smtplib
         test_telnetlib
+
+        test_binascii
+        test_distutils
+        test_urllib2_localnet
         """
+        #Last group above should be re-evaluated before releasing 2.7.
 }
 _expectations['freebsd5'] = _expectations['freebsd4']
 _expectations['freebsd6'] = _expectations['freebsd4']

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list