From: <pj...@us...> - 2008-10-11 05:08:32
|
Revision: 5371 http://jython.svn.sourceforge.net/jython/?rev=5371&view=rev Author: pjenvey Date: 2008-10-11 05:08:23 +0000 (Sat, 11 Oct 2008) Log Message: ----------- disable test_compiler as we don't intend to support the parser module compiler relies on, with _ast being the way forward Modified Paths: -------------- trunk/jython/Lib/test/regrtest.py Modified: trunk/jython/Lib/test/regrtest.py =================================================================== --- trunk/jython/Lib/test/regrtest.py 2008-10-11 03:37:39 UTC (rev 5370) +++ trunk/jython/Lib/test/regrtest.py 2008-10-11 05:08:23 UTC (rev 5371) @@ -1475,6 +1475,7 @@ test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw + test_compiler test_dis test_eof test_frozen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |