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

antocuni at codespeak.net antocuni at codespeak.net
Fri May 1 10:41:00 CEST 2009


Author: antocuni
Date: Fri May  1 10:40:52 2009
New Revision: 64924

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/minimal/test/test_zrpy_exception.py
Log:
a lot of tests pass out of the box, due to previous checkins


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:40:52 2009
@@ -26,15 +26,6 @@
     def skip(self):
         py.test.skip('in-progress')
 
-    test_exception_from_outside = skip
-    test_exception_from_outside_2 = skip
-    test_exception_two_cases = skip
-    test_exception_two_cases_2 = skip
-    test_exception_later = skip
-    test_exception_and_then_no_exception = skip
-    test_int_ovf = skip
-    test_int_mod_ovf_zer = skip
-    test_int_lshift_ovf = skip
     test_reraise_through_portal = skip
     test_bridge_from_interpreter_exc = skip
     test_bridge_from_interpreter_exc_2 = skip



More information about the Pypy-commit mailing list