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

antocuni at codespeak.net antocuni at codespeak.net
Thu Feb 12 21:02:53 CET 2009


Author: antocuni
Date: Thu Feb 12 21:02:50 2009
New Revision: 61811

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_rgenop.py
Log:
explain why these two tests fail



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	Thu Feb 12 21:02:50 2009
@@ -28,10 +28,10 @@
         py.test.skip('fixme')
 
     def test_float_adder(self):
-        py.test.skip('fixme')
+        py.test.skip('Pythonnet bug: il.Emit(..., 3.2) selects the wrong overload')
 
     def test_float_loop_direct(self):
-        py.test.skip('fixme')
+        py.test.skip('Pythonnet bug: il.Emit(..., 3.2) selects the wrong overload')
 
     def test_read_frame_var_direct(self):
         py.test.skip('fixme: add support for frames')



More information about the Pypy-commit mailing list