[pypy-commit] pypy kill-gen-store-back-in: skip this test

fijal noreply at buildbot.pypy.org
Wed May 8 17:35:52 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: kill-gen-store-back-in
Changeset: r63910:608abaa6c24f
Date: 2013-05-08 13:55 +0200
http://bitbucket.org/pypy/pypy/changeset/608abaa6c24f/

Log:	skip this test

diff --git a/rpython/jit/metainterp/test/test_recursive.py b/rpython/jit/metainterp/test/test_recursive.py
--- a/rpython/jit/metainterp/test/test_recursive.py
+++ b/rpython/jit/metainterp/test/test_recursive.py
@@ -800,6 +800,7 @@
         assert res == main(0)
 
     def test_directly_call_assembler_virtualizable_reset_token(self):
+        py.test.skip("not applicable any more, I think")
         from rpython.rtyper.lltypesystem import lltype
         from rpython.rlib.debug import llinterpcall
 


More information about the pypy-commit mailing list