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

antocuni at codespeak.net antocuni at codespeak.net
Thu Oct 16 14:52:32 CEST 2008


Author: antocuni
Date: Thu Oct 16 14:52:30 2008
New Revision: 59141

Added:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_vlist.py   (contents, props changed)
Log:
add more tests


Added: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_vlist.py
==============================================================================
--- (empty file)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_vlist.py	Thu Oct 16 14:52:30 2008
@@ -0,0 +1,14 @@
+import py
+from pypy.jit.rainbow.test.test_vlist import TestOOType as VListTest
+from pypy.jit.codegen.cli.test.test_gencli_interpreter import CompiledCliMixin
+
+class TestVListCli(CompiledCliMixin, VListTest):
+
+    # for the individual tests see
+    # ====> ../../../rainbow/test/test_vlist.py
+
+    def skip(self):
+        py.test.skip('in progress')
+
+    test_force_fixed = skip
+    



More information about the Pypy-commit mailing list