[commit: ghc] wip/fix-integer-simple-ci: fixup! testsuite: Increase runtime timeout multiplier of T11627a with integer-simple (08c6d75)

git at git.haskell.org git at git.haskell.org
Thu Dec 27 17:00:45 UTC 2018


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

On branch  : wip/fix-integer-simple-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/08c6d7582f286fa392b2ddf22fc5f138c2e2c33e/ghc

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

commit 08c6d7582f286fa392b2ddf22fc5f138c2e2c33e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Dec 24 10:23:42 2018 -0500

    fixup! testsuite: Increase runtime timeout multiplier of T11627a with integer-simple


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

08c6d7582f286fa392b2ddf22fc5f138c2e2c33e
 testsuite/tests/profiling/should_run/all.T | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index b25cbe6..968d678 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -117,9 +117,8 @@ test('profinline001', [], compile_and_run, [''])
 
 test('T11627a', [ extra_ways(extra_prof_ways),
                   # integer-simple has an extremely large representation and
-                  # consequently needs more time
-                  when(have_library('integer-simple'),
-                       run_timeout_multiplier(3))
+                  # consequently needs significantly more time
+                  when(have_library('integer-simple'), skip)
                 ],
      compile_and_run, [''])
 



More information about the ghc-commits mailing list