[pypy-svn] r46012 - pypy/branch/pypy-more-rtti-inprogress/translator/backendopt/test

fijal at codespeak.net fijal at codespeak.net
Mon Aug 27 11:25:05 CEST 2007


Author: fijal
Date: Mon Aug 27 11:25:02 2007
New Revision: 46012

Modified:
   pypy/branch/pypy-more-rtti-inprogress/translator/backendopt/test/test_mallocprediction.py
Log:
This test probably makes little sense now.


Modified: pypy/branch/pypy-more-rtti-inprogress/translator/backendopt/test/test_mallocprediction.py
==============================================================================
--- pypy/branch/pypy-more-rtti-inprogress/translator/backendopt/test/test_mallocprediction.py	(original)
+++ pypy/branch/pypy-more-rtti-inprogress/translator/backendopt/test/test_mallocprediction.py	Mon Aug 27 11:25:02 2007
@@ -133,6 +133,7 @@
     assert total0 + total == 10
 
 def test_richards():
+    py.test.skip("Unsure if this makes any sense any more")
     from pypy.translator.goal.richards import entry_point
     t, graph = rtype(entry_point, [int])
     total0 = preparation(t, t.graphs)



More information about the Pypy-commit mailing list