[pypy-svn] r33051 - pypy/branch/even-more-config2/pypy/translator/c/test

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Oct 9 15:22:13 CEST 2006


Author: cfbolz
Date: Mon Oct  9 15:22:11 2006
New Revision: 33051

Modified:
   pypy/branch/even-more-config2/pypy/translator/c/test/test_symboltable.py
Log:
skip this test, currently symboltable is not supported


Modified: pypy/branch/even-more-config2/pypy/translator/c/test/test_symboltable.py
==============================================================================
--- pypy/branch/even-more-config2/pypy/translator/c/test/test_symboltable.py	(original)
+++ pypy/branch/even-more-config2/pypy/translator/c/test/test_symboltable.py	Mon Oct  9 15:22:11 2006
@@ -1,6 +1,7 @@
 from pypy.translator.c.symboltable import getsymboltable
 from pypy.translator.c.test import test_typed
 
+py.test.skip("XXX symboltable not supported currently")
 getcompiled = test_typed.TestTypedTestCase().getcompiled
 
 def test_simple():



More information about the Pypy-commit mailing list