From: <cg...@us...> - 2009-01-04 23:06:30
|
Revision: 5843 http://jython.svn.sourceforge.net/jython/?rev=5843&view=rev Author: cgroves Date: 2009-01-04 23:06:27 +0000 (Sun, 04 Jan 2009) Log Message: ----------- Add tests that have been failing or skipping for the past few months to the expected lists Modified Paths: -------------- trunk/jython/Lib/test/regrtest.py Modified: trunk/jython/Lib/test/regrtest.py =================================================================== --- trunk/jython/Lib/test/regrtest.py 2009-01-04 22:15:09 UTC (rev 5842) +++ trunk/jython/Lib/test/regrtest.py 2009-01-04 23:06:27 UTC (rev 5843) @@ -1380,6 +1380,7 @@ 'java': """ test__locale + test__rawffi test_aepack test_al test_applesingle @@ -1475,11 +1476,16 @@ test_gc test_iterlen test_marshal + test_multibytecodec + test_multibytecodec_support test_peepholer test_profile test_pyclbr + test_stringprep test_transformer test_ucn + test_unicode + test_unicodedata test_xml_etree test_zipimport """, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |