From 7c032a465e0ffc57e4899d1666615b3de0b5eab9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 9 Nov 2020 12:23:53 -0800 Subject: [PATCH] memory: mark two tests as long since they are slow on Travis. --- core/memory/memory-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.34.1