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

antocuni at codespeak.net antocuni at codespeak.net
Thu May 21 10:20:00 CEST 2009


Author: antocuni
Date: Thu May 21 10:19:59 2009
New Revision: 65343

Added:
   pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_loop.py   (contents, props changed)
Log:
more tests, most of them pass :-)


Added: pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_loop.py
==============================================================================
--- (empty file)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_loop.py	Thu May 21 10:19:59 2009
@@ -0,0 +1,15 @@
+import py
+from pypy.jit.backend.cli.test.test_zrpy_basic import CliTranslatedJitMixin
+from pypy.jit.metainterp.test import test_loop
+
+
+class TestLoop(CliTranslatedJitMixin, test_loop.TestOOtype):
+    # for the individual tests see
+    # ====> ../../../metainterp/test/test_loop.py
+
+    def skip(self):
+        py.test.skip('in-progress')
+
+    test_interp_many_paths = skip
+    test_interp_many_paths_2 = skip
+    test_loop_unicode = skip



More information about the Pypy-commit mailing list