[pypy-svn] r56044 - pypy/branch/oo-jit/pypy/jit/rainbow/test

fijal at codespeak.net fijal at codespeak.net
Mon Jun 23 22:33:01 CEST 2008


Author: fijal
Date: Mon Jun 23 22:32:59 2008
New Revision: 56044

Modified:
   pypy/branch/oo-jit/pypy/jit/rainbow/test/test_vdict.py
Log:
Skip this test


Modified: pypy/branch/oo-jit/pypy/jit/rainbow/test/test_vdict.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/rainbow/test/test_vdict.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/rainbow/test/test_vdict.py	Mon Jun 23 22:32:59 2008
@@ -114,3 +114,6 @@
 
 class TestLLType(VDictTest):
     type_system = "lltype"
+
+    def test_dict_escape(self):
+        py.test.skip("Fails for some obscure reason")



More information about the Pypy-commit mailing list