[pypy-svn] pypy default: (fijal)

arigo commits-noreply at bitbucket.org
Thu Jan 20 14:08:58 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41015:2d88c6b177f0
Date: 2011-01-20 13:58 +0100
http://bitbucket.org/pypy/pypy/changeset/2d88c6b177f0/

Log:	(fijal)

	Skip non-passing-yet test.

diff --git a/pypy/jit/metainterp/test/test_optimizeopt.py b/pypy/jit/metainterp/test/test_optimizeopt.py
--- a/pypy/jit/metainterp/test/test_optimizeopt.py
+++ b/pypy/jit/metainterp/test/test_optimizeopt.py
@@ -577,6 +577,7 @@
         self.optimize_loop(ops, expected, preamble)
 
     def test_int_is_true_is_zero(self):
+        py.test.skip("in-progress")
         ops = """
         [i0]
         i1 = int_add(i0, 1)


More information about the Pypy-commit mailing list