Author: David Schneider <[email protected]>
Branch: ppc-jit-backend
Changeset: r56448:0c0b1c89633b
Date: 2012-07-25 07:10 -0700
http://bitbucket.org/pypy/pypy/changeset/0c0b1c89633b/
Log: import test_loop_unroll into ppc backend
diff --git a/pypy/jit/backend/x86/test/test_loop_unroll.py
b/pypy/jit/backend/ppc/test/test_loop_unroll.py
copy from pypy/jit/backend/x86/test/test_loop_unroll.py
copy to pypy/jit/backend/ppc/test/test_loop_unroll.py
--- a/pypy/jit/backend/x86/test/test_loop_unroll.py
+++ b/pypy/jit/backend/ppc/test/test_loop_unroll.py
@@ -1,8 +1,8 @@
import py
-from pypy.jit.backend.x86.test.test_basic import Jit386Mixin
+from pypy.jit.backend.ppc.test.support import JitPPCMixin
from pypy.jit.metainterp.test import test_loop_unroll
-class TestLoopSpec(Jit386Mixin, test_loop_unroll.LoopUnrollTest):
+class TestLoopSpec(JitPPCMixin, test_loop_unroll.LoopUnrollTest):
# for the individual tests see
# ====> ../../../metainterp/test/test_loop.py
pass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit