From: <fwi...@us...> - 2008-10-13 18:50:22
|
Revision: 5386 http://jython.svn.sourceforge.net/jython/?rev=5386&view=rev Author: fwierzbicki Date: 2008-10-13 18:50:06 +0000 (Mon, 13 Oct 2008) Log Message: ----------- Fixed "expected skips" that wheren't actually being skipped. Also added test_peepholer and test_profile to expected failures since these are platform specific tests. This is a work around, we should (most likely) go back and force these expected failures to skip in Jython, but I want to do that in one future sweep. Modified Paths: -------------- trunk/jython/Lib/test/regrtest.py Modified: trunk/jython/Lib/test/regrtest.py =================================================================== --- trunk/jython/Lib/test/regrtest.py 2008-10-13 17:31:05 UTC (rev 5385) +++ trunk/jython/Lib/test/regrtest.py 2008-10-13 18:50:06 UTC (rev 5386) @@ -1388,9 +1388,6 @@ test_capi test_cd test_cl - test_code - test_codeccallbacks - test_codeop test_commands test_crypt test_ctypes @@ -1417,28 +1414,23 @@ test_macfs test_macostools test_mmap - test_mpz test_nis test_normalization test_openpty test_ossaudiodev test_parser - test_peepholer test_plistlib test_poll - test_profile test_pty test_pyexpat test_resource test_rgbimg - test_rotor test_scriptpackages test_signal test_socket_ssl test_socketserver test_sqlite test_startfile - test_stringprep test_strop test_structmembers test_sunaudiodev @@ -1447,8 +1439,6 @@ test_tcl test_threadsignals test_timeout - test_timing - test_transformer test_unicode_file test_wait3 test_wait4 @@ -1482,6 +1472,8 @@ test_gc test_iterlen test_marshal + test_peepholer + test_profile test_pyclbr test_transformer test_ucn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |