summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-02-21 11:21:48 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-21 19:41:55 -0500
commit9ef2749c3f3818944ae7dac5c9d10851b63b834a (patch)
treea75dcfa3af6c31c055e3f1af3521e122529c8a6f /testsuite/tests/deriving
parent499a15db0d71a9d0b91cbd5f509dabff50df2566 (diff)
downloadhaskell-9ef2749c3f3818944ae7dac5c9d10851b63b834a.tar.gz
Fix all broken perf tests on x64 Windows
various perf tests have been broken over the course of the past few months. This updates the numbers. Test Plan: ./validate Reviewers: austin, bgamari Subscribers: thomie, #ghc_windows_task_force Differential Revision: https://phabricator.haskell.org/D3160
Diffstat (limited to 'testsuite/tests/deriving')
-rw-r--r--testsuite/tests/deriving/perf/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/perf/all.T b/testsuite/tests/deriving/perf/all.T
index 8dee98961b..a13a6aa7b9 100644
--- a/testsuite/tests/deriving/perf/all.T
+++ b/testsuite/tests/deriving/perf/all.T
@@ -1,6 +1,9 @@
test('T10858',
[compiler_stats_num_field('bytes allocated',
- [ (wordsize(64), 304094944, 8) ]),
+ [(platform('x86_64-unknown-mingw32'), 272402736, 8),
+ # 2017-02-19 272402736 (x64/Windows) - unknown
+
+ (wordsize(64), 304094944, 8) ]),
# Initial: 476296112
# 2016-12-19 247768192 Join points (#19288)
# 2016-02-12 304094944 Type-indexed Typeable