From e8074082d72f8ed17044285897c030a02438cd38 Mon Sep 17 00:00:00 2001 From: Max Bolingbroke <batterseapower@hotmail.com> Date: Fri, 9 Sep 2011 13:29:18 +0100 Subject: [PATCH] Accept increase in T3294 allocation --- tests/perf/compiler/all.T | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index 38b18797b..86362b0fb 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -56,10 +56,12 @@ test('T3294', # expected value: 13049060 (x86/Linux) if_wordsize(64, compiler_stats_num_field('max_bytes_used', 26000000, - 34000000)), + 36000000)), # expected value: 32 478 408 (amd64/Linux) # (but varies a lot, depending on when # we GC relative to the peak). + # (MCB: consistently reaching ~35 375 912 for + # me lately on amd64/Darwin) if_wordsize(32, compiler_stats_num_field('bytes allocated', 650000000, 750000000)), -- GitLab