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

antocuni at codespeak.net antocuni at codespeak.net
Thu Sep 11 14:14:52 CEST 2008


Author: antocuni
Date: Thu Sep 11 14:14:51 2008
New Revision: 58067

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
Log:
more passing tests



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 11 14:14:51 2008
@@ -100,10 +100,9 @@
     def test_indirect_gray_call(self):
         py.test.skip('mono 1.2 crashes, try again with a newer version')
         
-    test_indirect_sometimes_residual_pure_red_call = skip
-    test_red_int_add_ovf = skip
-    test_nonzeroness_assert_while_compiling = skip
-    test_segfault_while_compiling = skip
+    def test_red_int_add_ovf(self):
+        py.test.skip("TODO: exceptions")
+
     test_learn_nonzeroness = skip
     test_freeze_booleffects_correctly = skip
     test_ptrequality = skip



More information about the Pypy-commit mailing list