summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-09-01 15:14:18 -0500
committerAustin Seipp <austin@well-typed.com>2014-09-01 15:14:18 -0500
commit9711f78f790d10d914e08851544c6fc96f9a030a (patch)
tree5c0153f04cb153257a96f71c45aa1cf865cc8128 /testsuite/tests/perf/compiler
parent918719b936b878ab660f20ceef8afc9e3a898c5a (diff)
downloadhaskell-9711f78f790d10d914e08851544c6fc96f9a030a.tar.gz
Fix a couple test failures encountered when building on Windows
Summary: * Adjusts performance tests * Change ghcpkg05.stderr-mingw32 to match ghcpkg05.stderr Test Plan: Ran 'sh validate' and observed fewer test failures afterwards Reviewers: austin Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D191
Diffstat (limited to 'testsuite/tests/perf/compiler')
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index f53787a7a9..cf6ad8c60d 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -449,8 +449,9 @@ test('T9020',
[(wordsize(32), 343005716, 10),
# Original: 381360728
# 2014-07-31: 343005716 (Windows) (general round of updates)
- (wordsize(64), 728263536, 10)])
+ (wordsize(64), 627647808, 10)])
# prev: 795469104
# 2014-07-17: 728263536 (general round of updates)
+ # 2014-09-01: 627647808 (SPJ compiler improvements)
],
compile,[''])