[pypy-svn] r63616 - pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test
fijal at codespeak.net
fijal at codespeak.net
Sat Apr 4 06:14:04 CEST 2009
Author: fijal
Date: Sat Apr 4 06:14:03 2009
New Revision: 63616
Modified:
pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_tlc.py
Log:
skip this test
Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_tlc.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_tlc.py (original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_tlc.py Sat Apr 4 06:14:03 2009
@@ -43,6 +43,7 @@
assert res == 42
def test_accumulator(self):
+ py.test.skip("buggy interpreter")
path = py.path.local(tlc.__file__).dirpath('accumulator.tlc.src')
code = path.read()
res = self.exec_code(code, 20)
More information about the Pypy-commit
mailing list