[pypy-commit] pypy share-guard-info: skip this test

fijal noreply at buildbot.pypy.org
Tue Sep 22 11:40:13 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: share-guard-info
Changeset: r79759:4b585aa28387
Date: 2015-09-22 11:40 +0200
http://bitbucket.org/pypy/pypy/changeset/4b585aa28387/

Log:	skip this test

diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpython/jit/metainterp/test/test_ajit.py
+++ b/rpython/jit/metainterp/test/test_ajit.py
@@ -3906,6 +3906,7 @@
 
 class TestLLtype(BaseLLtypeTests, LLJitMixin):
     def test_tagged(self):
+        py.test.skip("tagged unsupported")
         from rpython.rlib.objectmodel import UnboxedValue
         class Base(object):
             __slots__ = ()


More information about the pypy-commit mailing list