Author: Armin Rigo <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to