[Jython-checkins] jython: For now, do not run test_locale - causes issues on Linux in subsequent tests

jim.baker jython-checkins at python.org
Thu Apr 17 02:30:20 CEST 2014


http://hg.python.org/jython/rev/035eded55c4d
changeset:   7208:035eded55c4d
user:        Jim Baker <jim.baker at rackspace.com>
date:        Wed Apr 16 18:30:13 2014 -0600
summary:
  For now, do not run test_locale - causes issues on Linux in subsequent tests

files:
  Lib/test/regrtest.py |  3 ++-
  1 files changed, 2 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
@@ -1249,10 +1249,11 @@
         test_poll
         test_profile
 
-        # Causing issues
+        # The following tests cause issues for tests that are subsequently run
         test_distutils
         test_email_codecs
         test_io
+        test_locale
 
         # Should fix these tests so they are not hardcoded for CPython pyc files
         # test_compileall

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


More information about the Jython-checkins mailing list