[Jython-checkins] jython: Defer fixing test_asynchat, test_asyncore

jim.baker jython-checkins at python.org
Wed Nov 5 16:57:33 CET 2014


https://hg.python.org/jython/rev/7f0ba06ef74e
changeset:   7406:7f0ba06ef74e
user:        Jim Baker <jim.baker at rackspace.com>
date:        Wed Nov 05 16:57:04 2014 +0100
summary:
  Defer fixing test_asynchat, test_asyncore

These flaky tests should be reevaluated after 2.7.0.

files:
  Lib/test/regrtest.py |  4 ++++
  1 files changed, 4 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
@@ -1262,6 +1262,10 @@
         # Requires Python bytecode compilation support
         test_longexp
 
+        # Nonreliable tests
+        test_asynchat
+        test_asyncore
+
         # Tests that should work with socket-reboot, but currently hang
         test_ftplib
         test_httplib

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


More information about the Jython-checkins mailing list