diff options
author | Tamar Christina <tamar@zhox.com> | 2018-01-02 16:00:57 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-01-02 17:33:04 -0500 |
commit | 27b7b4db9af99aeb88dce7ef0e85131199bbf2ff (patch) | |
tree | db4d5bbc750857ce55d7bcc09962002e4ba176d3 /testsuite/tests/perf/should_run/all.T | |
parent | 4887c3086149a15a1e16c765682debcfbb9de145 (diff) | |
download | haskell-27b7b4db9af99aeb88dce7ef0e85131199bbf2ff.tar.gz |
Windows: fix all failing tests.
This makes the testsuite pass clean on Windows again.
It also fixes the `libstdc++-6.dll` error harbormaster
was showing.
I'm marking some tests as isolated tests to reduce their
flakiness (mostly concurrency tests) when the test system
is under heavy load.
Updates process submodule.
Test Plan: ./validate
Reviewers: hvr, bgamari, erikd, simonmar
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4277
Diffstat (limited to 'testsuite/tests/perf/should_run/all.T')
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 9c92cd6dc8..aedb40f842 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -108,9 +108,10 @@ test('lazy-bs-alloc', test('T876', [stats_num_field('bytes allocated', - [(platform('x86_64-unknown-mingw32'), 66928, 5), + [(platform('x86_64-unknown-mingw32'), 53472, 5), # 2015-04-03: 71904 (amd64/Windows, unknown cause) # 2016-11-27: 66928 (amd64/Windows, unknown cause) + # 2017-12-24: 53472 (amd64/Windows, unknown cause) (wordsize(64), 58128, 5), # 2013-02-14: 1263712 (x86_64/Linux) @@ -542,7 +543,9 @@ test('DeriveNullTermination', normal, compile_and_run, ['']) test('T13623', [stats_num_field('bytes allocated', - [ (wordsize(64), 50936, 5) ]), + [(platform('x86_64-unknown-mingw32'), 47232, 10), + # 2017-12-24 47232 unknown + (wordsize(64), 50936, 5)]), # 2017-05-02 50936 initial only_ways(['normal'])], compile_and_run, |