[commit: testsuite] master: Adjust T1969's bounds again (09988e7)
Ian Lynagh
igloo at earth.li
Fri Jul 20 15:54:35 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/09988e7891f3e8ba49383bdbe380f5e6e40194e3
>---------------------------------------------------------------
commit 09988e7891f3e8ba49383bdbe380f5e6e40194e3
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Jul 20 14:02:36 2012 +0100
Adjust T1969's bounds again
>---------------------------------------------------------------
tests/perf/compiler/all.T | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 887bcc7..822a230 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -35,12 +35,13 @@ test('T1969',
# 221667908 (x86/OS X)
# 274932264 (x86/Linux)
if_wordsize(64,
- compiler_stats_range_field('bytes allocated', 589000000, 1)),
+ compiler_stats_range_field('bytes allocated', 595936240, 1)),
# 17/11/2009: 434,845,560 (amd64/Linux)
# 08/12/2009: 459,776,680 (amd64/Linux)
# 17/05/2010: 519,377,728 (amd64/Linux)
# 05/08/2011: 561,382,568 (amd64/OS X)
# 16/07/2012: 589,168,872 (amd64/Linux)
+ # 20/07/2012: 595,936,240 (amd64/Linux)
only_ways(['normal']),
extra_hc_opts('-dcore-lint')
# Leave -dcore-lint on for this one test, so that we have something
More information about the Cvs-ghc
mailing list