[pypy-commit] pypy vmprof: Another failing test

arigo noreply at buildbot.pypy.org
Sat Apr 4 10:58:21 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: vmprof
Changeset: r76706:3daf0e8619bc
Date: 2015-04-04 10:58 +0200
http://bitbucket.org/pypy/pypy/changeset/3daf0e8619bc/

Log:	Another failing test

diff --git a/rpython/jit/backend/llsupport/test/test_codemap.py b/rpython/jit/backend/llsupport/test/test_codemap.py
--- a/rpython/jit/backend/llsupport/test/test_codemap.py
+++ b/rpython/jit/backend/llsupport/test/test_codemap.py
@@ -91,3 +91,8 @@
     codemap.free_asm_block(200, 300)
     assert unpack_traceback(225) == []
     codemap.free()
+
+def test_codemaps_bug1():
+    builder = CodemapBuilder()
+    builder.debug_merge_point(3, 102, 0)
+    builder.debug_merge_point(0, 104, 10)


More information about the pypy-commit mailing list