Author: Carl Friedrich Bolz-Tereick <[email protected]>
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'):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to