Long tests for GAP

These stress test the garbage collection inside GAP

sage.libs.gap.test_long.check_loop_1()[source]

EXAMPLES:

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

EXAMPLES:

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

EXAMPLES:

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