[pypy-commit] pypy default: skip the test in progress

arigo noreply at buildbot.pypy.org
Wed Nov 9 10:52:35 CET 2011


Author: Armin Rigo <arigo at tunes.org>
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)


More information about the pypy-commit mailing list