From 3bbc01a425f8a0b395751a7394c40d1507e77bbc Mon Sep 17 00:00:00 2001 From: Thomas Miedema <thomasmiedema@gmail.com> Date: Sat, 26 Dec 2015 14:32:55 +0100 Subject: [PATCH] Testsuite: mark T7653 with high_memory_usage --- libraries/base/tests/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index da14cb2e3f06..0cb48bbc227b 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -141,7 +141,8 @@ test('T7773', when(opsys('mingw32'), skip), compile_and_run, ['']) test('CatPairs', normal, compile, ['']) test('CatEntail', normal, compile, ['']) -test('T7653', normal, compile_and_run, ['']) +# When running with WAY=ghci, T7653 uses a lot of memory. +test('T7653', high_memory_usage, compile_and_run, ['']) test('T7787', normal, compile_and_run, ['']) test('topHandler01', when(opsys('mingw32'), skip), compile_and_run, ['']) -- GitLab