Author: Hakan Ardo <[email protected]>
Branch:
Changeset: r54968:6c183477b28f
Date: 2012-05-08 20:08 +0200
http://bitbucket.org/pypy/pypy/changeset/6c183477b28f/
Log: Backed out changeset eefc3ac79e9f. We dont want to support disabled
optimizations in the x86 backend.
diff --git a/pypy/jit/backend/x86/test/test_loop_unroll.py
b/pypy/jit/backend/x86/test/test_loop_unroll.py
--- a/pypy/jit/backend/x86/test/test_loop_unroll.py
+++ b/pypy/jit/backend/x86/test/test_loop_unroll.py
@@ -6,10 +6,3 @@
# for the individual tests see
# ====> ../../../metainterp/test/test_loop.py
pass
-
-class TestLoopNoRewrite(test_loop_unroll.LoopUnrollTest, Jit386Mixin):
- enable_opts = 'intbounds:virtualize:string:earlyforce:pure:heap:ffi:unroll'
- def check_resops(self, *args, **kwargs):
- pass
- def check_trace_count(self, count):
- pass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit