[pypy-svn] r49717 - pypy/dist/pypy/rpython/ootypesystem/test

arigo at codespeak.net arigo at codespeak.net
Thu Dec 13 15:21:52 CET 2007


Author: arigo
Date: Thu Dec 13 15:21:51 2007
New Revision: 49717

Modified:
   pypy/dist/pypy/rpython/ootypesystem/test/test_oortype.py
Log:
Skip this test for now.


Modified: pypy/dist/pypy/rpython/ootypesystem/test/test_oortype.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/test/test_oortype.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/test/test_oortype.py	Thu Dec 13 15:21:51 2007
@@ -193,6 +193,7 @@
     assert rtyper.exceptiondata.is_exception_instance(INST)
 
 def test_string_annotation():
+    py.test.skip("XXX interpret() does special magic about String arguments")
     def oof(lst):
         return lst.ll_strlen()
 



More information about the Pypy-commit mailing list