Author: Maciej Fijalkowski <[email protected]>
Branch: slim-down-resumedescr
Changeset: r75116:5c4892d864fd
Date: 2014-12-25 21:38 +0200
http://bitbucket.org/pypy/pypy/changeset/5c4892d864fd/

Log:    now I know why, unskip

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,7 +186,6 @@
         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):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to