diff options
author | Tamar Christina <tamar@zhox.com> | 2016-11-29 16:58:04 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-29 20:38:43 -0500 |
commit | dd9ba503bd4a2b3851098a7fa69e15682ab1c536 (patch) | |
tree | 7fabfa09976c53acca01ea0ca4c5f69d86d558e7 /testsuite/tests/perf | |
parent | 0ce59be3a2723f814a3e929fd32a44ff4e890a49 (diff) | |
download | haskell-dd9ba503bd4a2b3851098a7fa69e15682ab1c536.tar.gz |
Update test output for Windows
Following D2684 these two tests need to be updated:
* T7037: timeout.exe now waits until all processes are finished.
this makes T7037 reliable. So enabled.
* T876: Unknown reason, allocations are much lower than before.
Test Plan: ./validate
Reviewers: austin, simonmar, bgamari
Reviewed By: bgamari
Subscribers: thomie, #ghc_windows_task_force
Differential Revision: https://phabricator.haskell.org/D2759
GHC Trac Issues: #12725, #12004
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 672ce33077..da75f42735 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -81,8 +81,9 @@ test('lazy-bs-alloc', test('T876', [stats_num_field('bytes allocated', - [(platform('x86_64-unknown-mingw32'), 71904, 5), + [(platform('x86_64-unknown-mingw32'), 66928, 5), # 2015-04-03: 71904 (amd64/Windows, unknown cause) + # 2016-11-27: 66928 (amd64/Windows, unknown cause) (wordsize(64), 58128, 5), # 2013-02-14: 1263712 (x86_64/Linux) # 2014-02-10: 63216 (x86_64/Linux), call arity analysis |