[pypy-commit] pypy slim-down-resumedescr: skip that test, it has not been true on x86 backedn for a bit forever

fijal noreply at buildbot.pypy.org
Thu Dec 25 11:56:20 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: slim-down-resumedescr
Changeset: r75110:cfcdde2f0eb6
Date: 2014-12-25 12:56 +0200
http://bitbucket.org/pypy/pypy/changeset/cfcdde2f0eb6/

Log:	skip that test, it has not been true on x86 backedn for a bit
	forever

diff --git a/rpython/jit/metainterp/test/test_memmgr.py b/rpython/jit/metainterp/test/test_memmgr.py
--- a/rpython/jit/metainterp/test/test_memmgr.py
+++ b/rpython/jit/metainterp/test/test_memmgr.py
@@ -186,6 +186,7 @@
         self.check_enter_count(2 + 10*4)
 
     def test_call_assembler_keep_alive(self):
+        py.test.skip("descrs keep loops alive, not sure why")
         myjitdriver1 = JitDriver(greens=['m'], reds=['n'])
         myjitdriver2 = JitDriver(greens=['m'], reds=['n', 'rec'])
         def h(m, n):


More information about the pypy-commit mailing list