summaryrefslogtreecommitdiff
path: root/libraries/base/tests
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-12-26 14:32:55 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-12-30 12:28:32 +0100
commit3bbc01a425f8a0b395751a7394c40d1507e77bbc (patch)
treeed2553a40c39af2d2a026d48d8c7992eb0f70bb0 /libraries/base/tests
parent630303af5b948f89b4aeb026c8d78a42146fa9b0 (diff)
downloadhaskell-3bbc01a425f8a0b395751a7394c40d1507e77bbc.tar.gz
Testsuite: mark T7653 with high_memory_usage
Diffstat (limited to 'libraries/base/tests')
-rw-r--r--libraries/base/tests/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index da14cb2e3f..0cb48bbc22 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, [''])