From: John Benediktsson Date: Mon, 9 Nov 2020 20:23:53 +0000 (-0800) Subject: memory: mark two tests as long since they are slow on Travis. X-Git-Tag: 0.99~2994 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=7c032a465e0ffc57e4899d1666615b3de0b5eab9 memory: mark two tests as long since they are slow on Travis. --- diff --git a/core/memory/memory-tests.factor b/core/memory/memory-tests.factor index 1a3b8f1111..e05b68a8ff 100644 --- a/core/memory/memory-tests.factor +++ b/core/memory/memory-tests.factor @@ -54,7 +54,7 @@ IN: memory.tests : leak-loop ( -- ) 100 [ leak-step ] times ; -{ } [ leak-loop ] unit-test +{ } [ leak-loop ] long-unit-test ! Bug: allocation of large objects directly into tenured space ! can proceed past the high water mark. @@ -80,7 +80,7 @@ SYMBOL: foo data-room tenured>> size>> assert= -] unit-test +] long-unit-test ! Perform one gc cycle. Then increase the stack height by 100 and ! force a gc cycle again.