Author: Maciej Fijalkowski <[email protected]>
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")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit