[commit: ghc] wip/gadtpm: Added some basic space and time limits for T11276 (3sec, 1GB) (d6d6f2e)

git at git.haskell.org git at git.haskell.org
Mon Jan 4 09:19:08 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/gadtpm
Link       : http://ghc.haskell.org/trac/ghc/changeset/d6d6f2e200f7e6d4603eff95818d9f08a188093b/ghc

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

commit d6d6f2e200f7e6d4603eff95818d9f08a188093b
Author: George Karachalias <george.karachalias at gmail.com>
Date:   Mon Jan 4 02:18:08 2016 +0100

    Added some basic space and time limits for T11276 (3sec, 1GB)


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

d6d6f2e200f7e6d4603eff95818d9f08a188093b
 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 1f487ee..521c221 100644
--- a/testsuite/tests/pmcheck/should_compile/all.T
+++ b/testsuite/tests/pmcheck/should_compile/all.T
@@ -23,7 +23,7 @@ test('T8970', only_compiler_types(['ghc']), compile, ['-fwarn-incomplete-pattern
 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 +RTS -M1G -RTS'])
-test('T11276', normal, compile, ['-fwarn-incomplete-patterns -fwarn-overlapping-patterns'])
+test('T11276', compile_timeout_multiplier(0.01), 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