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

antocuni at codespeak.net antocuni at codespeak.net
Mon Sep 29 12:05:01 CEST 2008


Author: antocuni
Date: Mon Sep 29 12:05:01 2008
New Revision: 58467

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
Log:
I love tests that 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	Mon Sep 29 12:05:01 2008
@@ -106,10 +106,6 @@
     def test_freeze_booleffects_correctly(self):
         py.test.skip("replay: NotImplementedError")
 
-    test_simple_array = skip
-    test_arraysize = skip
-    test_setarrayitem = skip
-    test_red_array = skip
     test_degenerated_before_return = skip
     test_degenerated_before_return_2 = skip
     test_degenerated_at_return = skip



More information about the Pypy-commit mailing list