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

fijal at codespeak.net fijal at codespeak.net
Mon Mar 31 06:57:20 CEST 2008


Author: fijal
Date: Mon Mar 31 06:57:19 2008
New Revision: 53188

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py
Log:
skip this test as well


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	Mon Mar 31 06:57:19 2008
@@ -34,6 +34,7 @@
 
     # void returns
     test_void_return = skipped
+    test_demo_f1_direct = skipped
 
 class TestRI386GenopCompile(AbstractRGenOpTestsCompile):
     RGenOp = RI386GenOp



More information about the Pypy-commit mailing list