[pypy-svn] r64929 - pypy/branch/pyjitpl5/pypy/jit/backend/minimal/test

antocuni at codespeak.net antocuni at codespeak.net
Fri May 1 11:13:15 CEST 2009


Author: antocuni
Date: Fri May  1 11:13:12 2009
New Revision: 64929

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/minimal/test/test_zrpy_exception.py
Log:
cool, test_zrpy_exception fully passes on ootype


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/minimal/test/test_zrpy_exception.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/minimal/test/test_zrpy_exception.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/minimal/test/test_zrpy_exception.py	Fri May  1 11:13:12 2009
@@ -22,17 +22,7 @@
 
 
 class TestOOtype(OOTranslatedJitMixin, test_zrpy_exception.TestLLExceptions):
-
-    def skip(self):
-        py.test.skip('in-progress')
-
-    test_bridge_from_interpreter_exc = skip
-    test_bridge_from_interpreter_exc_2 = skip
-    test_raise = skip
-    test_raise_through = skip
-    test_raise_through_wrong_exc = skip
-    test_raise_through_wrong_exc_2 = skip
-
+    pass
 
 
 class TestLLtype(LLTranslatedJitMixin, test_zrpy_exception.TestLLExceptions):



More information about the Pypy-commit mailing list