[pypy-commit] pypy jit-dynamic-getarrayitem: forgotten test file

alex_gaynor noreply at buildbot.pypy.org
Sun Nov 13 21:44:05 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: jit-dynamic-getarrayitem
Changeset: r49380:34a22813b598
Date: 2011-11-13 15:43 -0500
http://bitbucket.org/pypy/pypy/changeset/34a22813b598/

Log:	forgotten test file

diff --git a/pypy/jit/backend/x86/test/test_fficall.py b/pypy/jit/backend/x86/test/test_fficall.py
new file mode 100644
--- /dev/null
+++ b/pypy/jit/backend/x86/test/test_fficall.py
@@ -0,0 +1,8 @@
+import py
+from pypy.jit.metainterp.test import test_fficall
+from pypy.jit.backend.x86.test.test_basic import Jit386Mixin
+
+class TestFfiCall(Jit386Mixin, test_fficall.FfiCallTests):
+    # for the individual tests see
+    # ====> ../../../metainterp/test/test_fficall.py
+    pass


More information about the pypy-commit mailing list