From: <pj...@us...> - 2009-03-20 01:16:30
|
Revision: 6102 http://jython.svn.sourceforge.net/jython/?rev=6102&view=rev Author: pjenvey Date: 2009-03-20 01:16:13 +0000 (Fri, 20 Mar 2009) Log Message: ----------- o test_import/threadsignals fail, not skip o test_dummy_thread passes, dummy_threading is broken: http://bugs.jython.org/issue1279 Modified Paths: -------------- trunk/jython/Lib/test/regrtest.py Modified: trunk/jython/Lib/test/regrtest.py =================================================================== --- trunk/jython/Lib/test/regrtest.py 2009-03-17 19:07:37 UTC (rev 6101) +++ trunk/jython/Lib/test/regrtest.py 2009-03-20 01:16:13 UTC (rev 6102) @@ -1399,8 +1399,6 @@ test_curses test_dbm test_dl - test_dummy_thread - test_dummy_threading test_email_codecs test_fcntl test_fork1 @@ -1410,7 +1408,6 @@ test_hotshot test_imageop test_imgfile - test_import test_ioctl test_largefile test_linuxaudiodev @@ -1441,7 +1438,6 @@ test_sundry test_symtable test_tcl - test_threadsignals test_timeout test_unicode_file test_wait3 @@ -1471,9 +1467,11 @@ test_codecmaps_tw test_compiler test_dis + test_dummy_threading test_eof test_frozen test_gc + test_import test_iterlen test_multibytecodec test_multibytecodec_support @@ -1481,6 +1479,7 @@ test_profile test_pyclbr test_stringprep + test_threadsignals test_transformer test_ucn test_unicodedata This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |