diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-11-14 09:20:14 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-14 10:30:55 -0500 |
commit | cb168900f88564e7d2e084c5ccd131d4109be795 (patch) | |
tree | 1e98381b2aa036cd977e063e8191fbc635067ce2 /testsuite/tests/perf/space_leaks/all.T | |
parent | e0ca7ff3a9df3f746f0496ae274d669fc14a17dc (diff) | |
download | haskell-cb168900f88564e7d2e084c5ccd131d4109be795.tar.gz |
testsuite: Fix creep of T4029
Ostensibly due to IfaceType rework, but I have my doubts.
Diffstat (limited to 'testsuite/tests/perf/space_leaks/all.T')
-rw-r--r-- | testsuite/tests/perf/space_leaks/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T index 092bc1bf46..9acd157543 100644 --- a/testsuite/tests/perf/space_leaks/all.T +++ b/testsuite/tests/perf/space_leaks/all.T @@ -64,7 +64,7 @@ test('T4029', # 2016-07-13: 92 (amd64/Linux) Changes to tidyType # 2016-09-01: 71 (amd64/Linux) Restore w/w limit (#11565) stats_num_field('max_bytes_used', - [(wordsize(64), 20325248, 5)]), + [(wordsize(64), 21387048 , 5)]), # 2016-02-26: 24071720 (amd64/Linux) INITIAL # 2016-04-21: 25542832 (amd64/Linux) # 2016-05-23: 25247216 (amd64/Linux) Use -G1 @@ -72,6 +72,7 @@ test('T4029', # 2016-07-20: 22920616 (amd64/Linux) Fix laziness of instance matching # 2016-09-01: 21648488 (amd64/Linux) Restore w/w limit (#11565) # 2016-10-13: 20325248 (amd64/Linux) Creep (downwards, yay!) + # 2016-11-14: 21387048 (amd64/Linux) Creep back upwards :( extra_hc_opts('+RTS -G1 -RTS' ), ], ghci_script, |