Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/508d58b78846eb09eee0ae13bb0137acfab535dd >--------------------------------------------------------------- commit 508d58b78846eb09eee0ae13bb0137acfab535dd Author: Dimitrios Vytiniotis <[email protected]> Date: Thu May 19 09:49:12 2011 +0100 Adding -fcontext-stack flag option to SlowComp. Compiles in under a second now (fixes #5030) but needs large context stack. >--------------------------------------------------------------- .../ghc-regress/indexed-types/should_compile/all.T | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/ghc-regress/indexed-types/should_compile/all.T b/tests/ghc-regress/indexed-types/should_compile/all.T index 296f28f..41fbb56 100644 --- a/tests/ghc-regress/indexed-types/should_compile/all.T +++ b/tests/ghc-regress/indexed-types/should_compile/all.T @@ -174,4 +174,4 @@ test('T4981-V3', normal, compile, ['']) test('T5002', normal, compile, ['']) test('PushedInAsGivens', normal, compile, ['']) -test('SlowComp', normal, compile, ['']) \ No newline at end of file +test('SlowComp', normal, compile, ['-fcontext-stack=300']) \ No newline at end of file _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
