[pypy-svn] r15089 - pypy/dist/pypy/translator/c/test

pedronis at codespeak.net pedronis at codespeak.net
Tue Jul 26 10:13:24 CEST 2005


Author: pedronis
Date: Tue Jul 26 10:13:23 2005
New Revision: 15089

Modified:
   pypy/dist/pypy/translator/c/test/test_exception.py
Log:
skip this test until we figure out what we want



Modified: pypy/dist/pypy/translator/c/test/test_exception.py
==============================================================================
--- pypy/dist/pypy/translator/c/test/test_exception.py	(original)
+++ pypy/dist/pypy/translator/c/test/test_exception.py	Tue Jul 26 10:13:23 2005
@@ -6,6 +6,7 @@
     pass
 
 def test_simple2(): #taken from ../../llvm2/test/test_exception.py 
+    py.test.skip("decided whethe we want to support IndexError on [] at interp-level")
     def fn(n):
         lst = range(10)
         try:



More information about the Pypy-commit mailing list