[pypy-svn] r29537 - pypy/dist/pypy/translator/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Fri Jun 30 16:23:07 CEST 2006


Author: antocuni
Date: Fri Jun 30 16:23:03 2006
New Revision: 29537

Modified:
   pypy/dist/pypy/translator/cli/test/test_rpython.py
Log:
Don't skip two tests that no longer fails



Modified: pypy/dist/pypy/translator/cli/test/test_rpython.py
==============================================================================
--- pypy/dist/pypy/translator/cli/test/test_rpython.py	(original)
+++ pypy/dist/pypy/translator/cli/test/test_rpython.py	Fri Jun 30 16:23:03 2006
@@ -31,14 +31,8 @@
     def test_call_memoized_cache(self):
         py.test.skip("gencli doesn't support recursive constants, yet")        
 
-    def test_multiple_specialized_functions(self):
-        py.test.skip("CLI doesn't support string, yet")
-
     def test_specialized_method_of_frozen(self):
-        py.test.skip("CLI doesn't support string, yet")
-
-    def test_specialized_method(self):
-        py.test.skip("CLI doesn't support string, yet")
+        py.test.skip("waiting to be fixed")
 
 
 class TestCliList(CliTest, BaseTestRlist):



More information about the Pypy-commit mailing list