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

antocuni at codespeak.net antocuni at codespeak.net
Fri Dec 8 14:34:39 CET 2006


Author: antocuni
Date: Fri Dec  8 14:34:39 2006
New Revision: 35479

Modified:
   pypy/dist/pypy/translator/cli/test/test_exception.py
Log:
gencli testing framework is not able to run these tests, skip them.



Modified: pypy/dist/pypy/translator/cli/test/test_exception.py
==============================================================================
--- pypy/dist/pypy/translator/cli/test/test_exception.py	(original)
+++ pypy/dist/pypy/translator/cli/test/test_exception.py	Fri Dec  8 14:34:39 2006
@@ -32,3 +32,9 @@
                 return -1
             return x
         self.interpret_raises(ValueError, fn, [0])
+
+    def test_raise_and_catch_other(self):
+        pass
+
+    def test_raise_prebuilt_and_catch_other(self):
+        pass


More information about the pypy-svn mailing list