diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-11 20:39:00 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-10-11 20:40:26 -0400 |
commit | be1f3f1e60cae2935ec052bcbeda0b730875ed90 (patch) | |
tree | 7cbf2d7a715b705d947624e104f9fd9cc7f2dc99 | |
parent | d584e3f08cfee6e28b70bf53c573d86e44f326f8 (diff) | |
download | haskell-wip/T7653.tar.gz |
testsuite: Don't run T7653 in ghci and profiled wayswip/T7653
Currently this routinely fails in the i386 job.
See #7653.
-rw-r--r-- | libraries/base/tests/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index 0b45c9aff2..61367e4491 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -170,8 +170,8 @@ test('T7773', when(opsys('mingw32'), skip), compile_and_run, ['']) test('CatPairs', normal, compile, ['']) test('CatEntail', normal, compile, ['']) -# When running with WAY=ghci, T7653 uses a lot of memory. -test('T7653', high_memory_usage, compile_and_run, ['']) +# When running with WAY=ghci and profiled ways, T7653 uses a lot of memory. +test('T7653', omit_ways(prof_ways+['ghci']), compile_and_run, ['']) test('T7787', normal, compile_and_run, ['']) test('topHandler01', when(opsys('mingw32'), skip), compile_and_run, ['']) |