[pypy-commit] pypy faster-rstruct: fix

antocuni noreply at buildbot.pypy.org
Tue Nov 24 12:10:03 EST 2015


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: faster-rstruct
Changeset: r80899:82d45be90c37
Date: 2015-11-24 18:09 +0100
http://bitbucket.org/pypy/pypy/changeset/82d45be90c37/

Log:	fix

diff --git a/rpython/jit/metainterp/test/test_strstorage.py b/rpython/jit/metainterp/test/test_strstorage.py
--- a/rpython/jit/metainterp/test/test_strstorage.py
+++ b/rpython/jit/metainterp/test/test_strstorage.py
@@ -29,6 +29,8 @@
             return longlong.int2singlefloat(res)
         return res
 
+    def str_storage_supported(self, TYPE):
+        py.test.skip('this is not a JIT test')
 
     def test_force_virtual_str_storage(self):
         byteorder = sys.byteorder


More information about the pypy-commit mailing list