[pypy-svn] r62991 - pypy/trunk/pypy/jit/metainterp/test

fijal at codespeak.net fijal at codespeak.net
Tue Mar 17 11:07:35 CET 2009


Author: fijal
Date: Tue Mar 17 11:07:35 2009
New Revision: 62991

Modified:
   pypy/trunk/pypy/jit/metainterp/test/test_send.py
Log:
temporarily skip this test


Modified: pypy/trunk/pypy/jit/metainterp/test/test_send.py
==============================================================================
--- pypy/trunk/pypy/jit/metainterp/test/test_send.py	(original)
+++ pypy/trunk/pypy/jit/metainterp/test/test_send.py	Tue Mar 17 11:07:35 2009
@@ -8,6 +8,7 @@
 class SendTests:
 
     def test_green_send(self):
+        py.test.skip("fails")
         myjitdriver = JitDriver(greens = ['i'], reds = ['counter'])
         lst = ["123", "45"]
         def f(i):



More information about the Pypy-commit mailing list