[pypy-svn] r36622 - pypy/dist/pypy/translator/jvm/test

antocuni at codespeak.net antocuni at codespeak.net
Fri Jan 12 21:24:57 CET 2007


Author: antocuni
Date: Fri Jan 12 21:24:53 2007
New Revision: 36622

Modified:
   pypy/dist/pypy/translator/jvm/test/test_dict.py
Log:
skip this test for now



Modified: pypy/dist/pypy/translator/jvm/test/test_dict.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/test/test_dict.py	(original)
+++ pypy/dist/pypy/translator/jvm/test/test_dict.py	Fri Jan 12 21:24:53 2007
@@ -17,6 +17,5 @@
         py.test.skip("Iteration over empty dict is not supported, yet")
 
 class TestJvmConstantDict(JvmTest, oodict.BaseTestConstantDict):
-    pass
-
-
+    def test_constant_r_dict(self):
+        py.test.skip("JVM doesn't support r_dict so far")



More information about the Pypy-commit mailing list