[pypy-svn] r65298 - pypy/branch/pyjitpl5/pypy/jit/backend/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Mon May 18 17:40:49 CEST 2009


Author: antocuni
Date: Mon May 18 17:40:47 2009
New Revision: 65298

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_exception.py
Log:
nice, a lot of tests passes out of the box


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_exception.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_exception.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_exception.py	Mon May 18 17:40:47 2009
@@ -14,15 +14,11 @@
         py.test.skip('in-progress')
 
     test_bridge_from_guard_exception = skip_loop
+    test_exception_four_cases = skip_loop
+    test_bridge_from_interpreter_exc = skip_loop
+    test_bridge_from_interpreter_exc_2 = skip_loop
     
-    test_exception_from_outside_2 = skip
-    test_exception_two_cases = skip
-    test_exception_two_cases_2 = skip
-    test_exception_four_cases = skip
-    test_exception_later = skip
-    test_exception_and_then_no_exception = skip
-    test_raise_through_wrong_exc_2 = skip
     test_int_ovf = skip
     test_int_lshift_ovf = skip
-    test_bridge_from_interpreter_exc = skip
-    test_bridge_from_interpreter_exc_2 = skip
+
+



More information about the Pypy-commit mailing list