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

pedronis at codespeak.net pedronis at codespeak.net
Thu Apr 28 17:31:20 CEST 2005


Author: pedronis
Date: Thu Apr 28 17:31:20 2005
New Revision: 11599

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
added comment about passing test_types



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	Thu Apr 28 17:31:20 2005
@@ -667,11 +667,10 @@
     'test_traceback.py'      : TestDecl(False, UTTestMainModule),
         #rev 10840: 2 of 2 tests fail
 
-    'test_types.py'          : TestDecl(False, OutputTestModule, modified=True),
-        #rev 10920: fails with: 
-        #   E       vereq(a[::], a)
-        #   >       (application-level) TypeError: an integer is required
-        #   [/home/hpk/pypy-dist/pypy/lib/test2/test_types.py:217]
+    'test_types.py'          : TestDecl(True, OutputTestModule, modified=True),
+        #rev 11598: one of the mod related to dict iterators is questionable
+        # and questions whether how we implment them is meanigful in the
+        # long run
         
     'test_ucn.py'            : TestDecl(False, UTTestMainModule),
     'test_unary.py'          : TestDecl(True, UTTestMainModule),



More information about the Pypy-commit mailing list