[pypy-svn] r53522 - pypy/dist/pypy/translator/oosupport/test_template

antocuni at codespeak.net antocuni at codespeak.net
Mon Apr 7 14:32:54 CEST 2008


Author: antocuni
Date: Mon Apr  7 14:32:50 2008
New Revision: 53522

Modified:
   pypy/dist/pypy/translator/oosupport/test_template/string.py
Log:
skip this test in gencli and genjvm, it's too much trouble to make it working



Modified: pypy/dist/pypy/translator/oosupport/test_template/string.py
==============================================================================
--- pypy/dist/pypy/translator/oosupport/test_template/string.py	(original)
+++ pypy/dist/pypy/translator/oosupport/test_template/string.py	Mon Apr  7 14:32:50 2008
@@ -33,3 +33,6 @@
         def fn(answer):
             return 'the answer is %s' % answer
         assert self.ll_to_string(self.interpret(fn, [42])) == 'the answer is 42'
+
+    def test_prebuilt_ll_strings(self):
+        py.test.skip("The testing framework doesn't support returning low level strings")



More information about the Pypy-commit mailing list