[pypy-commit] pypy default: seems we fixed ll2ctypes

fijal noreply at buildbot.pypy.org
Wed Jun 3 09:17:20 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r77801:4a7ddd10e8f8
Date: 2015-06-03 09:15 +0200
http://bitbucket.org/pypy/pypy/changeset/4a7ddd10e8f8/

Log:	seems we fixed ll2ctypes

diff --git a/rpython/jit/backend/x86/test/test_basic.py b/rpython/jit/backend/x86/test/test_basic.py
--- a/rpython/jit/backend/x86/test/test_basic.py
+++ b/rpython/jit/backend/x86/test/test_basic.py
@@ -32,10 +32,5 @@
         res = self.meta_interp(f, [31], enable_opts='')
         assert res == -4
 
-    def test_r_dict(self):
-        # a Struct that belongs to the hash table is not seen as being
-        # included in the larger Array
-        py.test.skip("issue with ll2ctypes")
-
     def test_free_object(self):
         py.test.skip("issue of freeing, probably with ll2ctypes")


More information about the pypy-commit mailing list