Author: David Schneider <[email protected]>
Branch:
Changeset: r65851:7b4d87a9afe9
Date: 2013-07-31 04:09 -0500
http://bitbucket.org/pypy/pypy/changeset/7b4d87a9afe9/
Log: fix test, related to register allocation changes
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
@@ -88,7 +88,7 @@
else:
assert nos == [0, 1, 25]
elif self.cpu.backend_name.startswith('arm'):
- assert nos == [9, 10, 47]
+ assert nos == [0, 1, 47]
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