diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-03 16:34:52 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-03 16:35:24 -0500 |
commit | 96f5656d2ae885fa4b0227c4650b1c375e16dd00 (patch) | |
tree | ed5ab43c7e46f3a56c2be998ba6a142bbe76f720 | |
parent | 0ce11aedd404e2d1eabd362e5c3329960008de88 (diff) | |
download | haskell-96f5656d2ae885fa4b0227c4650b1c375e16dd00.tar.gz |
testsuite: Bump down allocations of T4029
-rw-r--r-- | testsuite/tests/perf/space_leaks/all.T | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T index 84dca41e94..5480680f3c 100644 --- a/testsuite/tests/perf/space_leaks/all.T +++ b/testsuite/tests/perf/space_leaks/all.T @@ -66,6 +66,8 @@ test('T4029', # 2016-09-01: 71 (amd64/Linux) Restore w/w limit (#11565) # 2017-02-12: 80 (amd64/Linux) Type-indexed Typeable # 2017-02-20: 76 (amd64/Linux) Better reading of iface files + # 2017-03-03: 65 (amd64/Linux) Share Typeable KindReps or more + # lazy interface file reading stats_num_field('max_bytes_used', [(wordsize(64), 22016200, 5)]), # 2016-02-26: 24071720 (amd64/Linux) INITIAL @@ -80,6 +82,8 @@ test('T4029', # 2017-02-07: 22770352 (amd64/Linux) It is unclear # 2017-02-12: 24151096 (amd64/Linux) Type-indexed Typeable # 2017-02-20: 22016200 (amd64/Linux) Better reading of iface files + # 2017-03-03: 19172360 (amd64/Linux) Share Typeable KindReps or more + # lazy interface file reading extra_hc_opts('+RTS -G1 -RTS' ), ], ghci_script, |