[commit: base] master: enable memo001/memo002 when fast (7839283)

Simon Marlow marlowsd at gmail.com
Thu Feb 14 13:34:42 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7839283675e731254df1d8ad2633c015c7d8d4be

>---------------------------------------------------------------

commit 7839283675e731254df1d8ad2633c015c7d8d4be
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Thu Feb 14 10:55:57 2013 +0000

    enable memo001/memo002 when fast

>---------------------------------------------------------------

 tests/all.T |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/all.T b/tests/all.T
index cb8608b..782d11e 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -85,15 +85,13 @@ test('list002', when(fast(), skip), compile_and_run, [''])
 test('list003', when(fast(), skip), compile_and_run, [''])
 
 test('memo001',
-     [when(fast(), skip),
-      extra_run_opts('+RTS -A10k -RTS'),
+     [extra_run_opts('+RTS -A10k -RTS'),
       extra_clean(['Memo1.hi', 'Memo1.o'])],
      multimod_compile_and_run,
      ['memo001',''])
 
 test('memo002',
-     [when(fast(), skip),
-      extra_run_opts('20'),
+     [extra_run_opts('20'),
       extra_clean(['Memo2.hi', 'Memo2.o'])],
 	multimod_compile_and_run, ['memo002',''])
 





More information about the ghc-commits mailing list