[pypy-svn] pypy default: skip this test, it was checked in by mistake

antocuni commits-noreply at bitbucket.org
Tue May 3 16:34:13 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r43862:08c404af7383
Date: 2011-05-03 16:32 +0200
http://bitbucket.org/pypy/pypy/changeset/08c404af7383/

Log:	skip this test, it was checked in by mistake

diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
--- a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
@@ -1664,6 +1664,7 @@
         assert loop.match_by_id('shift', "")  # optimized away
 
     def test_division_to_rshift(self):
+        py.test.skip('in-progress')
         def main(b):
             res = 0
             a = 0


More information about the Pypy-commit mailing list