[Jython-checkins] jython: Exclude test_tarfile from regrtest (all platforms). #2574 refers.

jeff.allen jython-checkins at python.org
Sun Mar 26 09:01:41 EDT 2017


https://hg.python.org/jython/rev/f586a4ebf4ff
changeset:   8071:f586a4ebf4ff
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Sun Mar 26 09:03:37 2017 +0100
summary:
  Exclude test_tarfile from regrtest (all platforms). #2574 refers.

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


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1352,8 +1352,8 @@
         # Unreliable tests 
         test_asynchat
         # test_gc                # Rare failures depending on timing of Java gc
-        test_logging           # Hangs, though ok run singly
-        # test_tarfile           # warning on irremovable directory (Windows)
+        test_logging           # Hangs, though ok run singly. Issue #2536
+        test_tarfile           # flakey everywhere. Issue #2574
         # test_urllib2net        # unexpected output makes this a failure to regrtest.py
 
         # Failing tests here are because of lack of STARTTLS; see http://bugs.jython.org/issue2447
@@ -1374,7 +1374,6 @@
         # test_popen             # Passes, but see http://bugs.python.org/issue1559298
         test_runpy             # OSError: unlink()
         test_select_new        # Hangs (Windows), though ok run singly
-        test_tarfile           # flakey (Windows)
         test_urllib2           # file not on local host (likely Windows only)
         """,
 

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


More information about the Jython-checkins mailing list