[commit: base] master: Only run dynamic004 with optimisation (c958b87)

José Pedro Magalhães jpm at cs.uu.nl
Tue Feb 12 11:39:32 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c958b8726803bd0fe14fa67a8cb73fedd340d95f

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

commit c958b8726803bd0fe14fa67a8cb73fedd340d95f
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date:   Tue Feb 12 10:08:55 2013 +0000

    Only run dynamic004 with optimisation
    
    This is because the new kind-polymorphic Typeable seems to
    require optimisation to deal with typeRep operations on
    (extremely) large types.

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

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

diff --git a/tests/all.T b/tests/all.T
index 671bf55..cb8608b 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -72,7 +72,7 @@ test('addr001',		normal, compile_and_run, [''])
 test('dynamic001',      normal, compile_and_run, [''])
 test('dynamic002',      normal, compile_and_run, [''])
 test('dynamic003',      extra_run_opts('+RTS -K32m -RTS'), compile_and_run, [''])
-test('dynamic004',      normal, compile_and_run, [''])
+test('dynamic004',      omit_ways(['normal', 'threaded1', 'ghci']), compile_and_run, [''])
 test('dynamic005',      normal, compile_and_run, [''])
 test('enum01',          when(fast(), skip), compile_and_run, ['-cpp'])
 test('enum02', 		when(fast(), skip), compile_and_run, ['-cpp'])





More information about the ghc-commits mailing list