[Jython-checkins] jython: Add some skips, pull in filecmp.

frank.wierzbicki jython-checkins at python.org
Sat Mar 31 21:26:34 CEST 2012


http://hg.python.org/jython/rev/32efbffce839
changeset:   6512:32efbffce839
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Sat Mar 31 12:26:15 2012 -0700
summary:
  Add some skips, pull in filecmp.

files:
  CPythonLib.includes  |  1 +
  Lib/test/regrtest.py |  7 +++++++
  2 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/CPythonLib.includes b/CPythonLib.includes
--- a/CPythonLib.includes
+++ b/CPythonLib.includes
@@ -62,6 +62,7 @@
 dummy_thread.py
 dummy_threading.py
 exceptions.py
+filecmp.py
 fnmatch.py
 formatter.py
 fpformat.py
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1214,6 +1214,7 @@
         test_imageop
         test_imgfile
         test_ioctl
+        test_kqueue
         test_largefile
         test_linuxaudiodev
         test_locale
@@ -1221,7 +1222,10 @@
         test_macfs
         test_macostools
         test_memoryview
+        test_mhlib
         test_mmap
+        test_msilib
+        test_multiprocessing
         test_nis
         test_normalization
         test_openpty
@@ -1244,6 +1248,9 @@
         test_symtable
         test_tcl
         test_timeout
+        test_tk
+        test_ttk_guionly
+        test_ttk_textonly
         test_unicode_file
         test_wait3
         test_wait4

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


More information about the Jython-checkins mailing list