[pypy-svn] r29567 - pypy/dist/pypy/jit/timeshifter/test

pedronis at codespeak.net pedronis at codespeak.net
Sat Jul 1 17:32:52 CEST 2006


Author: pedronis
Date: Sat Jul  1 17:32:51 2006
New Revision: 29567

Modified:
   pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py
Log:
(arre, arigo, pedronis)
the refactoring is about preparation for supporting calls in the timeshifter.

this skip should have been in the last checkin



Modified: pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py
==============================================================================
--- pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py	(original)
+++ pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py	Sat Jul  1 17:32:51 2006
@@ -560,6 +560,7 @@
     assert insns == {'int_is_true': 1, 'int_add': 1}
 
 def test_call_simple():
+    py.test.skip("in-progress")
     def ll_add_one(x):
         return x + 1
     def ll_function(y):



More information about the Pypy-commit mailing list