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

antocuni at codespeak.net antocuni at codespeak.net
Tue Apr 29 13:15:31 CEST 2008


Author: antocuni
Date: Tue Apr 29 13:15:30 2008
New Revision: 54232

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_rgenop.py
Log:
skip some failing tests



Modified: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_rgenop.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_rgenop.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_rgenop.py	Tue Apr 29 13:15:30 2008
@@ -118,14 +118,24 @@
     def test_read_frame_var_compile(self):
         py.test.skip('fixme: add support for frames')
 
+    def test_read_frame_float_var_compile(self):
+        py.test.skip('fixme: add support for frames')
+
     def test_write_frame_place_compile(self):
         py.test.skip('fixme: add support for frames')
 
     def test_read_frame_place_compile(self):
         py.test.skip('fixme: add support for frames')
+
+    def test_genconst_from_frame_var_compile(self):
+        py.test.skip('fixme: add support for frames')
         
+    def test_genconst_from_frame_float_var_compile(self):
+        py.test.skip('fixme: add support for frames')
+
     def test_ovfcheck_adder_compile(self):
         py.test.skip('fixme')
 
     def test_ovfcheck1_compile(self):
         py.test.skip('fixme')
+


More information about the pypy-svn mailing list