[pypy-commit] pypy SpecialisedTuples: (antocuni, mwp) isspecialisedtupleobjectintint passes

mwp noreply at buildbot.pypy.org
Thu Nov 10 10:47:23 CET 2011


Author: Mark Pearse <mark.pearse at skynet.be>
Branch: SpecialisedTuples
Changeset: r49080:b582ecf6f507
Date: 2011-11-04 17:47 +0100
http://bitbucket.org/pypy/pypy/changeset/b582ecf6f507/

Log:	(antocuni, mwp) isspecialisedtupleobjectintint passes

diff --git a/pypy/objspace/std/test/test_specialisedtupleobject.py b/pypy/objspace/std/test/test_specialisedtupleobject.py
--- a/pypy/objspace/std/test/test_specialisedtupleobject.py
+++ b/pypy/objspace/std/test/test_specialisedtupleobject.py
@@ -13,7 +13,6 @@
         cls.space = gettestobjspace(**{"objspace.std.withspecialisedtuple": True})
 
     def test_isspecialisedtupleobjectintint(self):
-        py.test.skip('in progress')
         w_tuple = self.space.newtuple([self.space.wrap(1), self.space.wrap(2)])
         assert isinstance(w_tuple, W_SpecialisedTupleObjectIntInt)
         


More information about the pypy-commit mailing list