[pypy-svn] r10579 - pypy/dist/lib-python-2.3.4/test

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Apr 13 15:25:20 CEST 2005


Author: cfbolz
Date: Wed Apr 13 15:25:19 2005
New Revision: 10579

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
test_long.py working. Really can strain your patience, though.

Modified: pypy/dist/lib-python-2.3.4/test/conftest.py
==============================================================================
--- pypy/dist/lib-python-2.3.4/test/conftest.py	(original)
+++ pypy/dist/lib-python-2.3.4/test/conftest.py	Wed Apr 13 15:25:19 2005
@@ -45,6 +45,7 @@
 'test_htmllib.py',
 'test_htmlparser.py',
 'test_isinstance.py',
+'test_long.py', #Works but takes several hours to finish
 'test_operator.py',
 'test_parser.py',
 'test_pprint.py',



More information about the Pypy-commit mailing list