[commit: testsuite] master: Adjust "max_bytes_used" upward for T4801 (ff6113e)

git at git.haskell.org git at git.haskell.org
Fri Jan 10 08:53:09 UTC 2014


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

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

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

commit ff6113ef98e778f3b5ae25d542e0fe6f12c6aed1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Jan 10 08:48:53 2014 +0000

    Adjust "max_bytes_used" upward for T4801


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

ff6113ef98e778f3b5ae25d542e0fe6f12c6aed1
 tests/perf/compiler/all.T |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index a6daa10..34eb867 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -186,12 +186,13 @@ test('T4801',
              # 2013-02-10:  11207828 (x86/OSX)
              # (some date): 11139444
              # 2013-11-13:  11829000 (x86/Windows, 64bit machine)
-           (wordsize(64), 21657520, 15)]),
+           (wordsize(64), 25166280, 10)]),
                 # prev:       20486256 (amd64/OS X)
                 # 30/08/2012: 17305600--20391920 (varies a lot)
                 # 19/10/2012: 26882576 (-fPIC turned on)
                 # 19/10/2012: 18619912 (-fPIC turned off)
                 # 24/12/2012: 21657520 (perhaps gc sampling time wibbles?)
+                # 10/01/2014: 25166280 
        only_ways(['normal']),
        extra_hc_opts('-static')
       ],



More information about the ghc-commits mailing list