From ea9ba3ff7551665ebc7317150325914ea86f4dca Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Fri, 9 Mar 2012 15:06:47 +0000 Subject: [PATCH] Bumping allocation limit for parsing001 a little I'm not sure why this one is allocating more since 7.4.1 but it is. --- testsuite/tests/perf/compiler/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 12ea136589..a9cb6200aa 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -188,7 +188,7 @@ test('parsing001', # expected value: 587079016 (amd64/Linux): if_wordsize(64, compiler_stats_num_field('bytes allocated', 540000000, - 600000000)), + 620000000)), only_ways(['normal']), ], compile_fail, ['']) -- GitLab