Repository : ssh://[email protected]/base On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/1be0171fc8c911a7ce3d1e3926475e789d077724/base
>--------------------------------------------------------------- commit 1be0171fc8c911a7ce3d1e3926475e789d077724 Author: Austin Seipp <[email protected]> Date: Sun Sep 8 03:52:48 2013 -0500 length001 passes now It no longer stack overflows, since the stack is infinite by default now. Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- 1be0171fc8c911a7ce3d1e3926475e789d077724 tests/all.T | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/all.T b/tests/all.T index 37e3c13..36f22d5 100644 --- a/tests/all.T +++ b/tests/all.T @@ -53,11 +53,7 @@ test('char002', normal, compile_and_run, ['']) test('cstring001', normal, compile_and_run, ['']) -test('length001', - # This fails without -O, as it relies on a RULE being applied - expect_fail_for(['normal', 'threaded1', 'llvm']), - compile_and_run, - ['']) +test('length001', normal, compile_and_run, ['']) test('ratio001', normal, compile_and_run, ['']) _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
