[pypy-commit] pypy default: merge

hakanardo noreply at buildbot.pypy.org
Mon Apr 30 10:22:39 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
Branch: 
Changeset: r54815:87a5aca82fa1
Date: 2012-04-30 10:21 +0200
http://bitbucket.org/pypy/pypy/changeset/87a5aca82fa1/

Log:	merge

diff --git a/pypy/jit/backend/llsupport/test/test_asmmemmgr.py b/pypy/jit/backend/llsupport/test/test_asmmemmgr.py
--- a/pypy/jit/backend/llsupport/test/test_asmmemmgr.py
+++ b/pypy/jit/backend/llsupport/test/test_asmmemmgr.py
@@ -217,7 +217,8 @@
     encoded = ''.join(writtencode).encode('hex').upper()
     ataddr = '@%x' % addr
     assert log == [('test-logname-section',
-                    [('debug_print', 'CODE_DUMP', ataddr, '+0 ', encoded)])]
+                    [('debug_print', 'SYS_EXECUTABLE', '??'),
+                     ('debug_print', 'CODE_DUMP', ataddr, '+0 ', encoded)])]
     
     lltype.free(p, flavor='raw')
 


More information about the pypy-commit mailing list