[pypy-svn] r32788 - pypy/dist/pypy/translator/llvm/test

arigo at codespeak.net arigo at codespeak.net
Sun Oct 1 13:15:56 CEST 2006


Author: arigo
Date: Sun Oct  1 13:15:55 2006
New Revision: 32788

Modified:
   pypy/dist/pypy/translator/llvm/test/test_gc.py
Log:
Test broken by r32613, partially fixed by r32619 but not really.



Modified: pypy/dist/pypy/translator/llvm/test/test_gc.py
==============================================================================
--- pypy/dist/pypy/translator/llvm/test/test_gc.py	(original)
+++ pypy/dist/pypy/translator/llvm/test/test_gc.py	Sun Oct  1 13:15:55 2006
@@ -41,6 +41,7 @@
     assert f(5000) == tuple_getitem(5000)
 
 def test_ref(): 
+    py.test.skip("broken by r32613, partially fixed by r32619 but not really")
     def tuple_getitem(n): 
         x = 666
         i = 0



More information about the Pypy-commit mailing list