[pypy-commit] pypy cffi-1.0: Passing test

arigo noreply at buildbot.pypy.org
Mon May 11 11:22:50 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r77289:99520e806061
Date: 2015-05-11 11:22 +0200
http://bitbucket.org/pypy/pypy/changeset/99520e806061/

Log:	Passing test

diff --git a/pypy/module/_cffi_backend/test/test_recompiler.py b/pypy/module/_cffi_backend/test/test_recompiler.py
--- a/pypy/module/_cffi_backend/test/test_recompiler.py
+++ b/pypy/module/_cffi_backend/test/test_recompiler.py
@@ -58,6 +58,7 @@
     w_res = space.appexec(args_w, """(modulename, filename):
         import imp
         mod = imp.load_dynamic(modulename, filename)
+        assert mod.__name__ == modulename
         return (mod.ffi, mod.lib)
     """)
     ffiobject = space.getitem(w_res, space.wrap(0))


More information about the pypy-commit mailing list