Author: David Schneider <david.schnei...@picle.org>
Branch: arm-backend-2
Changeset: r52516:081cae386918
Date: 2012-02-10 15:23 +0100
http://bitbucket.org/pypy/pypy/changeset/081cae386918/

Log:    remove gcremovetypeptr from test_zrpy_gc

diff --git a/pypy/jit/backend/arm/test/test_zrpy_gc.py 
b/pypy/jit/backend/arm/test/test_zrpy_gc.py
--- a/pypy/jit/backend/arm/test/test_zrpy_gc.py
+++ b/pypy/jit/backend/arm/test/test_zrpy_gc.py
@@ -94,8 +94,9 @@
     #
     t = TranslationContext()
     t.config.translation.gc = gc
-    if gc != 'boehm':
-        t.config.translation.gcremovetypeptr = True
+    # The ARM backend does not support this option
+    #if gc != 'boehm':
+    #    t.config.translation.gcremovetypeptr = True
     for name, value in kwds.items():
         setattr(t.config.translation, name, value)
     ann = t.buildannotator(policy=annpolicy.StrictAnnotatorPolicy())
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to