[commit: ghc] master: T11303: Set maximum heap size (07779c2)
git at git.haskell.org
git at git.haskell.org
Wed Dec 30 10:59:20 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/07779c23d2a0e4b98d6ee29c0bc7e09345a24d4a/ghc
>---------------------------------------------------------------
commit 07779c23d2a0e4b98d6ee29c0bc7e09345a24d4a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Dec 30 11:16:59 2015 +0100
T11303: Set maximum heap size
As suggested by @thomie.
>---------------------------------------------------------------
07779c23d2a0e4b98d6ee29c0bc7e09345a24d4a
testsuite/tests/pmcheck/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/pmcheck/should_compile/all.T b/testsuite/tests/pmcheck/should_compile/all.T
index 3bd4118..9278fde 100644
--- a/testsuite/tests/pmcheck/should_compile/all.T
+++ b/testsuite/tests/pmcheck/should_compile/all.T
@@ -22,7 +22,7 @@ test('T7669a', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patter
test('T8970', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
test('T9951b',only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
test('T9951', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
-test('T11303', normal, compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
+test('T11303', normal, compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns +RTS -M1G -RTS'])
# Other tests
test('pmc001', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
More information about the ghc-commits
mailing list