[Jython-checkins] jython: Exclude the minimal test_jsr223, which causes subsequent regrtest problems

jim.baker jython-checkins at python.org
Fri Jan 8 22:21:57 EST 2016


https://hg.python.org/jython/rev/89598c765f74
changeset:   7859:89598c765f74
user:        Jim Baker <jim.baker at rackspace.com>
date:        Fri Jan 08 20:21:41 2016 -0700
summary:
  Exclude the minimal test_jsr223, which causes subsequent regrtest problems

The changes for #2154 are now causing regrtest to print output for
subsequent tests, which then causes other failures. Exclude this test
by default for now.

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


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1354,6 +1354,9 @@
         test_httplib
         test_poplib            # 'NoneType' is not iterable
         test_smtplib
+
+        # Problems with the latest JSR 223 changes; see http://bugs.jython.org/issue2154
+        test_jsr223
         """,
 
     'java.nt':     # Expected to fail on Windows

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


More information about the Jython-checkins mailing list