[commit: ghc] master: testsuite: Update expected values for T13035 and T12234 (a9754e3)

git at git.haskell.org git at git.haskell.org
Mon Feb 6 02:25:26 UTC 2017


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

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

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

commit a9754e3cfa71f5d346b5d6e88fbb2324b57a7421
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Feb 5 21:23:26 2017 -0500

    testsuite: Update expected values for T13035 and T12234


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

a9754e3cfa71f5d346b5d6e88fbb2324b57a7421
 testsuite/tests/perf/compiler/all.T | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index eb7a5f5..491fa19 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -917,10 +917,11 @@ test('T12234',
        compiler_stats_num_field('bytes allocated',
           [(platform('x86_64-unknown-mingw32'), 77949232, 5),
           # initial:      77949232
-           (wordsize(64), 80882208, 5),
+           (wordsize(64), 74374440, 5),
           # initial:      72958288
           # 2016-01-17:   76848856  (x86-64, Linux. drift?)
           # 2017-02-01:   80882208  (Use superclass instances when solving)
+          # 2017-02-05:   74374440  (Probably OccAnal fixes)
           ]),
      ],
      compile,
@@ -929,9 +930,10 @@ test('T12234',
 test('T13035',
      [ only_ways(['normal']),
        compiler_stats_num_field('bytes allocated',
-          [(wordsize(64), 95269000, 5),
+          [(wordsize(64), 88806416, 5),
           # 2017-01-05   90595208 initial
           # 2017-01-19   95269000 Allow top-level string literals in Core
+          # 2017-02-05   88806416 Probably OccAnal fixes
           ]),
      ],
      compile,



More information about the ghc-commits mailing list