Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r62146:aef7ed124ee1
Date: 2013-03-07 00:01 +0200
http://bitbucket.org/pypy/pypy/changeset/aef7ed124ee1/

Log:    fix the test

diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py 
b/rpython/jit/backend/llsupport/test/test_gc_integration.py
--- a/rpython/jit/backend/llsupport/test/test_gc_integration.py
+++ b/rpython/jit/backend/llsupport/test/test_gc_integration.py
@@ -85,7 +85,7 @@
             else:
                 assert nos ==  [4, 5, 25]
         elif self.cpu.backend_name.startswith('arm'):
-            assert nos == []
+            assert nos == [15, 25, 26]
         else:
             raise Exception("write the data here")
         assert frame.jf_frame[nos[0]]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to