[pypy-commit] pypy jit-optimizeopt-cleanups: unskip test thats now passing thanx to 8dfeb716d0ab

hakanardo noreply at buildbot.pypy.org
Fri Sep 23 09:00:43 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-optimizeopt-cleanups
Changeset: r47408:dd6b6ecd9c7e
Date: 2011-09-23 09:00 +0200
http://bitbucket.org/pypy/pypy/changeset/dd6b6ecd9c7e/

Log:	unskip test thats now passing thanx to 8dfeb716d0ab

diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
--- a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
+++ b/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
@@ -2790,7 +2790,6 @@
         self.optimize_loop(ops, expected, preamble)
 
     def test_remove_duplicate_pure_op_ovf_with_lazy_setfield(self):
-        py.test.skip('this optimization is not yet supprted')
         ops = """
         [i1, p1]
         i3 = int_add_ovf(i1, 1)


More information about the pypy-commit mailing list