[pypy-svn] r65100 - pypy/branch/pyjitpl5/pypy/jit/metainterp/test
antocuni at codespeak.net
antocuni at codespeak.net
Wed May 6 16:16:27 CEST 2009
Author: antocuni
Date: Wed May 6 16:16:27 2009
New Revision: 65100
Modified:
pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py
Log:
skip these tests for now, I'll re-enable them later
Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py (original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py Wed May 6 16:16:27 2009
@@ -148,8 +148,9 @@
res = self.meta_interp(main, [0, 20], optimizer=Optimizer)
assert res == 0
-class TestOOtype(ToyLanguageTests, OOJitMixin):
- pass
+## ootype virtualizable in-progress!
+## class TestOOtype(ToyLanguageTests, OOJitMixin):
+## pass
class TestLLtype(ToyLanguageTests, LLJitMixin):
pass
More information about the Pypy-commit
mailing list