diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-07 21:26:49 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-07 22:38:34 -0500 |
commit | 369c534f8b6d0857d718a076c5f98f0a74a2c0a4 (patch) | |
tree | c94193b834fb34e252c623f5c51287942fa7dbea /testsuite | |
parent | e90f611d2c4d4cfea80400b4dce30e9659ae0655 (diff) | |
download | haskell-369c534f8b6d0857d718a076c5f98f0a74a2c0a4.tar.gz |
testsuite: Bump max_bytes_used for T4029
Unfortunately it's not clear what regressed this.
Diffstat (limited to 'testsuite')
-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 56a58cb586..a58ae2c97b 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), 21670448 , 5)]), + [(wordsize(64), 22770352, 5)]), # 2016-02-26: 24071720 (amd64/Linux) INITIAL # 2016-04-21: 25542832 (amd64/Linux) # 2016-05-23: 25247216 (amd64/Linux) Use -G1 @@ -74,6 +74,7 @@ test('T4029', # 2016-10-13: 20325248 (amd64/Linux) Creep (downwards, yay!) # 2016-11-14: 21387048 (amd64/Linux) Creep back upwards :( # 2017-01-18: 21670448 (amd64/Linux) Float string literals to toplevel + # 2017-02-07: 22770352 (amd64/Linux) It is unclear extra_hc_opts('+RTS -G1 -RTS' ), ], ghci_script, |