[commit: testsuite] master: Undo my wrong bumps to T6048 (ee9c477)

git at git.haskell.org git at git.haskell.org
Thu Nov 28 13:50:56 UTC 2013


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

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

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

commit ee9c477691c91eb3dbba39338a3aed6cca3645b9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Nov 28 13:50:53 2013 +0000

    Undo my wrong bumps to T6048
    
    which were obtained when running with -DDEBUG. Sorry about that.


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

ee9c477691c91eb3dbba39338a3aed6cca3645b9
 tests/perf/compiler/all.T |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 484c479..347f492 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -364,11 +364,10 @@ test('T5837',
 test('T6048',
      [ only_ways(['optasm']),
       compiler_stats_num_field('bytes allocated',
-          [(wordsize(32),   48887164, 10),
-            # prev:         38000000 (x86/Linux)
-            # 2012-10-08:   48887164 (x86/Linux)
-           (wordsize(64),  237077056, 10)])
-             # 18/09/2012   97247032 amd64/Linux
-	     # 2013-11-26: 237077056 amd64/Linux
+          [(wordsize(32), 48887164, 10),
+            # prev:       38000000 (x86/Linux)
+            # 2012-10-08: 48887164 (x86/Linux)
+           (wordsize(64), 97247032, 10)])
+             # 18/09/2012 97247032 amd64/Linux
       ],
       compile,[''])



More information about the ghc-commits mailing list