[pypy-svn] r43579 - pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test

arigo at codespeak.net arigo at codespeak.net
Wed May 23 17:52:22 CEST 2007


Author: arigo
Date: Wed May 23 17:52:21 2007
New Revision: 43579

Modified:
   pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py
   pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_timeshift.py
Log:
(cfbolz, arigo)  Revert some changes to .view().


Modified: pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py
==============================================================================
--- pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py	(original)
+++ pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_portal.py	Wed May 23 17:52:21 2007
@@ -65,8 +65,8 @@
         self.hrtyper.specialize(origportalgraph=origportalgraph,
                            view = conftest.option.view and self.small)
 
-        if conftest.option.view and self.small:
-            t.viewcg()
+        #if conftest.option.view and self.small:
+        #    t.viewcg()
         self.postprocess_timeshifting()
         self.readportalgraph = self.hrtyper.readportalgraph
 

Modified: pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_timeshift.py
==============================================================================
--- pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_timeshift.py	(original)
+++ pypy/branch/prolog-jit-experiments/pypy/jit/timeshifter/test/test_timeshift.py	Wed May 23 17:52:21 2007
@@ -73,7 +73,7 @@
                                          for v in graph1.getargs()])
     hannotator.simplify()
     if conftest.option.view:
-        hannotator.translator.viewcg()
+        hannotator.translator.view()
     return hs, hannotator, rtyper
 
 class TimeshiftingTests(object):



More information about the Pypy-commit mailing list