Author: Manuel Jacob
Branch: remove-iter-smm
Changeset: r64443:6434342f6b11
Date: 2013-05-22 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/6434342f6b11/

Log:    Skip this test for now.

diff --git a/pypy/objspace/std/test/test_stdobjspace.py 
b/pypy/objspace/std/test/test_stdobjspace.py
--- a/pypy/objspace/std/test/test_stdobjspace.py
+++ b/pypy/objspace/std/test/test_stdobjspace.py
@@ -37,6 +37,7 @@
         assert space.sliceindices(w_obj, w(3)) == (1,2,3)
 
     def test_fastpath_isinstance(self):
+        py.test.skip("skipped until SMMs are removed")
         from pypy.objspace.std.stringobject import W_StringObject
         from pypy.objspace.std.intobject import W_IntObject
         from pypy.objspace.std.iterobject import W_AbstractSeqIterObject
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to