[commit: testsuite] master: Tweak another 32bit perf bound (810fb1f)
Ian Lynagh
igloo at earth.li
Sun Feb 10 18:59:27 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/810fb1fe7fb7294e6c5d25c2a48fafa102dfe949
>---------------------------------------------------------------
commit 810fb1fe7fb7294e6c5d25c2a48fafa102dfe949
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 10 17:53:02 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 9260df1..cfbcda6 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -31,9 +31,10 @@ test('T1969',
# varies quite a lot with CLEANUP and BINDIST,
# hence 10% range.
compiler_stats_num_field('bytes allocated',
- [(platform('i386-unknown-mingw32'), 303930948, 1),
+ [(platform('i386-unknown-mingw32'), 310633884, 1),
# 215582916 (x86/Windows)
# 2012-10-29 298921816 (x86/Windows)
+ # 2013-02-10 310633884 (x86/Windows)
(wordsize(32), 322937684, 1),
# 221667908 (x86/OS X)
# 274932264 (x86/Linux)
More information about the ghc-commits
mailing list