Long tests for GAP#

These stress test the garbage collection inside GAP

sage.libs.gap.test_long.test_loop_1()[source]#

EXAMPLES:

sage: from sage.libs.gap.test_long import test_loop_1
sage: test_loop_1()  # long time (up to 25s on sage.math, 2013)
>>> from sage.all import *
>>> from sage.libs.gap.test_long import test_loop_1
>>> test_loop_1()  # long time (up to 25s on sage.math, 2013)
sage.libs.gap.test_long.test_loop_2()[source]#

EXAMPLES:

sage: from sage.libs.gap.test_long import test_loop_2
sage: test_loop_2()  # long time (10s on sage.math, 2013)
>>> from sage.all import *
>>> from sage.libs.gap.test_long import test_loop_2
>>> test_loop_2()  # long time (10s on sage.math, 2013)
sage.libs.gap.test_long.test_loop_3()[source]#

EXAMPLES:

sage: from sage.libs.gap.test_long import test_loop_3
sage: test_loop_3()  # long time (31s on sage.math, 2013)
>>> from sage.all import *
>>> from sage.libs.gap.test_long import test_loop_3
>>> test_loop_3()  # long time (31s on sage.math, 2013)