[pypy-svn] r18555 - pypy/branch/hl-backend/pypy/rpython/ootypesystem/test

boria at codespeak.net boria at codespeak.net
Fri Oct 14 17:11:42 CEST 2005


Author: boria
Date: Fri Oct 14 17:11:42 2005
New Revision: 18555

Modified:
   pypy/branch/hl-backend/pypy/rpython/ootypesystem/test/test_ooclean.py
Log:
* Rename failing tests in preparation to merging to trunk.


Modified: pypy/branch/hl-backend/pypy/rpython/ootypesystem/test/test_ooclean.py
==============================================================================
--- pypy/branch/hl-backend/pypy/rpython/ootypesystem/test/test_ooclean.py	(original)
+++ pypy/branch/hl-backend/pypy/rpython/ootypesystem/test/test_ooclean.py	Fri Oct 14 17:11:42 2005
@@ -26,7 +26,7 @@
         return a + b
     specialize(f, [int, int])
 
-def test_simple_call():
+def inprogress_test_simple_call():
     def f(a, b):
         return a + b
 
@@ -38,7 +38,7 @@
 class EmptyBase(object):
     pass
 
-def test_simple():
+def inprogress_test_simple_empty_base():
     def dummyfn():
         x = EmptyBase()
         return x



More information about the Pypy-commit mailing list