Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60083:6a5398f7e828
Date: 2013-01-15 14:09 +0200
http://bitbucket.org/pypy/pypy/changeset/6a5398f7e828/
Log: reenable the assert
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -3785,7 +3785,7 @@
""", namespace=locals())
self.cpu.compile_loop(loop.inputargs, loop.operations, looptoken)
frame = self.cpu.execute_token(looptoken, 0, 0, 3)
- #assert self.cpu.get_latest_descr(frame) is guarddescr
+ assert self.cpu.get_latest_descr(frame) is guarddescr
from pypy.jit.backend.llsupport.llmodel import AbstractLLCPU
if not isinstance(self.cpu, AbstractLLCPU):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit