[commit: packages/base] master: length001 passes now (1be0171)
git at git.haskell.org
git at git.haskell.org
Sun Sep 8 10:56:55 CEST 2013
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1be0171fc8c911a7ce3d1e3926475e789d077724/base
>---------------------------------------------------------------
commit 1be0171fc8c911a7ce3d1e3926475e789d077724
Author: Austin Seipp <aseipp at pobox.com>
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 <aseipp at pobox.com>
>---------------------------------------------------------------
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, [''])
More information about the ghc-commits
mailing list