Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

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

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

commit d784b311bfbd613f92207f12f4ec157b2e1bb1d5
Author: Dimitrios Vytiniotis <[email protected]>
Date:   Wed Nov 16 17:32:05 2011 +0000

    Reducing the context stack for this file, which was looping anyway, to
    make it fail sooner when we run the testsuite. Due to modifications in
    rewriting we run out or context stack more slowly than before. Perhaps
    something to come back to at some point.

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

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

diff --git a/tests/indexed-types/should_compile/all.T 
b/tests/indexed-types/should_compile/all.T
index 241bbe4..e7827be 100644
--- a/tests/indexed-types/should_compile/all.T
+++ b/tests/indexed-types/should_compile/all.T
@@ -21,7 +21,7 @@ test('Simple16', normal, compile, [''])
 test('Simple17', normal, compile, [''])
 test('Simple18', normal, compile, [''])
 test('Simple19', normal, compile, [''])
-test('Simple20', expect_broken(4296), compile, [''])
+test('Simple20', expect_broken(4296), compile, ['-fcontext-stack=50'])
 test('Simple21', normal, compile, [''])
 test('Simple22', normal, compile, [''])
 test('Simple23', normal, compile, [''])



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to