[commit: ghc] master: testsuite: Bump T5631 expected allocations (7271db4)

git at git.haskell.org git at git.haskell.org
Sun May 6 01:51:32 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7271db46c332f15c302b9a55f4ed005cdd0fb898/ghc

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

commit 7271db46c332f15c302b9a55f4ed005cdd0fb898
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat May 5 21:50:37 2018 -0400

    testsuite: Bump T5631 expected allocations
    
    This was failing on Darwin; I believe this is due to 33de71fa06d0.


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

7271db46c332f15c302b9a55f4ed005cdd0fb898
 testsuite/tests/perf/compiler/all.T | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 903c05f..6b0bd43 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -449,7 +449,7 @@ test('T5631',
         # 2014-04-04:     346389856 (x86 Windows, 64 bit machine)
         # 2014-12-01:     390199244 (Windows laptop)
         # 2016-04-06:     570137436 (amd64/Linux) many reasons
-           (wordsize(64), 1106015512, 5)]),
+           (wordsize(64), 1164944688, 5)]),
         # expected value: 774595008 (amd64/Linux):
         # expected value: 735486328 (amd64/Linux) 2012/12/12:
         # expected value: 690742040 (amd64/Linux) Call Arity improvements
@@ -464,8 +464,9 @@ test('T5631',
         # 2017-02-17:     1517484488 (amd64/Linux) Type-indexed Typeable
         # 2017-03-03:     1065147968 (amd64/Linux) Share Typeable KindReps
         # 2017-03-31:     1037482512 (amd64/Linux) Fix memory leak in simplifier
-	# 2017-07-27:     1106015512 (Mac) Regresssion from tracking visibility in TypeEqOrigin
-	#                                  should be fixed by #14037
+	    # 2017-07-27:     1106015512 (Mac) Regresssion from tracking visibility in
+	    #                            TypeEqOrigin should be fixed by #14037
+        # 2018-05-05:     1164944688 (amd64/Linux) Simplify callSiteInline a little
        only_ways(['normal'])
       ],
      compile,



More information about the ghc-commits mailing list