[pypy-svn] r68918 - pypy/trunk/pypy/jit/backend/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Mon Nov 2 16:46:32 CET 2009


Author: antocuni
Date: Mon Nov  2 16:46:31 2009
New Revision: 68918

Modified:
   pypy/trunk/pypy/jit/backend/cli/test/test_zrpy_vlist.py
Log:
this is no longer needed, as this test does not xfail() anymore


Modified: pypy/trunk/pypy/jit/backend/cli/test/test_zrpy_vlist.py
==============================================================================
--- pypy/trunk/pypy/jit/backend/cli/test/test_zrpy_vlist.py	(original)
+++ pypy/trunk/pypy/jit/backend/cli/test/test_zrpy_vlist.py	Mon Nov  2 16:46:31 2009
@@ -7,6 +7,4 @@
     # for the individual tests see
     # ====> ../../../metainterp/test/test_vlist.py
 
-    # disable the xfail()
-    def test_vlist_alloc_and_set(self):
-        test_vlist.TestOOtype.test_vlist_alloc_and_set(self)
+    pass



More information about the Pypy-commit mailing list