[pypy-svn] r39806 - pypy/dist/pypy/jit/timeshifter

arigo at codespeak.net arigo at codespeak.net
Sat Mar 3 15:06:51 CET 2007


Author: arigo
Date: Sat Mar  3 15:06:50 2007
New Revision: 39806

Modified:
   pypy/dist/pypy/jit/timeshifter/hrtyper.py
Log:
(pedronis, arigo)

Skip all the tests depending on the timeshifter in the trunk
(we'll break them soon).


Modified: pypy/dist/pypy/jit/timeshifter/hrtyper.py
==============================================================================
--- pypy/dist/pypy/jit/timeshifter/hrtyper.py	(original)
+++ pypy/dist/pypy/jit/timeshifter/hrtyper.py	Sat Mar  3 15:06:50 2007
@@ -53,6 +53,8 @@
     py.log.setconsumer("timeshifter", ansi_log)
 
     def __init__(self, hannotator, rtyper, RGenOp):
+        import py; py.test.skip("PENDING MERGE FROM THE BRANCH")
+        
         RPythonTyper.__init__(self, hannotator, 
                               type_system=HintTypeSystem.instance)
         self.rtyper = rtyper



More information about the Pypy-commit mailing list