[pypy-svn] r66085 - pypy/branch/pyjitpl5/pypy/jit/metainterp/test

arigo at codespeak.net arigo at codespeak.net
Tue Jun 30 20:33:49 CEST 2009


Author: arigo
Date: Tue Jun 30 20:33:47 2009
New Revision: 66085

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_vlist.py
Log:
Skip tests.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_vlist.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_vlist.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_vlist.py	Tue Jun 30 20:33:47 2009
@@ -8,6 +8,7 @@
 class ListTests:
 
     def check_all_virtualized(self):
+        py.test.skip("virtualization of lists not supported for now")
         self.check_loops(new_array=0, setarrayitem_gc=0, getarrayitem_gc=0,
                          arraylen_gc=0)
 



More information about the Pypy-commit mailing list