[pypy-svn] r57807 - pypy/branch/oo-jit/pypy/jit/codegen/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Thu Sep 4 12:21:07 CEST 2008


Author: antocuni
Date: Thu Sep  4 12:21:06 2008
New Revision: 57807

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
Log:
three more tests pass out of the box



Modified: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py	Thu Sep  4 12:21:06 2008
@@ -83,10 +83,9 @@
     def test_compile_time_const_tuple(self):
         py.test.skip("Fails, and it seems to be related to missing support for constant arguments")
 
-    test_residual_red_call_with_exc = skip
-    test_simple_meth = skip
-    test_simple_red_meth = skip
-    test_simple_red_meth_vars_around = skip
+    def test_residual_red_call_with_exc(self):
+        py.test.skip("Exceptions not yet supported")
+
     test_yellow_meth_with_green_result = skip
     test_simple_indirect_call = skip
     test_normalize_indirect_call = skip



More information about the Pypy-commit mailing list