[Jython-checkins] jython: Re-instate test_tarfile as expected failure (Windows)

jeff.allen jython-checkins at python.org
Thu Mar 16 03:08:52 EDT 2017


https://hg.python.org/jython/rev/a440ab77aa74
changeset:   8063:a440ab77aa74
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Thu Mar 16 03:26:48 2017 +0000
summary:
  Re-instate test_tarfile as expected failure (Windows)

Passes on C drive, fails on D drive, but not repeatably the same way.

files:
  Lib/test/regrtest.py |  1 +
  1 files changed, 1 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
@@ -1358,6 +1358,7 @@
         # 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