[pypy-commit] pypy default: silence test_llinterp_complete

cfbolz pypy.commits at gmail.com
Wed Mar 28 06:39:04 EDT 2018


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: 
Changeset: r94159:b437cad15ce6
Date: 2018-03-28 12:38 +0200
http://bitbucket.org/pypy/pypy/changeset/b437cad15ce6/

Log:	silence test_llinterp_complete (bad fijal, no cookie)

diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/rtyper/llinterp.py
@@ -742,6 +742,9 @@
     def op_zero_gc_pointers_inside(self, obj):
         raise NotImplementedError("zero_gc_pointers_inside")
 
+    def op_gc_get_stats(self, obj):
+        raise NotImplementedError("gc_get_stats")
+
     def op_gc_writebarrier_before_copy(self, source, dest,
                                        source_start, dest_start, length):
         if hasattr(self.heap, 'writebarrier_before_copy'):


More information about the pypy-commit mailing list