[pypy-svn] r49874 - pypy/dist/pypy/translator/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Mon Dec 17 16:29:25 CET 2007


Author: antocuni
Date: Mon Dec 17 16:29:24 2007
New Revision: 49874

Modified:
   pypy/dist/pypy/translator/cli/test/test_string.py
   pypy/dist/pypy/translator/cli/test/test_unicode.py
Log:
skip these tests



Modified: pypy/dist/pypy/translator/cli/test/test_string.py
==============================================================================
--- pypy/dist/pypy/translator/cli/test/test_string.py	(original)
+++ pypy/dist/pypy/translator/cli/test/test_string.py	Mon Dec 17 16:29:24 2007
@@ -21,6 +21,8 @@
     def test_hlstr(self):
         py.test.skip("CLI tests can't have string as input arguments")
 
+    test_inplace_add = test_hlstr
+
     def test_getitem_exc(self):
         py.test.skip('fixme!')
 

Modified: pypy/dist/pypy/translator/cli/test/test_unicode.py
==============================================================================
--- pypy/dist/pypy/translator/cli/test/test_unicode.py	(original)
+++ pypy/dist/pypy/translator/cli/test/test_unicode.py	Mon Dec 17 16:29:24 2007
@@ -18,3 +18,6 @@
 
     def test_getitem_exc(self):
         py.test.skip('fixme!')
+
+    def test_inplace_add(self):
+        py.test.skip("CLI tests can't have string as input arguments")



More information about the Pypy-commit mailing list