[commit: ghc] master: Revert "testsuite: Update bytes allocated of parsing001" (3fb8f48)

git at git.haskell.org git at git.haskell.org
Thu Sep 1 15:01:22 UTC 2016


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

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

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

commit 3fb8f48759cf6acf6b8af741fa8524e999dfc417
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Sep 1 10:23:20 2016 -0400

    Revert "testsuite: Update bytes allocated of parsing001"
    
    This reverts commit ca6d0eb0f7d28b0245abc2b0783141101e51945f.
    
    I'm really not sure what happened with the test build that lead me to
    believe that this was necessary. Mysterious.


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

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

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 0ecc7c2..3c8cbda 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -428,9 +428,8 @@ test('T5631',
 test('parsing001',
      [compiler_stats_num_field('bytes allocated',
           [(wordsize(32), 274000576, 10),
-           (wordsize(64), 682266448, 5)]),
+           (wordsize(64), 587079016, 5)]),
         # expected value: 587079016 (amd64/Linux)
-        # 2016-08-31:     682266448 (amd64/Linux)
        only_ways(['normal']),
       ],
      compile_fail, [''])



More information about the ghc-commits mailing list