diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-12-14 16:51:54 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-15 10:42:25 -0500 |
commit | 2940a61722b5e5b35421b385dedf07f82c63557d (patch) | |
tree | b48cbd8dbfe45c298950d1ad2a8546aa988b0182 | |
parent | 9550b8d810c3ce9fcf3419da367041124e2673de (diff) | |
download | haskell-2940a61722b5e5b35421b385dedf07f82c63557d.tar.gz |
testsuite: Specify expected allocations of T12877 for Windows
This deviated by 12% from the expected allocations on Windows.
Yet another case of #12758.
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 38cbdd0311..ec598050fa 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -900,8 +900,12 @@ test('T12877', [(wordsize(64), 197582248, 5), # initial: 197582248 (Linux) ]) + , compiler_stats_num_field('bytes allocated', - [(wordsize(64), 135979000, 5), + [(platform('x86_64-unknown-mingw32'), 118644280, 5), + # initial: 118644280 + + (wordsize(64), 135979000, 5), # initial: 135979000 (Linux) ]), ], |