[pypy-svn] r54083 - pypy/branch/jit-hotpath/pypy/jit/rainbow/test
antocuni at codespeak.net
antocuni at codespeak.net
Thu Apr 24 14:35:01 CEST 2008
Author: antocuni
Date: Thu Apr 24 14:35:01 2008
New Revision: 54083
Modified:
pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_portal.py
Log:
this test passes out of the box
Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_portal.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_portal.py (original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_portal.py Thu Apr 24 14:35:01 2008
@@ -610,7 +610,6 @@
def _skip(self):
py.test.skip('in progress')
- test_dfa_compile2 = _skip
test_dfa_compile3 = _skip
test_method_call_nonpromote = _skip
test_method_call_promote = _skip
More information about the pypy-svn
mailing list