[pypy-svn] r53479 - pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test

fijal at codespeak.net fijal at codespeak.net
Sun Apr 6 20:32:49 CEST 2008


Author: fijal
Date: Sun Apr  6 20:32:49 2008
New Revision: 53479

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py
Log:
Skip this test with knowledge what's happening


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py	Sun Apr  6 20:32:49 2008
@@ -13,3 +13,6 @@
 class TestRI386GenopCompile(AbstractRGenOpTestsCompile):
     RGenOp = RI386GenOp
     from pypy.jit.codegen.ia32.test.test_operation import RGenOpPacked
+
+    def test_read_frame_float_var_compile(self):
+        py.test.skip("no support for addr.float[0]")



More information about the Pypy-commit mailing list