From ebaa638f47d0805d613daee48b0d93bafed85702 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 25 Feb 2016 15:35:25 +0100 Subject: [PATCH] Bump haddock.base allocations I believe this is probably due to the recent RuntimeRep change. --- testsuite/tests/perf/haddock/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index 5a99333e2735..606d3915801a 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -5,7 +5,7 @@ test('haddock.base', [unless(in_tree_compiler(), skip), req_haddock ,stats_num_field('bytes allocated', - [(wordsize(64), 27812188000, 5) + [(wordsize(64), 30987348040, 5) # 2012-08-14: 5920822352 (amd64/Linux) # 2012-09-20: 5829972376 (amd64/Linux) # 2012-10-08: 5902601224 (amd64/Linux) @@ -28,6 +28,7 @@ test('haddock.base', # 2015-12-11: 11119767632 (amd64/Linux) - TypeInType (see #11196) # 2015-12-17: 26282821104 (x86_64/Linux) - Update Haddock to master # 2015-12-17: 27812188000 (x86_64/Linux) - Move Data.Functor.* into base + # 2016-02-25: 30987348040 (x86_64/Linux) - RuntimeRep ,(platform('i386-unknown-mingw32'), 4434804940, 5) # 2013-02-10: 3358693084 (x86/Windows)