Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_enable_disable

self = <rpython.translator.c.test.test_newgc.TestIncrementalMiniMarkGC object at 0x1db0ad10>

    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-32 build #769*
test: translator/c/test/test_newgc.py::TestIncrementalMiniMarkGC::()::test_enable_disable