diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-09-22 11:12:59 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-09-22 11:14:02 -0400 |
commit | 7e77f41430ae1cad84d5b0c90328331d38f3eda0 (patch) | |
tree | 3038acc077e04cb057e5d7ad8b0d55a0cd0e6832 /testsuite | |
parent | 78beadecf4f15fe9223b26f871a5594339f72b12 (diff) | |
download | haskell-7e77f41430ae1cad84d5b0c90328331d38f3eda0.tar.gz |
testsuite: Bump T9630 expected allocations
This failed on Darwin.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 66c8309cc9..7420690232 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -1306,10 +1306,11 @@ test ('T9630', [ compiler_stats_num_field('max_bytes_used', # Note [residency] [(platform('x86_64-unknown-mingw32'), 39867088, 15), # 2017-12-24: 34171816 (x64/Windows) - (wordsize(64), 35324712, 15) + (wordsize(64), 41365088, 15) # initial: 56955240 # 2017-06-07: 41568168 Stop the specialiser generating loopy code # 2018-02-25: 35324712 It's not entirely clear + # 2018-09-22: 41365088 It's not entirely clear (x86_64/darwin) ]), extra_clean(['T9630a.hi', 'T9630a.o']) ], |