[commit: testsuite] master: Tweak another 32bit perf bound (34eda6d)
Ian Lynagh
igloo at earth.li
Sun Feb 10 18:59:29 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/34eda6d37725c2b2d5f93984336ad23c5aa2feb9
>---------------------------------------------------------------
commit 34eda6d37725c2b2d5f93984336ad23c5aa2feb9
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 10 17:54:30 2013 +0000
Tweak another 32bit perf bound
>---------------------------------------------------------------
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 cfbcda6..1d967d3 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -19,9 +19,10 @@ test('T1969',
# 2012-09-20 23 (amd64/Linux)
# 2012-10-03 25 (amd64/Linux if .hi exists)
compiler_stats_num_field('max_bytes_used',
- [(platform('i386-unknown-mingw32'), 5159748, 1),
+ [(platform('i386-unknown-mingw32'), 5094914, 2),
# 2010-05-17 5717704 (x86/Windows)
# 2013-02-10 5159748 (x86/Windows)
+ # 2013-02-10 5030080 (x86/Windows)
(wordsize(32), 6149572, 1),
# 6707308 (x86/OS X)
# 2009-12-31 6149572 (x86/Linux)
More information about the ghc-commits
mailing list