Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r48986:f4506e827118
Date: 2011-11-09 10:52 +0100
http://bitbucket.org/pypy/pypy/changeset/f4506e827118/

Log:    skip the test in progress

diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py 
b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
--- a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
+++ b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
@@ -5000,6 +5000,7 @@
         self.optimize_loop(ops, expected)
 
     def test_known_equal_ints(self):
+        py.test.skip("in-progress")
         ops = """
         [i0, i1, i2, p0]
         i3 = int_eq(i0, i1)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to