summaryrefslogtreecommitdiff
path: root/testsuite/tests/callarity
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/callarity
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/callarity')
-rw-r--r--testsuite/tests/callarity/perf/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/callarity/perf/all.T b/testsuite/tests/callarity/perf/all.T
index 1c7969474c..40b9f01dca 100644
--- a/testsuite/tests/callarity/perf/all.T
+++ b/testsuite/tests/callarity/perf/all.T
@@ -1,9 +1,10 @@
test('T3924',
[stats_num_field('bytes allocated',
- [ (wordsize(64), 50760, 5),
+ [ (wordsize(64), 47080, 5),
# previously, without call-arity: 22326544
# 2014-01-18: 51480 (amd64/Linux)
# 2014-07-17: 50760 (amd64/Linux) (Roundabout adjustment)
+ # 2014-09-01: 47080 (amd64/Windows)
(wordsize(32), 44988, 5) ]),
# 2014-04-04: 44988 (Windows, 64-bit machine)
only_ways(['normal'])