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

antocuni at codespeak.net antocuni at codespeak.net
Fri May 1 10:49:33 CEST 2009


Author: antocuni
Date: Fri May  1 10:49:32 2009
New Revision: 64926

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/minimal/test/test_zrpy_exception.py
Log:
one more passing test


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 10:49:32 2009
@@ -26,7 +26,6 @@
     def skip(self):
         py.test.skip('in-progress')
 
-    test_reraise_through_portal = skip
     test_bridge_from_interpreter_exc = skip
     test_bridge_from_interpreter_exc_2 = skip
     test_raise = skip



More information about the Pypy-commit mailing list