[pypy-svn] r65540 - pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Tue Jun 2 13:58:07 CEST 2009


Author: antocuni
Date: Tue Jun  2 13:58:06 2009
New Revision: 65540

Modified:
   pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/test/test_basic.py
Log:
skip this test, as it can be run only after translation


Modified: pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/test/test_basic.py
==============================================================================
--- pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/test/test_basic.py	(original)
+++ pypy/branch/pyjitpl5-experiments/pypy/jit/backend/cli/test/test_basic.py	Tue Jun  2 13:58:06 2009
@@ -38,6 +38,7 @@
     test_long_long = skip
     test_free_object = skip
     test_stopatxpolicy = skip
+    test_residual_call_pure = skip
 
 
 def test_fielddescr_ootype():



More information about the Pypy-commit mailing list