[pypy-svn] pypy 32ptr-on-64bit: Fix test.

arigo commits-noreply at bitbucket.org
Mon Apr 18 13:55:34 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 32ptr-on-64bit
Changeset: r43441:bd266e9648e6
Date: 2011-04-17 19:00 +0200
http://bitbucket.org/pypy/pypy/changeset/bd266e9648e6/

Log:	Fix test.

diff --git a/pypy/jit/backend/x86/test/test_gc_integration.py b/pypy/jit/backend/x86/test/test_gc_integration.py
--- a/pypy/jit/backend/x86/test/test_gc_integration.py
+++ b/pypy/jit/backend/x86/test/test_gc_integration.py
@@ -56,6 +56,7 @@
         self.single_gcref_descr = GcPtrFieldDescr('', 0)
         
     rewrite_assembler = GcLLDescr_framework.rewrite_assembler.im_func
+    supports_compressed_ptrs = False
 
 class TestRegallocDirectGcIntegration(object):
 


More information about the Pypy-commit mailing list