translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_enable_disable
self = <rpython.translator.c.test.test_newgc.TestIncrementalMiniMarkGCMostCompact object at 0x00000000370ae8e0>
def test_enable_disable(self):
# first, run with normal gc. If the assert fails it means that in the
# loop we don't allocate enough mem to trigger a major collection. Try
# to increase N
deleted = self.run("enable_disable", 0)
> assert deleted == 1, 'This should not fail, try to increment N'
E AssertionError: This should not fail, try to increment N
translator/c/test/test_newgc.py:1878: AssertionError
---------- Captured stdout call ----------
Running 'enable_disable')
---------- Captured stderr call ----------
mem.c: 15 mallocs left (use PYPY_ALLOC=1 to see the list)
builder: rpython-linux-x86-64 build #747*
test: translator/c/test/test_newgc.py::TestIncrementalMiniMarkGCMostCompact::()::test_enable_disable