summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-07-12 19:10:46 (GMT)
committerBen Gamari <ben@smart-cactus.org>2017-07-12 19:10:46 (GMT)
commit4700baaf8f9bf3c44a53a595d840c7c14cfd6f98 (patch)
tree3357d923359372cb7387b564698d725dbee53ac4
parent57435810c1ee41c5a4222cd8957380cb5477cb5b (diff)
downloadghc-4700baaf8f9bf3c44a53a595d840c7c14cfd6f98.zip
ghc-4700baaf8f9bf3c44a53a595d840c7c14cfd6f98.tar.gz
ghc-4700baaf8f9bf3c44a53a595d840c7c14cfd6f98.tar.bz2
testsuite: Again update allocations of T13701
This test appears to be quite unstable.
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 4a0d2a2..a2728ca 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1131,10 +1131,11 @@ test('MultiLayerModules',
test('T13701',
[ compiler_stats_num_field('bytes allocated',
[(platform('x86_64-apple-darwin'), 2217187888, 10),
- (platform('x86_64-unknown-linux'), 2187906120, 10),
+ (platform('x86_64-unknown-linux'), 2412223768, 10),
# initial: 2511285600
# 2017-06-23: 2188045288 treat banged variable bindings as FunBinds
# 2017-07-11: 2187920960
+ # 2017-07-12: 2412223768 inconsistency between Ben's machine and Harbormaster?
]),
pre_cmd('./genT13701'),
extra_files(['genT13701']),