[commit: ghc] ghc-8.0: testsuite: Un-break T5642 (a29dc1d)

git at git.haskell.org git at git.haskell.org
Thu Feb 11 15:30:10 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/a29dc1dcc7020539b603651da9a4a8f376604dd7/ghc

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

commit a29dc1dcc7020539b603651da9a4a8f376604dd7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Feb 8 17:44:44 2016 +0100

    testsuite: Un-break T5642
    
    This was largely fixed by the re-rework of the pattern match checker.
    Resolves #5642.
    
    (cherry picked from commit 16cf460ca6c4aa1ccb05703743f61242ee90c53f)


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

a29dc1dcc7020539b603651da9a4a8f376604dd7
 testsuite/tests/perf/compiler/all.T | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 7699aff..25ebac5 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -522,7 +522,7 @@ test('T5321FD',
 
 test('T5642',
      [ only_ways(['normal']),
-       skip, # See Trac #11163
+       normal,
        compiler_stats_num_field('bytes allocated',
            [(wordsize(32), 641085256, 10),
                      # sample from x86/Linux
@@ -530,7 +530,7 @@ test('T5642',
             # 2014-09-03:  753045568
             # 2014-12-10:  641085256 Improvements in constraints solver
 
-            (wordsize(64), 1071915072, 10)])
+            (wordsize(64), 950004816, 10)])
             # prev:        1300000000
             # 2014-07-17:  1358833928 (general round of updates)
             # 2014-08-07:  1402242360 (caused by 1fc60ea)
@@ -543,6 +543,7 @@ test('T5642',
             # 2014-12-10:  1282916024 Improvements in constraints solver
             # 2015-10-28:  1412808976 Emit Typeable at definition site
             # 2015-11-22:  1071915072 Use TypeLits in the metadata encoding
+            # 2016-02-08:  950004816  Pattern match checker re-rework
       ],
       compile,['-O'])
 



More information about the ghc-commits mailing list