[pypy-commit] pypy default: Backed out changeset eefc3ac79e9f. We dont want to support disabled

hakanardo noreply at buildbot.pypy.org
Tue May 8 20:10:20 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
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


More information about the pypy-commit mailing list